From df143921e8ec85b43420b71961d73825521911d1 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 23 十月 2025 10:14:49 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override
---
north-glass-erp/src/main/java/com/example/erp/dto/mm/FinishedOperateLogDTO.java | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/dto/mm/FinishedOperateLogDTO.java b/north-glass-erp/src/main/java/com/example/erp/dto/mm/FinishedOperateLogDTO.java
index a07136c..113a8fd 100644
--- a/north-glass-erp/src/main/java/com/example/erp/dto/mm/FinishedOperateLogDTO.java
+++ b/north-glass-erp/src/main/java/com/example/erp/dto/mm/FinishedOperateLogDTO.java
@@ -21,6 +21,8 @@
private String operateType;
@ExcelProperty("鏁伴噺")
private Integer quantity;
+ @ExcelProperty("鍗曚环")
+ private Double price;
@ExcelProperty("浜у搧Id")
private Integer productId;
@ExcelProperty("浜у搧")
@@ -29,6 +31,16 @@
private Double width;
@ExcelProperty("楂�")
private Double height;
+ @ExcelProperty("闈㈢Н")
+ private Double area;
+ @ExcelProperty("閲戦")
+ private Double money;
+ @ExcelProperty("椤圭洰鍚嶇О")
+ private String project;
+ @ExcelProperty("瀹㈡埛鍚嶇О")
+ private String customerName;
+ @ExcelProperty("璁㈠崟绫诲瀷")
+ private String orderType;
@ExcelProperty("璋冩嫧閿�鍞崟鍙�")
private String staterOperationOrderNumber;
@ExcelProperty("璋冩嫧搴忓彿")
--
Gitblit v1.8.0