From 53bc276bdc4aaefc2a2ecadc472f2c2f18e93490 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期三, 26 十一月 2025 16:53:57 +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/pp/TeamOutputDTO.java | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java b/north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java
index dd0ca32..6fb966c 100644
--- a/north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java
+++ b/north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java
@@ -15,16 +15,18 @@
private String thisProcess;
@ExcelProperty("鎶ュ伐鐝粍")
private String teamsGroupsName;
+ @ExcelProperty("璁㈠崟缂栧彿")
+ private String orderId;
@ExcelProperty("椤圭洰鍚嶇О")
private String project;
@ExcelProperty("娴佺▼鍗″彿")
private String processId;
@ExcelProperty("搴忓彿")
- private String orderNumber;
+ private Integer orderNumber;
@ExcelProperty("瀹�")
- private String width;
+ private Integer width;
@ExcelProperty("楂�")
- private String height;
+ private Integer height;
// @ExcelProperty("褰㈢姸")
// private String shape;
// @ExcelProperty("鍘氬害")
@@ -32,9 +34,9 @@
@ExcelProperty("纾ㄨ竟绫诲瀷")
private String edgingType;
@ExcelProperty("瀹屽伐鏁伴噺")
- private String completedQuantity;
+ private Integer completedQuantity;
@ExcelProperty("瀹屽伐闈㈢Н")
- private String area;
+ private Double area;
@ExcelProperty("浜у搧鍚嶇О")
private String productName;
@ExcelProperty("缂栧彿")
@@ -49,4 +51,10 @@
private String deviceName;
@ExcelProperty("鎵规")
private String batch;
+ @ExcelProperty("璁㈠崟绫诲瀷")
+ private String orderType;
+ @ExcelProperty("鍦ㄥ埗鍝佸帤搴�")
+ private String thicknessSum;
+ @ExcelProperty("骞虫柟姣背")
+ private String thicknessArea;
}
--
Gitblit v1.8.0