|
|
@ -37,7 +37,7 @@ public class ConsumeUser implements Serializable { |
|
|
|
private String market; // 所属地区 |
|
|
|
@ExcelProperty("商品名称") |
|
|
|
private String goodsName; // 商品名称 |
|
|
|
@ExcelProperty("消费平台") |
|
|
|
@ExcelProperty("充值方式") |
|
|
|
private String payPlatform; // 消费平台 |
|
|
|
@ExcelProperty("金币总数") |
|
|
|
private BigDecimal sumGold; // 金币总数 |
|
|
|