Browse Source

8-26 金豆铁粉导出注释

lijianlin/feature-20250728171217-三期金豆消费相关
lijianlin 1 month ago
parent
commit
c83ee39ed7
  1. 6
      src/main/java/com/example/demo/domain/vo/bean/BeanConsumeFan.java

6
src/main/java/com/example/demo/domain/vo/bean/BeanConsumeFan.java

@ -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")

Loading…
Cancel
Save