|
|
|
@ -47,20 +47,20 @@ public class IcVaccinePrarmeterImportErrorModel { |
|
|
|
@Excel(name = "是否接种", width = 30, replace = {"否_0","是_1"}) |
|
|
|
private String isVaccination; |
|
|
|
|
|
|
|
@Excel(name = "第一次接种时间",width = 30, format = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private Date firstVacTime; |
|
|
|
@Excel(name = "第一次接种时间",width = 30) |
|
|
|
private String firstVacTime; |
|
|
|
|
|
|
|
@Excel(name = "第一次接种地点",width = 30) |
|
|
|
private String firstVacSite; |
|
|
|
|
|
|
|
@Excel(name = "第二次接种时间",width = 30, format = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private Date secondVacTime; |
|
|
|
@Excel(name = "第二次接种时间",width = 30) |
|
|
|
private String secondVacTime; |
|
|
|
|
|
|
|
@Excel(name = "第二次接种地点",width = 30) |
|
|
|
private String secondVacSite; |
|
|
|
|
|
|
|
@Excel(name = "第三次接种时间",width = 30, format = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private Date thirdVacTime; |
|
|
|
@Excel(name = "第三次接种时间",width = 30) |
|
|
|
private String thirdVacTime; |
|
|
|
|
|
|
|
@Excel(name = "第三次接种地点",width = 30) |
|
|
|
private String thirdVacSite; |
|
|
|
|