From 59f4e18837e40ba0402349e17026feafb786da5f Mon Sep 17 00:00:00 2001
From: DESKTOP-71BH0QO\L、ming <172680469@qq.com>
Date: 星期二, 11 五月 2021 15:49:46 +0800
Subject: [PATCH] fix:优化+新增一标三实

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationServeExcelVO.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationServeExcelVO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationServeExcelVO.java
index f0b952c..733b3bf 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationServeExcelVO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationServeExcelVO.java
@@ -65,7 +65,13 @@
     @ExcelProperty(value = "工作单位", index = 16)
     private String workCompany;
 
-    @ExcelProperty(value = "备注", index = 17)
+    @ExcelProperty(value = "外地or本地", index = 17)
+    private String outOrLocal;
+
+    @ExcelProperty(value = "户口所在地", index = 18)
+    private String censusRegister;
+
+    @ExcelProperty(value = "备注", index = 19)
     private String remark;
 
     private Integer age;

--
Gitblit v1.7.1