From a7a1048c37497e509497b7ade11f1b46b443a0cc Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Thu, 23 Jul 2020 16:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90PC=E7=AB=AF=E4=BC=98=E5=8C=96=E3=80=91?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=90=8E=E5=8F=B0=E5=88=97=E8=A1=A8=E5=88=97?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E4=BF=AE=E6=94=B9-=E7=8E=8B=E5=85=AC?= =?UTF-8?q?=E5=B3=B0-2020-07-23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/epidemic/excel/EpidemicExcel.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/epidemic/excel/EpidemicExcel.java b/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/epidemic/excel/EpidemicExcel.java index 63fd7469c..efe6d600a 100644 --- a/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/epidemic/excel/EpidemicExcel.java +++ b/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/epidemic/excel/EpidemicExcel.java @@ -31,11 +31,8 @@ import java.util.Date; @Data public class EpidemicExcel { - @Excel(name = "上报人") - private String reporter; - - @Excel(name = "上报人电话") - private String mobile; + @Excel(name = "区域名称") + private String allDeptNames; @Excel(name = "上报地点") private String address; @@ -43,11 +40,14 @@ public class EpidemicExcel { @Excel(name = "上报内容") private String content; - @Excel(name = "区域名称") - private String allDeptNames; - @Excel(name = "提交时间", format = "yyyy-MM-dd HH:mm:ss") private Date createdTime; + @Excel(name = "上报人") + private String reporter; + + @Excel(name = "电话") + private String mobile; + } \ No newline at end of file