| | |
| | | @ExcelProperty(value = "出发城市") |
| | | private String departureCity; |
| | | |
| | | @ExcelProperty(value = "出发详细地址") |
| | | private String departureAddress; |
| | | |
| | | /** |
| | | * 出发日期 |
| | | */ |
| | |
| | | @ExcelProperty("48小时核酸截图") |
| | | private URL acidImage; |
| | | |
| | | @ExcelProperty("疫苗接种截图") |
| | | private URL vaccinationImage; |
| | | // @ExcelProperty("疫苗接种截图") |
| | | // private URL vaccinationImage; |
| | | |
| | | @ExcelProperty("交通工具") |
| | | private String transport; |
| | | |
| | | @ExcelProperty("车次信息") |
| | | private String transportInfo; |
| | | |
| | | @ExcelProperty("是否核对") |
| | | private String checkStatus; |
| | | |
| | | @ExcelProperty("是否冷链、运输、海口等特殊行业从业者") |
| | | private String isSpecialJob; |
| | | |
| | | @ExcelProperty("户籍地") |
| | | private String registerResidence; |
| | | } |