|
|
@ -38,7 +38,7 @@ public class BeanConsumeFan { |
|
|
|
private String buyBean; //付费金豆 |
|
|
|
@ExcelProperty("频道") |
|
|
|
private String channel; //频道名称(source_name) |
|
|
|
@ExcelProperty("会员类型 7-单次付费 9-连续包月") |
|
|
|
@ExcelProperty("会员类型 7-单次付费 8-连续包月") |
|
|
|
private String type; //类型source_type 7单月,8连续包月 |
|
|
|
//@ExcelProperty("支付方式") |
|
|
|
@ExcelIgnore |
|
|
|