From 121ef0e477b9ab0e3a610de08a92f08eb955d556 Mon Sep 17 00:00:00 2001
From: 于杰 <1210123631@qq.com>
Date: 星期一, 15 十二月 2025 16:54:25 +0800
Subject: [PATCH] 实现临时小片侧边栏添加功能,实现外部接口接收临时优化json功能
---
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