Commit ce70d32c authored by zhaobiyan's avatar zhaobiyan

兑换礼品名称修改

parent 779c12c3
...@@ -25,10 +25,10 @@ public class RedeemRewardReqVO { ...@@ -25,10 +25,10 @@ public class RedeemRewardReqVO {
private Integer count; private Integer count;
@ApiModelProperty(value = "兑换方式,同领取方式(1上门领取,2包邮到家,3邮寄到付)") @ApiModelProperty(value = "兑换方式,同领取方式(1上门领取,2包邮到家,3邮寄到付)")
private Integer pickMethod; private Integer redeemType;
@ApiModelProperty(value = "兑换入口(后台,app,web)") @ApiModelProperty(value = "兑换入口(后台,app,web)")
private String entrance; private Integer entrance;
@ApiModelProperty(value = "费用数字(两位小数)") @ApiModelProperty(value = "费用数字(两位小数)")
private Integer expenses; private Integer expenses;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment