|
|
|
@@ -17,7 +17,7 @@ public class WxCreditHistoryVo { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "手机号", name = "phone") |
|
|
|
private String phone; |
|
|
|
|
|
|
|
@Excel(name = "性别", width = 20, orderNum = "3") |
|
|
|
@Excel(name = "性别", width = 20, orderNum = "3", replace = {"保密_0", "男_1", "女_2"}) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="性别",name="sex") |
|
|
|
private String sex; |
|
|
|
|
|
|
|
@@ -37,7 +37,7 @@ public class WxCreditHistoryVo { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "商户", name = "merchantName") |
|
|
|
private String merchantName; |
|
|
|
|
|
|
|
@Excel(name = "积分来源", width = 20, orderNum = "8", replace = {"客户端_1", "商户端_3", "管理端_4"}) |
|
|
|
@Excel(name = "积分来源", width = 20, orderNum = "8", replace = {"客户端_1", "客户端_2", "商户端_3", "管理端_4"}) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "操作人类型", name = "operator") |
|
|
|
private Integer operatorType; |
|
|
|
|
|
|
|
|