|
|
@@ -41,7 +41,7 @@ public class WxCreditHistoryVo extends BaseTenantEntity { |
|
|
@io.swagger.annotations.ApiModelProperty(value = "商户", name = "merchantName") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "商户", name = "merchantName") |
|
|
private String 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") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "操作人类型", name = "operator") |
|
|
private Integer operatorType; |
|
|
private Integer operatorType; |
|
|
|
|
|
|
|
|
|