From c83ee39ed7c52af9df47d442394d600e9d8fe137 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Tue, 26 Aug 2025 14:34:44 +0800 Subject: [PATCH] =?UTF-8?q?8-26=20=E9=87=91=E8=B1=86=E9=93=81=E7=B2=89?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/example/demo/domain/vo/bean/BeanConsumeFan.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/example/demo/domain/vo/bean/BeanConsumeFan.java b/src/main/java/com/example/demo/domain/vo/bean/BeanConsumeFan.java index 22c4598..db62715 100644 --- a/src/main/java/com/example/demo/domain/vo/bean/BeanConsumeFan.java +++ b/src/main/java/com/example/demo/domain/vo/bean/BeanConsumeFan.java @@ -38,15 +38,15 @@ public class BeanConsumeFan { private String buyBean; //付费金豆 @ExcelProperty("频道名称") private String channel; //频道名称(source_name) - @ExcelProperty("消费方式") - private String type; //类型source_type 单月,连续包月 + @ExcelProperty("会员类型 7-单次付费 9-连续包月") + private String type; //类型source_type 7单月,8连续包月 @ExcelProperty("支付方式") private Integer payType; //支付方式(直播:12345,铁粉:7,文章:8) @ExcelIgnore private String sortField; //排序字段 @ExcelIgnore private String sortOrder; //排序顺序 - @ExcelProperty("消费时间") + @ExcelProperty("加入时间") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") private Date consumeTime; // 消费时间 (时间戳转化) @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai")