From 2c8b9868fe8c45320eb18fd5d6b51ec770c30610 Mon Sep 17 00:00:00 2001
From: huanghongfa <huanghongfa123456>
Date: 星期六, 24 七月 2021 11:43:57 +0800
Subject: [PATCH] 注释用户实名认证请求公安接口

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/DisabledPersonsDTO.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/DisabledPersonsDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/DisabledPersonsDTO.java
index 51327e8..cb2e58f 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/DisabledPersonsDTO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/DisabledPersonsDTO.java
@@ -55,8 +55,8 @@
     /**
      * 残疾人证
      */
-    @ExcelProperty(value = "残疾人证" ,index = 3)
-    @Excel(name = "残疾人证等级(必填项)", width = 20, isImportField = "true_st")
+    @ExcelProperty(value = "残疾人证类型" ,index = 3)
+    @Excel(name = "残疾人证类型(必填项)", width = 20, isImportField = "true_st")
     private String level;
     /**
      * 性别(取字典表国家编码)
@@ -83,8 +83,8 @@
     /**
      * 残疾部位/类别
      */
-    @ExcelProperty(value = "残疾部位" ,index = 7)
-    @Excel(name = "残疾部位(必填项)", width = 20, isImportField = "true_st")
+    @ExcelProperty(value = "残疾类别" ,index = 7)
+    @Excel(name = "残疾类别(必填项)", width = 20, isImportField = "true_st")
     private String disableType;
     /**
      * 残疾级别

--
Gitblit v1.7.1