|
@ -26,7 +26,7 @@ public class RechargeUser { |
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
|
@ExcelProperty("客户姓名") |
|
|
|
|
|
|
|
|
@ExcelProperty("姓名") |
|
|
private String name; // 客户姓名 |
|
|
private String name; // 客户姓名 |
|
|
@ExcelProperty("订单号") |
|
|
@ExcelProperty("订单号") |
|
|
private String orderCode; // 订单号 |
|
|
private String orderCode; // 订单号 |
|
@ -65,11 +65,10 @@ public class RechargeUser { |
|
|
|
|
|
|
|
|
@ExcelProperty("备注") |
|
|
@ExcelProperty("备注") |
|
|
private String remark; // 备注 |
|
|
private String remark; // 备注 |
|
|
|
|
|
|
|
|
@ExcelProperty("提交人Id") |
|
|
|
|
|
|
|
|
@ExcelIgnore |
|
|
private Integer adminId; // 提交人Id |
|
|
private Integer adminId; // 提交人Id |
|
|
|
|
|
|
|
|
@ExcelProperty("提交人姓名") |
|
|
|
|
|
|
|
|
@ExcelProperty("提交人") |
|
|
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") |
|
|