ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/UserPointDetailVO.java
@@ -12,8 +12,7 @@ @ApiModel("UserPointDetail对象") public class UserPointDetailVO { @ApiModelProperty(value = "变动类型(1-消费,2-返佣,3-拉新,4-每日分享,5-每日签到,6-使用时长, 7-注册积分, 8-门店业绩,\" +\n" + " \"9-门店返佣,14-下级门店返佣,10-技师业绩,11-兑换商品,12-他人赠送,13-赠与他人,15-兑换券)") @ApiModelProperty(value = "变动类型(4=兑换商品,12=他人赠送,13=赠与他人,16=取消订单,17=充值 )") private Integer type; @ApiModelProperty(value = "变动金额") @@ -36,4 +35,6 @@ private Integer historicalPoint; private Integer balance; private String objectIdStr; }