|
@@ -34,9 +34,12 @@ public class PrizeRecoverySettleVO {
|
|
|
@ApiModelProperty("属性组合字符串 格式是p1:v1;p2:v2")
|
|
|
private String properties;
|
|
|
|
|
|
- @ApiModelProperty("商品数量")
|
|
|
+ @ApiModelProperty("兑换数量")
|
|
|
private Integer num;
|
|
|
|
|
|
+ @ApiModelProperty("商品总数")
|
|
|
+ private Integer goodsNum;
|
|
|
+
|
|
|
@ApiModelProperty("返还盲豆数")
|
|
|
private Integer refundCoin;
|
|
|
|