From b1eb51c980efb4db207223ce86ddc459916dff7c Mon Sep 17 00:00:00 2001
From: manailin <261030956@qq.com>
Date: 星期一, 14 六月 2021 17:38:41 +0800
Subject: [PATCH] [新增]新增下载模板

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/KeyPersonInfoDTO.java |   37 +++++++++++++++++++------------------
 1 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/KeyPersonInfoDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/KeyPersonInfoDTO.java
index 777f67c..bfae1ea 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/KeyPersonInfoDTO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/KeyPersonInfoDTO.java
@@ -26,7 +26,7 @@
     /**
      * 姓名
      */
-    @ExcelProperty(value = "姓名" ,index = 2)
+    @ExcelProperty(value = "姓名(必填项)" ,index = 0)
     private String name;
     /**
      * 性别(取字典表国家编码)
@@ -35,66 +35,67 @@
     /**
      * 性别名称
      */
-    @ExcelProperty(value = "性别名称" ,index = 3)
+    @ExcelProperty(value = "性别名称" ,index = 1)
     private String sexName;
     /**
      * 身份证号码
      */
-    @ExcelProperty(value = "身份证号码" ,index = 4)
+    @ExcelProperty(value = "身份证号码" ,index = 2)
     private String cardNo;
     /**
      * 联系方式
      */
-    @ExcelProperty(value = "联系方式" ,index = 5)
+    @ExcelProperty(value = "联系方式" ,index = 3)
     private String phone;
     /**
      * 民族
      */
-    @ExcelProperty(value = "民族" ,index = 6)
+    @ExcelProperty(value = "民族" ,index = 4)
     private String nation;
     /**
      * 户口所在地
      */
-    @ExcelProperty(value = "户口所在地" ,index = 7)
+    @ExcelProperty(value = "户口所在地" ,index = 5)
     private String censusRegister;
     /**
      * 居住地址
      */
-    @ExcelProperty(value = "居住地址" ,index = 8)
+    @ExcelProperty(value = "居住地址" ,index = 6)
     private String address;
     /**
      * 地址精度纬度信息(逗号隔开)
      */
-    @ExcelProperty(value = "地址精度纬度信息(逗号隔开)" ,index = 9)
+    @ExcelProperty(value = "地址精度纬度信息(逗号隔开)" ,index = 7)
     private String visiterAddressLatLng;
     /**
      * 人员类型1吸毒2严重精神障碍3刑释人员4社区矫正人员
      */
-    @ExcelProperty(value = "人员类型1吸毒2严重精神障碍3刑释人员4社区矫正人员" ,index = 10)
-    private Integer visiterType;
+    @ExcelProperty(value = "人员类型1吸毒2严重精神障碍3刑释人员4社区矫正人员" ,index = 8)
+    private String visiterType;
     /**
      * (法轮功类填写)基本情况
      */
+    @ExcelProperty(value = "(法轮功类填写)基本情况" ,index = 9)
     private String basicInfo;
     /**
      * 是否有效
      */
-    @ExcelProperty(value = "是否有效" ,index = 11)
+    @ExcelProperty(value = "是否有效" ,index = 10)
     private Boolean invalid;
     /**
      * 备注
      */
-    @ExcelProperty(value = "备注" ,index = 12)
+    @ExcelProperty(value = "备注" ,index = 11)
     private String note;
     /**
      * 文化程度(取字典表国家编码))
      */
-    @ExcelProperty(value = "文化程度" ,index = 13)
+    @ExcelProperty(value = "文化程度" ,index = 12)
     private String cultureLevel;
     /**
      * 经济状态
      */
-    @ExcelProperty(value = "经济状态" ,index = 14)
+    @ExcelProperty(value = "经济状态" ,index = 13)
     private String economicLevel;
     /**
      * 修改人
@@ -111,7 +112,7 @@
     /**
      * (精神类人群填写)目前诊断
      */
-    @ExcelProperty(value = "目前诊断" ,index = 18)
+    @ExcelProperty(value = "目前诊断" ,index = 14)
     private String diagnose;
     /**
      * 上报提交时间
@@ -120,17 +121,17 @@
     /**
      * (精神类人群填写)监护人名称
      */
-    @ExcelProperty(value = "监护人名称" ,index = 20)
+    @ExcelProperty(value = "监护人名称" ,index = 15)
     private String guardian;
     /**
      * (精神类人群填写)监护人电话
      */
-    @ExcelProperty(value = "监护人电话" ,index = 21)
+    @ExcelProperty(value = "监护人电话" ,index = 16)
     private String guardianPhone;
     /**
      * (精神类人群填写)监护人关系
      */
-    @ExcelProperty(value = "监护人关系" ,index = 22)
+    @ExcelProperty(value = "监护人关系" ,index = 17)
     private String guardianRelation;
     /**
      * 创建时间

--
Gitblit v1.7.1