From 4521e55b7ce2840dcb91340c17f3159892bcc14d Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 24 十二月 2025 13:32:29 +0800
Subject: [PATCH] 修改订单金额时,根据情况是否调用发货单修改金额

---
 north-glass-erp/src/main/java/com/example/erp/dto/sd/CustomerDTO.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/dto/sd/CustomerDTO.java b/north-glass-erp/src/main/java/com/example/erp/dto/sd/CustomerDTO.java
index 8ca3ccd..a7f6319 100644
--- a/north-glass-erp/src/main/java/com/example/erp/dto/sd/CustomerDTO.java
+++ b/north-glass-erp/src/main/java/com/example/erp/dto/sd/CustomerDTO.java
@@ -21,11 +21,11 @@
     @ExcelProperty("浜у搧")
     private String productName;
     @ExcelProperty("鏁伴噺")
-    private Integer quantity;
+    private Double quantity;
     @ExcelProperty("闈㈢Н")
     private Double area;
     @ExcelProperty("鍗曚环")
-    private Integer price;
+    private Double price;
     @ExcelProperty("閲戦")
     private Double money;
 

--
Gitblit v1.8.0