From 1c3f11dfd7493a4c4a8d41e2499477840bcc070c Mon Sep 17 00:00:00 2001 From: baizonghao <1719256278@qq.com> Date: 星期五, 19 五月 2023 15:01:46 +0800 Subject: [PATCH] 限制文件大小,用户,报案人审核筛选 --- src/main/java/com/example/jz/modle/dto/CauseReportExpDto.java | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/example/jz/modle/dto/CauseReportExpDto.java b/src/main/java/com/example/jz/modle/dto/CauseReportExpDto.java index eb24325..b21a091 100644 --- a/src/main/java/com/example/jz/modle/dto/CauseReportExpDto.java +++ b/src/main/java/com/example/jz/modle/dto/CauseReportExpDto.java @@ -46,14 +46,19 @@ @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; } -- Gitblit v1.8.0