| | |
| | | import com.alibaba.excel.annotation.write.style.ColumnWidth; |
| | | import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
| | | import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import org.springblade.modules.patrol.vo.PatrolRecordVO; |
| | | import org.springblade.modules.place.vo.PlacePoiLabelVO; |
| | |
| | | @ExcelIgnore |
| | | private List<PatrolRecordVO> patrolRecordVOList; |
| | | |
| | | @ExcelProperty(value = "街道名称") |
| | | private String streetName; |
| | | |
| | | @ExcelProperty(value = "社区名称") |
| | | private String communityName; |
| | | |
| | | @ExcelProperty(value = "场所标签") |
| | | @ExcelIgnore |
| | | private List<PlacePoiLabelVO> placePoiLabelVOList ; |