|
@ -41,7 +41,7 @@ public class IcVaccinePrarmeterImportErrorModel { |
|
|
@Excel(name = "联系电话",width = 30) |
|
|
@Excel(name = "联系电话",width = 30) |
|
|
private String mobile; |
|
|
private String mobile; |
|
|
|
|
|
|
|
|
@Excel(name = "身份证号",width = 30) |
|
|
@Excel(name = "证件号",width = 30) |
|
|
private String idCard; |
|
|
private String idCard; |
|
|
|
|
|
|
|
|
@Excel(name = "是否接种", width = 30, replace = {"否_0","是_1"}) |
|
|
@Excel(name = "是否接种", width = 30, replace = {"否_0","是_1"}) |
|
|