| | |
| | | @ExcelProperty(value = "出发城市") |
| | | private String departureCity; |
| | | |
| | | @ExcelProperty(value = "出发详细地址") |
| | | private String departureAddress; |
| | | |
| | | /** |
| | | * 出发日期 |
| | | */ |
| | |
| | | @ExcelProperty(value = "48小时内核酸检测") |
| | | private String acidTest; |
| | | |
| | | @ExcelProperty("健康码截图") |
| | | private URL colorImage; |
| | | // @ExcelProperty("健康码截图") |
| | | // private URL colorImage; |
| | | // |
| | | // @ExcelProperty("行程码截图") |
| | | // private URL travelImage; |
| | | // |
| | | // @ExcelProperty("48小时核酸截图") |
| | | // private URL acidImage; |
| | | |
| | | @ExcelProperty("行程码截图") |
| | | private URL travelImage; |
| | | |
| | | @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 isStudent; |
| | | } |