2 次代码提交

作者 SHA1 备注 提交日期
  11816 be9c56c3c2 Merge remote-tracking branch 'origin/master' 1 个月前
  11816 12779c3f03 1 费用付款修改字段 1 个月前
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4
    5
      src/main/java/com/example/backend/pAndSExe/dto/InfExe3ExcelDTO.java

+ 4
- 5
src/main/java/com/example/backend/pAndSExe/dto/InfExe3ExcelDTO.java 查看文件

@@ -22,13 +22,12 @@ public class InfExe3ExcelDTO {
22 22
     private Double appAmt;
23 23
     @ExcelProperty(index = 6) // G列 - 币别
24 24
     private String curcy;
25
-    @ExcelProperty(index = 7) // I列 - 付款日期
25
+    @ExcelProperty(index = 7) // I列 -
26 26
     private String receiptNo;
27
-    @ExcelProperty(index = 8) // J列 - 付款日期
27
+    @ExcelProperty(index = 8) // J列 -
28 28
     private String expanseReportId;
29
-    @ExcelProperty(index = 9) // K列 - 付款日期
29
+    @ExcelProperty(index = 9) // K列 -
30 30
     private String InitNumber;
31
-    @ExcelProperty(index = 10) // L列 - 付款日期
31
+    @ExcelProperty(index = 10) // L列 -
32 32
     private String InitCode;
33
-
34 33
 }

正在加载...
取消
保存