|
|
|
@@ -37,7 +37,7 @@ public class WxCreditHistoryVo { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "商户", name = "merchantName") |
|
|
|
private String merchantName; |
|
|
|
|
|
|
|
@Excel(name = "积分来源", width = 20, orderNum = "8") |
|
|
|
@Excel(name = "积分来源", width = 20, orderNum = "8", replace = {"客户端_1", "商户端_3", "管理端_4"}) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "操作人类型", name = "operator") |
|
|
|
private Integer operatorType; |
|
|
|
|
|
|
|
|