Browse Source

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

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

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

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

Loading…
Cancel
Save