|
|
@ -114,7 +114,10 @@ public class EpidecmicUserNewExcel{ |
|
|
|
private String destinationAddressName; |
|
|
|
@Excel(name = "拟去往目的地详细地址") |
|
|
|
private String destinationAddressDetail; |
|
|
|
@Excel(name = "房屋地址") |
|
|
|
private String houseAddress; |
|
|
|
@Excel(name = "是否接种",replace = { "未接种_0", "接种中_1", "接种完成_2"}) |
|
|
|
private Integer vaccinationState; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|