| | |
| | | @ColumnWidth(20) |
| | | private String workingLocation; |
| | | |
| | | @ApiModelProperty(value = "创建时间",dataType = "Date",position = 6) |
| | | @ExcelProperty(value = "创建时间", index = 6) |
| | | @ApiModelProperty(value = "涉案金额",dataType = "String", position = 6) |
| | | @ExcelProperty(value = "涉案金额",index = 6) |
| | | @ColumnWidth(20) |
| | | private Double amountInvolved; |
| | | |
| | | @ApiModelProperty(value = "创建时间",dataType = "Date",position = 7) |
| | | @ExcelProperty(value = "创建时间", index = 7) |
| | | @DateTimeFormat("yyyy/MM/dd HH:mm:ss") |
| | | @ColumnWidth(20) |
| | | private Date ctime; |
| | | |
| | | @ApiModelProperty(value = "备注",dataType = "String", position = 7) |
| | | @ExcelProperty(value = "备注",index = 7) |
| | | @ApiModelProperty(value = "备注",dataType = "String", position = 8) |
| | | @ExcelProperty(value = "备注",index = 8) |
| | | @ColumnWidth(20) |
| | | private String userMemo; |
| | | } |