diff --git a/epdc-cloud-custom/src/main/java/com/elink/esua/epdc/modules/epidemic/excel/PersonTestingExcel.java b/epdc-cloud-custom/src/main/java/com/elink/esua/epdc/modules/epidemic/excel/PersonTestingExcel.java index 54ffebd..6ba2656 100644 --- a/epdc-cloud-custom/src/main/java/com/elink/esua/epdc/modules/epidemic/excel/PersonTestingExcel.java +++ b/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; -} \ No newline at end of file +}