Browse Source

核酸导出添加登记账号字段

feature/codemove
Jackwang 3 years ago
parent
commit
e68905199f
  1. 3
      epdc-cloud-custom/src/main/java/com/elink/esua/epdc/modules/epidemic/excel/PersonTestingExcel.java

3
epdc-cloud-custom/src/main/java/com/elink/esua/epdc/modules/epidemic/excel/PersonTestingExcel.java

@ -53,6 +53,9 @@ public class PersonTestingExcel {
@Excel(name = "签发机关")
private String organ;
@Excel(name = "登记账号")
private String createdByName;
@Excel(name = "核酸检测时间")
private String testingTime;

Loading…
Cancel
Save