From 7ea5eece501c98a91555a5358931367e78e9d23b Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期四, 25 五月 2023 15:40:09 +0800
Subject: [PATCH] 11
---
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