| | |
| | | @ColumnWidth(30) |
| | | @ExcelProperty("点位IP(可修改)") |
| | | private String pointIP; |
| | | @ColumnWidth(30) |
| | | @ExcelProperty("区县(不可修改)") |
| | | private String area; |
| | | |
| | | @ColumnWidth(40) |
| | | @ExcelProperty("当前运维单位(导入界面可改)") |
| | |
| | | private Date endTime; |
| | | |
| | | @ExcelIgnore |
| | | private Boolean provinceTag; |
| | | private Boolean provinceTagVideo; |
| | | |
| | | @ExcelIgnore |
| | | private Boolean provinceTagCar; |
| | | |
| | | @ExcelIgnore |
| | | private Boolean provinceTagFace; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty("是否省厅标签(可修改)") |
| | | private String provinceTagString; |
| | | @ExcelProperty("是否省厅视频标签(可修改)") |
| | | private String provinceTagVideoString; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty("是否省厅车辆标签(可修改)") |
| | | private String provinceTagCarString; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty("是否省厅人脸标签(可修改)") |
| | | private String provinceTagFaceString; |
| | | @ColumnWidth(20) |
| | | @ExcelProperty("是否重点指挥图像(可修改)") |
| | | private String importantCommandImageTagString; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty("是否部级标签(可修改)") |
| | | private String deptTag; |
| | | private String deptTagString; |
| | | |
| | | @ExcelIgnore |
| | | private Boolean deptTag; |
| | | @ExcelIgnore |
| | | private Boolean importantTag; |
| | | |
| | | @ExcelProperty("是否重点点位") |