From c40be027ef8068b9a77bb24c94291dee25f563d8 Mon Sep 17 00:00:00 2001
From: huanghongfa <huanghongfa123456>
Date: 星期四, 19 八月 2021 09:28:38 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/test' into test

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationCultExcelVO.java |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationCultExcelVO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationCultExcelVO.java
index 199bdb1..d4f0479 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationCultExcelVO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationCultExcelVO.java
@@ -7,6 +7,7 @@
 import lombok.Data;
 
 import java.io.Serializable;
+import java.util.Date;
 import java.util.List;
 
 /**
@@ -75,13 +76,19 @@
     @ExcelProperty(value = "户口所在地", index = 18)
     private String censusRegister;
 
-    @ExcelProperty(value = "邪教名称", index = 19)
+    @ExcelProperty(value = "邪教名称(涉邪组织)", index = 19)
     private String cultName;
 
-    @ExcelProperty(value = "基本情况", index = 20)
+    @ExcelProperty(value = "基本情况(参加邪教的活动情况)", index = 20)
     private String basicSituation;
 
-    @ExcelProperty(value = "备注", index = 21)
+    @ExcelProperty(value = "参加邪教时间", index = 21)
+    private Date joinCultDate;
+
+    @ExcelProperty(value = "是否对外宣传(1.是 0.否)", index = 22)
+    private Integer isExternalPublicity;
+
+    @ExcelProperty(value = "备注", index = 23)
     private String remark;
 
 

--
Gitblit v1.7.1