Commit c9bc4a60 authored by zhangfeng's avatar zhangfeng

feature-reward:调整兑换传参

parent ce70d32c
...@@ -12,11 +12,8 @@ import static cn.iocoder.yudao.framework.common.util.date.DateUtils.FORMAT_YEAR_ ...@@ -12,11 +12,8 @@ import static cn.iocoder.yudao.framework.common.util.date.DateUtils.FORMAT_YEAR_
@Data @Data
@ApiModel("管理后台 - 礼品兑换 Request VO") @ApiModel("管理后台 - 礼品兑换 Request VO")
public class RedeemRewardReqVO { public class RedeemRewardReqVO {
@ApiModelProperty(value = "会员名称") @ApiModelProperty(value = "会员id")
private String memberName; private Long memberId;
@ApiModelProperty(value = "当前积分")
private Integer score;
@ApiModelProperty(value = "礼品id") @ApiModelProperty(value = "礼品id")
private Long rewardId; private Long rewardId;
......
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