|
@@ -20,6 +20,13 @@ import java.math.BigDecimal;
|
|
|
@Data
|
|
|
public class UserPrizeStorageVO extends UserPrizeStorage {
|
|
|
|
|
|
+ @ApiModelProperty("商品类型:1实物,2卡密")
|
|
|
+ private Integer goodsType;
|
|
|
+
|
|
|
+ @ApiModelProperty("回收折扣")
|
|
|
+ private BigDecimal discountRate;
|
|
|
+
|
|
|
+
|
|
|
@ApiModelProperty("是否多sku: 0否,1是")
|
|
|
private Integer isMoreSku;
|
|
|
|