|
@ -38,8 +38,6 @@ public class BeanSystemRechargeInfo { |
|
|
private Integer permanentBean; // 永久豆 |
|
|
private Integer permanentBean; // 永久豆 |
|
|
@ExcelProperty("金额") |
|
|
@ExcelProperty("金额") |
|
|
private Double money; // 金额 |
|
|
private Double money; // 金额 |
|
|
@ExcelProperty("充值平台 PC:1 手机:2") |
|
|
|
|
|
private String platform; // 充值平台 |
|
|
|
|
|
@ExcelProperty("充值时间") |
|
|
@ExcelProperty("充值时间") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
private Date rechargeTime; // 充值时间 |
|
|
private Date rechargeTime; // 充值时间 |
|
|