Browse Source

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

master
yinzuomei 3 years ago
parent
commit
ad373c4bd3
  1. 41
      epmet-user/epmet-user-server/src/main/java/com/epmet/excel/VaccinationExportExcel.java

41
epmet-user/epmet-user-server/src/main/java/com/epmet/excel/VaccinationExportExcel.java

@ -41,4 +41,45 @@ public class VaccinationExportExcel {
@Excel(name = "所属房屋",width = 40)
private String allName;
/**
* 管控开始时间yyyy-MM-dd,需求来源于磐石
* gkStartTime-gkEndTime
*/
@Excel(name = "管控时间",width = 35)
private String gkTime;
/**
* 干部名称联系方式,需求来源于磐石
* gbName+gbMobile
*/
@Excel(name = "镇(街)干部及联系方式",width = 35)
private String gb;
/**
* 社区网格管理员gridManager,需求来源于磐石
* gridManager+gridManagerMobile
*/
@Excel(name = "村(社区)网格管理员及联系方式",width = 35)
private String gridManagerShow;
/**
* 基层医务工作者联系方式,需求来源于磐石
* healthWorker+healthWorkerMobile
*/
@Excel(name = "基层医务工作者及联系方式",width = 35)
private String healthWorkerShow;
/**
* 民警联系方式,需求来源于磐石
* policeName+policeMobile
*/
@Excel(name = "民警及联系方式",width = 35)
private String policeShow;
/**
* 志愿者+联系方式,需求来源于磐石
*/
@Excel(name = "志愿者及联系方式",width = 35)
private String volunteerShow;
}

Loading…
Cancel
Save