From ef5b4a78ec2201b46cb0c9a59fc2cb036bd13f38 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 18 七月 2025 15:05:21 +0800
Subject: [PATCH] 次破报表添加报工审核状态条件

---
 north-glass-erp/src/main/java/com/example/erp/dto/pp/WorkInProgressDTO.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/dto/pp/WorkInProgressDTO.java b/north-glass-erp/src/main/java/com/example/erp/dto/pp/WorkInProgressDTO.java
index e8b1411..7c4df34 100644
--- a/north-glass-erp/src/main/java/com/example/erp/dto/pp/WorkInProgressDTO.java
+++ b/north-glass-erp/src/main/java/com/example/erp/dto/pp/WorkInProgressDTO.java
@@ -7,6 +7,8 @@
 public class WorkInProgressDTO {
     @ExcelProperty("宸ュ簭")
     private String thisProcess;
+    @ExcelProperty("閿�鍞崟鍙�")
+    private String orderId;
     @ExcelProperty("娴佺▼鍗″彿")
     private String processId;
     @ExcelProperty("瀹㈡埛鍚嶇О")
@@ -35,6 +37,12 @@
     private Double stockArea;
     @ExcelProperty("鎴愬搧鍚嶇О")
     private String productName;
+    @ExcelProperty("鍦ㄥ埗鍝佸悕绉�")
+    private String glassName;
     @ExcelProperty("寮挗鍗婂緞")
     private String bendRadius;
+    @ExcelProperty("缂栧彿")
+    private String glassNumber;
+    @ExcelProperty("涓婂伐搴忔姤宸ョ彮缁�")
+    private String teamsGroupsName;
 }

--
Gitblit v1.8.0