From cad671a443f34b411ed4a69cb94490b1121102ce Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 04 三月 2025 17:02:56 +0800
Subject: [PATCH] 优化版图显示、钢化模拟计算保存、结果显示
---
north-glass-erp/src/main/java/com/example/erp/dto/sd/DeliveryDetailDTO.java | 15 +++++++++++++++
1 files changed, 15 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 6ca7f79..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
@@ -18,14 +18,28 @@
private String deliveryId;
@ExcelProperty("鍙戣揣搴忓彿")
private Integer deliveryNumber;
+ @ExcelProperty("浜у搧Id")
+ private Integer productId;
+ @ExcelProperty("浜у搧")
+ private String productName;
@ExcelProperty("浠樻鏉′欢")
private String paymentTerms;
@ExcelProperty("椤圭洰鍚嶇О")
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("瀹㈡埛缂栧彿")
@@ -61,4 +75,5 @@
+
}
--
Gitblit v1.8.0