Browse Source

隔离防疫历史记录列表,磐石增加了一些列,禅道713 导入、模板

master
yinzuomei 3 years ago
parent
commit
4388526aba
  1. 71
      epmet-user/epmet-user-server/src/main/java/com/epmet/excel/ImportEpidemicSpecialAttention.java
  2. BIN
      epmet-user/epmet-user-server/src/main/resources/excel/attention_nat_template.xlsx

71
epmet-user/epmet-user-server/src/main/java/com/epmet/excel/ImportEpidemicSpecialAttention.java

@ -66,4 +66,75 @@ public class ImportEpidemicSpecialAttention extends ExcelVerifyInfo {
@ExcelIgnore
private Integer num;
/**
* 管控开始时间yyyy-MM-dd,需求来源于磐石
*/
@Excel(name = "管控开始时间")
private String gkStartTime;
/**
* 管控结束时间yyyy-MM-dd,需求来源于磐石
*/
@Excel(name = "管控结束时间")
private String gkEndTime;
/**
* 干部名称,需求来源于磐石
*/
@Excel(name = "镇(街)干部名称")
private String gbName;
/**
* 干部联系方式,需求来源于磐石
*/
@Excel(name = "镇(街)干部联系方式")
private String gbMobile;
/**
* 社区网格管理员,需求来源于磐石
*/
@Excel(name = "村(社区)网格管理员")
private String gridManager;
/**
* 社区网格管理员联系方式,需求来源于磐石
*/
@Excel(name = "村(社区)网格管理员联系方式")
private String gridManagerMobile;
/**
* 基层医务工作者,需求来源于磐石
*/
@Excel(name = "基层医务工作者")
private String healthWorker;
/**
* 基层医务工作者联系方式,需求来源于磐石
*/
@Excel(name = "基层医务工作者联系方式")
private String healthWorkerMobile;
/**
* 民警,需求来源于磐石
*/
@Excel(name = "民警")
private String policeName;
/**
* 民警联系方式,需求来源于磐石
*/
@Excel(name = "民警联系方式")
private String policeMobile;
/**
* 志愿者,需求来源于磐石
*/
@Excel(name = "志愿者")
private String volunteerName;
/**
* 志愿者联系方式,需求来源于磐石
*/
@Excel(name = "志愿者联系方式")
private String volunteerMobile;
}

BIN
epmet-user/epmet-user-server/src/main/resources/excel/attention_nat_template.xlsx

Binary file not shown.
Loading…
Cancel
Save