From 10df7e29b51d6a2efacc83d870856f57d97a9b66 Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期一, 24 十月 2022 13:48:24 +0800 Subject: [PATCH] #feat 修改别名 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationVeteransMistakeExcelVO.java | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationVeteransMistakeExcelVO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationVeteransMistakeExcelVO.java index 66ebc87..6e6f902 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationVeteransMistakeExcelVO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationVeteransMistakeExcelVO.java @@ -1,13 +1,12 @@ package com.panzhihua.common.model.vos.community; +import java.io.Serializable; + 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 lombok.Data; /** * @description: 批量导入退役军人 @@ -76,10 +75,10 @@ private String controlStatus; @ExcelProperty(value = "入伍时间", index = 19) - private String enlistString; + private String enlistDate; @ExcelProperty(value = "入伍时间", index = 20) - private String retireString; + private String retireDate; @ExcelProperty(value = "人员类别", index = 21) private String personCategory; -- Gitblit v1.7.1