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