| | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty("应急空间名称*") |
| | | @ExcelProperty("应急空间名称") |
| | | private String name; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty("企业名称") |
| | | private String firmName; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty(value = "类型",converter = ExcelDictConverter.class) |
| | | @ExcelDictItemLabel(type = "emergency_space_type") |
| | | private String type; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty(value = "防控级别",converter = ExcelDictConverter.class) |
| | |
| | | @ExcelProperty("纬度") |
| | | private String lat; |
| | | |
| | | @ExcelProperty("可用容量(立方米)或转输(处置)能力(立方米/小时)") |
| | | @ExcelProperty("可用容量(立方米)(应急池)") |
| | | private Double capacity; |
| | | |
| | | @ExcelProperty("备注") |