| | |
| | | |
| | | /** 幢编号 */ |
| | | @ExcelProperty( "幢编号") |
| | | private Integer buildingNo; |
| | | |
| | | /** 图片URLS */ |
| | | @ExcelProperty( "图片URLS") |
| | | private String imageUrls; |
| | | |
| | | /** 创建人 */ |
| | | @ExcelProperty( "创建人") |
| | | private String createUser; |
| | | |
| | | /** 创建时间 */ |
| | | @ExcelProperty( "创建时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date createTime; |
| | | |
| | | /** 更新人 */ |
| | | @ExcelProperty( "更新人") |
| | | private String updateUser; |
| | | |
| | | /** 更新时间 */ |
| | | @ExcelProperty( "更新时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date updateTime; |
| | | private String buildingNo; |
| | | |
| | | /** 备注 */ |
| | | @ExcelProperty( "备注") |