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/CustomerDTO.java | 8 ++++----
1 files changed, 4 insertions(+), 4 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 59d65b5..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
@@ -15,17 +15,17 @@
@ExcelProperty("鍙戣揣鍗曞彿")
private String deliveryId;
@ExcelProperty("閿�鍞崟鍙�")
- private String productName;
- @ExcelProperty("椤圭洰鍚嶇О")
private String orderId;
- @ExcelProperty("浜у搧")
+ @ExcelProperty("椤圭洰鍚嶇О")
private String project;
+ @ExcelProperty("浜у搧")
+ private String productName;
@ExcelProperty("鏁伴噺")
private Integer quantity;
@ExcelProperty("闈㈢Н")
private Double area;
@ExcelProperty("鍗曚环")
- private Integer price;
+ private Double price;
@ExcelProperty("閲戦")
private Double money;
--
Gitblit v1.8.0