|
|
@ -36,9 +36,8 @@ public class BeanSystemRechargeInfo { |
|
|
|
private Integer freeBean; // 免费豆 |
|
|
|
@ExcelProperty("永久金豆") |
|
|
|
private Integer permanentBean; // 永久豆 |
|
|
|
@ExcelProperty("金额") |
|
|
|
private Double money; // 金额 |
|
|
|
@ExcelProperty("备注") |
|
|
|
private String remark; //备注 |
|
|
|
@ExcelProperty("充值平台 PC:1 手机:2") |
|
|
|
private String platform; // 充值平台 |
|
|
|
@ExcelProperty("充值时间") |
|
|
|