From c3811d01d1929a98a0f34f70ca187d82ee312dbb Mon Sep 17 00:00:00 2001 From: manailin <261030956@qq.com> Date: 星期三, 03 十一月 2021 17:26:50 +0800 Subject: [PATCH] Merge branch 'test' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ into test --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationMistakeExcelVO.java | 18 +++++++----------- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationMistakeExcelVO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationMistakeExcelVO.java index 5fdd5cf..7608cc2 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationMistakeExcelVO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationMistakeExcelVO.java @@ -1,26 +1,22 @@ package com.panzhihua.common.model.vos.community; -import com.alibaba.excel.annotation.ExcelProperty; -import com.google.common.collect.Lists; -import com.panzhihua.common.model.helper.encrypt.EncryptDecryptClass; -import com.panzhihua.common.model.helper.encrypt.EncryptDecryptField; -import lombok.Data; - import java.io.Serializable; -import java.util.List; + +import com.alibaba.excel.annotation.ExcelProperty; + +import lombok.Data; /** * @description: 批量导入实有人口 * @author: llming */ @Data -@EncryptDecryptClass public class ComMngPopulationMistakeExcelVO implements Serializable { @ExcelProperty(value = "姓名", index = 0) private String name; - @EncryptDecryptField + @ExcelProperty(value = "身份证号", index = 1) private String cardNo; @ExcelProperty(value = "民族", index = 2) @@ -101,8 +97,8 @@ @ExcelProperty(value = "是否居住地(是/否)", index = 27) private String residence; -// @ExcelProperty(value = "居住地址", index = 28) -// private String address; + // @ExcelProperty(value = "居住地址", index = 28) + // private String address; @ExcelProperty(value = "人员类型(户籍人员/留守人员/外地人员/境外人员)", index = 28) private String personType; -- Gitblit v1.7.1