Browse Source

//credit

release_toaliyun_real
xhxu 3 years ago
parent
commit
d4df4626fe
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      mallinkService/src/main/java/com/iformall/domain/vo/WxCreditHistoryVo.java

+ 3
- 1
mallinkService/src/main/java/com/iformall/domain/vo/WxCreditHistoryVo.java View File

@@ -47,7 +47,9 @@ public class WxCreditHistoryVo extends BaseTenantEntity {
@io.swagger.annotations.ApiModelProperty(value = "操作人类型", name = "operator") @io.swagger.annotations.ApiModelProperty(value = "操作人类型", name = "operator")
private Integer operatorType; private Integer operatorType;


@Excel(name = "操作说明", width = 20, orderNum = "9", replace = {"每日登录_1", "消费_2", "绑车牌_3", "连接WIFI_4", "微信用户昵称授权_5", "微信用户手机授权_6", "完善个人信息_7", "会员导入_8", "会员成长值扣减_9", "新增积分_10", "积分兑换_11", "消费积分_12", "活动报名_13", "积分清零计划_14", "游戏消耗积分_15", "游戏奖励积分_16"})
@Excel(name = "操作说明", width = 20, orderNum = "9", replace = {"每日登录_1", "消费_2", "绑车牌_3", "连接WIFI_4", "微信用户昵称授权_5", "微信用户手机授权_6", "完善个人信息_7", "会员导入_8", "会员成长值扣减_9", "新增积分_10", "积分兑换_11", "消费积分_12", "活动报名_13",
"积分清零计划_14", "游戏消耗积分_15", "游戏奖励积分_16", "每日签到_17", "连续签到7天_18", "连续签到14天_19", "连续签到28天_20"
, "问卷奖励积分_21", "消费退款_22", "积分兑换退款_23", "其他积分变动_24"})
@io.swagger.annotations.ApiModelProperty(value = "积分类型", name = "creditType") @io.swagger.annotations.ApiModelProperty(value = "积分类型", name = "creditType")
private Integer creditType; private Integer creditType;




Loading…
Cancel
Save