|
@ -38,15 +38,15 @@ public class BeanConsumeFan { |
|
|
private String buyBean; //付费金豆 |
|
|
private String buyBean; //付费金豆 |
|
|
@ExcelProperty("频道名称") |
|
|
@ExcelProperty("频道名称") |
|
|
private String channel; //频道名称(source_name) |
|
|
private String channel; //频道名称(source_name) |
|
|
@ExcelProperty("消费方式") |
|
|
|
|
|
private String type; //类型source_type 单月,连续包月 |
|
|
|
|
|
|
|
|
@ExcelProperty("会员类型 7-单次付费 9-连续包月") |
|
|
|
|
|
private String type; //类型source_type 7单月,8连续包月 |
|
|
@ExcelProperty("支付方式") |
|
|
@ExcelProperty("支付方式") |
|
|
private Integer payType; //支付方式(直播:12345,铁粉:7,文章:8) |
|
|
private Integer payType; //支付方式(直播:12345,铁粉:7,文章:8) |
|
|
@ExcelIgnore |
|
|
@ExcelIgnore |
|
|
private String sortField; //排序字段 |
|
|
private String sortField; //排序字段 |
|
|
@ExcelIgnore |
|
|
@ExcelIgnore |
|
|
private String sortOrder; //排序顺序 |
|
|
private String sortOrder; //排序顺序 |
|
|
@ExcelProperty("消费时间") |
|
|
|
|
|
|
|
|
@ExcelProperty("加入时间") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
private Date consumeTime; // 消费时间 (时间戳转化) |
|
|
private Date consumeTime; // 消费时间 (时间戳转化) |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|