|
@ -39,7 +39,7 @@ public class RechargeUser { |
|
|
@ExcelProperty("活动名称") |
|
|
@ExcelProperty("活动名称") |
|
|
private String activity; // 活动名称 |
|
|
private String activity; // 活动名称 |
|
|
|
|
|
|
|
|
@ExcelProperty("汇率ID") |
|
|
|
|
|
|
|
|
@ExcelIgnore |
|
|
private Integer rateId; // 汇率ID |
|
|
private Integer rateId; // 汇率ID |
|
|
|
|
|
|
|
|
@ExcelProperty("货币名称") |
|
|
@ExcelProperty("货币名称") |
|
@ -60,7 +60,7 @@ public class RechargeUser { |
|
|
@ExcelProperty("充值平台") |
|
|
@ExcelProperty("充值平台") |
|
|
private String payPlatform; // 充值方式 |
|
|
private String payPlatform; // 充值方式 |
|
|
|
|
|
|
|
|
@ExcelProperty("支付凭证") |
|
|
|
|
|
|
|
|
@ExcelIgnore |
|
|
private String voucher; // 支付凭证 |
|
|
private String voucher; // 支付凭证 |
|
|
|
|
|
|
|
|
@ExcelProperty("备注") |
|
|
@ExcelProperty("备注") |
|
@ -72,7 +72,7 @@ public class RechargeUser { |
|
|
private String adminName; // 提交人姓名 |
|
|
private String adminName; // 提交人姓名 |
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
@ExcelProperty("付款时间") |
|
|
|
|
|
|
|
|
@ExcelIgnore |
|
|
private Date payTime; // 创建时间 |
|
|
private Date payTime; // 创建时间 |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
@ExcelProperty("充值时间") |
|
|
@ExcelProperty("充值时间") |
|
@ -89,6 +89,6 @@ public class RechargeUser { |
|
|
private String sortOrder; //排序顺序 |
|
|
private String sortOrder; //排序顺序 |
|
|
@ExcelIgnore |
|
|
@ExcelIgnore |
|
|
private List<String> markets; // 地区列表 |
|
|
private List<String> markets; // 地区列表 |
|
|
@ExcelProperty |
|
|
|
|
|
|
|
|
@ExcelIgnore |
|
|
private Integer flag; //是否为员工号 |
|
|
private Integer flag; //是否为员工号 |
|
|
} |
|
|
} |