From cc1098fc00a50cb1591d182f04bc37066ff0a9e2 Mon Sep 17 00:00:00 2001 From: 罗元桥 <2376770955@qq.com> Date: 星期四, 05 八月 2021 15:12:39 +0800 Subject: [PATCH] Merge branch 'test' into 'master' --- 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