Browse Source

//bug

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

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

@@ -41,7 +41,7 @@ public class WxCreditHistoryVo extends BaseTenantEntity {
@io.swagger.annotations.ApiModelProperty(value = "商户", name = "merchantName")
private String merchantName;

@Excel(name = "积分来源", width = 20, orderNum = "8", replace = {"客户端_1", "客户端_2", "商户端_3", "管理端_4"})
@Excel(name = "积分来源", width = 20, orderNum = "8", replace = {"客户端_1", "客户端_2", "商户端_3", "管理端_4", "微信商圈_100", "支付宝商圈_101", "第三方_102"})
@io.swagger.annotations.ApiModelProperty(value = "操作人类型", name = "operator")
private Integer operatorType;



Loading…
Cancel
Save