|
|
@ -32,6 +32,10 @@ public class BeanConsumeFan { |
|
|
|
private String dept; //地区/分部 |
|
|
|
@ExcelProperty("金豆数量") |
|
|
|
private String beanNum; //金豆数量 |
|
|
|
@ExcelProperty("免费金豆") |
|
|
|
private String freeBean; //免费金豆 |
|
|
|
@ExcelProperty("付费金豆") |
|
|
|
private String buyBean; //付费金豆 |
|
|
|
@ExcelProperty("频道名称") |
|
|
|
private String channel; //频道名称(source_name) |
|
|
|
@ExcelProperty("消费方式") |
|
|
|