From d01be9f1ec9a393818ea64deca3cbe7fa9372e08 Mon Sep 17 00:00:00 2001 From: xyh <18782104331@139.com> Date: 星期三, 23 六月 2021 18:21:21 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/test' into test --- 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