|
@ -34,7 +34,7 @@ public class BeanSystemRechargeInfo { |
|
|
private String market; // 所属地区 |
|
|
private String market; // 所属地区 |
|
|
@ExcelProperty("免费金豆") |
|
|
@ExcelProperty("免费金豆") |
|
|
private Integer freeBean; // 免费豆 |
|
|
private Integer freeBean; // 免费豆 |
|
|
@ExcelProperty("永久金豆") |
|
|
|
|
|
|
|
|
@ExcelProperty("付费金豆") |
|
|
private Integer permanentBean; // 永久豆 |
|
|
private Integer permanentBean; // 永久豆 |
|
|
@ExcelProperty("金额") |
|
|
@ExcelProperty("金额") |
|
|
private Double money; // 金额 |
|
|
private Double money; // 金额 |
|
|