|
@ -40,11 +40,11 @@ public class ConsumeUser implements Serializable { |
|
|
private String payPlatform; // 消费平台 |
|
|
private String payPlatform; // 消费平台 |
|
|
@ExcelProperty("金币总数") |
|
|
@ExcelProperty("金币总数") |
|
|
private Integer sumGold; // 金币总数 |
|
|
private Integer sumGold; // 金币总数 |
|
|
@ExcelProperty("永久金币") |
|
|
|
|
|
|
|
|
@ExcelProperty("永久金币*100") |
|
|
private Integer permanentGold; // 永久金币 |
|
|
private Integer permanentGold; // 永久金币 |
|
|
@ExcelProperty("免费金币") |
|
|
|
|
|
|
|
|
@ExcelProperty("免费金币*100") |
|
|
private Integer freeGold; // 免费金币 |
|
|
private Integer freeGold; // 免费金币 |
|
|
@ExcelProperty("任务金币") |
|
|
|
|
|
|
|
|
@ExcelProperty("任务金币*100") |
|
|
private Integer taskGold; // 任务金币 |
|
|
private Integer taskGold; // 任务金币 |
|
|
@ExcelProperty("备注") |
|
|
@ExcelProperty("备注") |
|
|
private String remark; // 备注 |
|
|
private String remark; // 备注 |
|
|