From 0fc04b51e2f92abbac605c9bfd062f3d66985c5d Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期五, 21 一月 2022 16:31:17 +0800 Subject: [PATCH] 测试服bug修改 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActActRegistExcelVO.java | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActActRegistExcelVO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActActRegistExcelVO.java index 854dc23..df1f198 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActActRegistExcelVO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActActRegistExcelVO.java @@ -19,18 +19,24 @@ @ApiModel("社区活动签到表") public class ComActActRegistExcelVO { - @ExcelProperty(value = "姓名", index = 1) + @ExcelProperty(value = "姓名", index = 3) private String name; - @ExcelProperty(value = "身份", index = 2) + @ExcelProperty(value = "身份", index = 4) private String identity; - @ExcelProperty(value = "电话", index = 4) + @ExcelProperty(value = "电话", index = 6) private String phone; @ExcelProperty(value = "签到时间", index = 0) private Date createAt; - @ExcelProperty(value = "人群标签", index = 3) + @ExcelProperty(value = "人群标签", index = 5) private String tags; + + @ExcelProperty(value = "签到地点", index = 1) + private String position; + + @ExcelProperty(value = "签到次数", index = 2) + private Integer times; } \ No newline at end of file -- Gitblit v1.7.1