From c27a685ed122e3f2934eba2c3d77bc2e1312a4cf Mon Sep 17 00:00:00 2001
From: 你好啊 <1536384743@qq.com>
Date: 星期五, 09 八月 2024 11:19:41 +0800
Subject: [PATCH] 修改当传入数据为空时,该=改null  为0

---
 north-glass-erp/src/main/java/com/example/erp/entity/pp/ProductionScheduling.java |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ProductionScheduling.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ProductionScheduling.java
index d9485b2..fabe09f 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ProductionScheduling.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ProductionScheduling.java
@@ -2,6 +2,7 @@
 
 import com.example.erp.entity.sd.Order;
 import com.example.erp.entity.sd.OrderDetail;
+import com.example.erp.entity.sd.OrderGlassDetail;
 import lombok.Data;
 
 import java.time.LocalDate;
@@ -16,6 +17,8 @@
     private String orderId;
     //璁㈠崟搴忓彿
     private String orderNumber;
+    //灏忕墖椤哄簭
+    private String technologyNumber;
     //鎺掍骇宸ュ簭
     private String processes;
     //鎺掍骇鏁伴噺
@@ -31,8 +34,20 @@
     //鍒涘缓鏃堕棿
     private LocalDate createTime;
 
+    private Integer pendingProductionQuantity;
+
+    private Double pendingProductionArea;
+
+    private Integer productionScheduledQuantity;
+
+    private Double productionScheduledArea;
+
+    private  String reviewer;
+
     //澶栭敭璁㈠崟琛�
     private Order order;
     //澶栭敭璁㈠崟鏄庣粏琛�
     private OrderDetail orderDetail;
+    //澶栭敭璁㈠崟鏄庣粏琛�
+    private OrderGlassDetail orderGlassDetail;
 }

--
Gitblit v1.8.0