From e131f6e16de1df9fdcb7ede55cb9f4dc93e48ae8 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 21 十月 2024 08:10:34 +0800
Subject: [PATCH] 修改发货报表以及新增单片周长字段
---
north-glass-erp/src/main/java/com/example/erp/dto/sd/DeliveryDetailDTO.java | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/dto/sd/DeliveryDetailDTO.java b/north-glass-erp/src/main/java/com/example/erp/dto/sd/DeliveryDetailDTO.java
index 1091792..da879fb 100644
--- a/north-glass-erp/src/main/java/com/example/erp/dto/sd/DeliveryDetailDTO.java
+++ b/north-glass-erp/src/main/java/com/example/erp/dto/sd/DeliveryDetailDTO.java
@@ -28,8 +28,18 @@
private String project;
@ExcelProperty("鏁伴噺")
private Integer quantity;
+ @ExcelProperty("鍗曚环")
+ private Double price;
@ExcelProperty("闈㈢Н")
private Double area;
+ @ExcelProperty("鍏朵粬閲戦")
+ private Double otherMoney;
+ @ExcelProperty("杩愯垂閲戦")
+ private Double freight;
+ @ExcelProperty("杩愯垂鍗曚环")
+ private Double freightPrice;
+ @ExcelProperty("杩愯垂鏁伴噺")
+ private Double freightQuantity;
@ExcelProperty("閲戦")
private Double money;
@ExcelProperty("瀹㈡埛缂栧彿")
@@ -65,4 +75,5 @@
+
}
--
Gitblit v1.8.0