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/CustomerDTO.java |    2 +-
 1 files changed, 1 insertions(+), 1 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..34219ff 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
@@ -25,7 +25,7 @@
     @ExcelProperty("闈㈢Н")
     private Double area;
     @ExcelProperty("鍗曚环")
-    private Integer price;
+    private Double price;
     @ExcelProperty("閲戦")
     private Double money;
 

--
Gitblit v1.8.0