11816 17 часов назад
Родитель
Сommit
12779c3f03

+ 4
- 5
src/main/java/com/example/backend/pAndSExe/dto/InfExe3ExcelDTO.java Просмотреть файл

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

+ 1
- 1
src/main/java/com/example/backend/pAndSExe/model/InfFeiyongfukuan.java Просмотреть файл

26
     private String ID;
26
     private String ID;
27
 
27
 
28
     @ApiModelProperty(value = "采购合同号")
28
     @ApiModelProperty(value = "采购合同号")
29
-    @TableField(value = "pfno")
29
+    @TableField(value = "pono")
30
     private String pono;
30
     private String pono;
31
 
31
 
32
     @TableField(value = "sono")
32
     @TableField(value = "sono")

Загрузка…
Отмена
Сохранить