From e3f28006cdd48c8f8f3494ef61bae2d6b516de2e Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期四, 22 二月 2024 09:25:46 +0800
Subject: [PATCH] 提交商品创建界面

---
 north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java
index 03629cc..93f5d95 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java
@@ -5,9 +5,11 @@
 import com.example.erp.entity.sd.Order;
 import com.example.erp.entity.sd.OrderDetail;
 import com.example.erp.entity.sd.OrderGlassDetail;
+import com.example.erp.entity.sd.Product;
+import lombok.Data;
 
 import java.time.LocalDate;
-
+@Data
 public class FlowCard {
     @TableId(type = IdType.AUTO)
     //鑷id
@@ -22,6 +24,8 @@
     private Integer orderNumber;
     //宸ヨ壓纭搴忓彿
     private Integer technologyNumber;
+    //鍒嗘灦鏁伴噺
+    private Integer binningQuantity;
     //宸蹭紭鍖栨暟閲�
     private Integer optimizeQuantity;
     //鎺掔増鐘舵��
@@ -61,4 +65,6 @@
     private OrderDetail orderDetail;
     //澶栭敭璁㈠崟宸ヨ壓瀹℃牳琛�
     private OrderGlassDetail orderGlassDetail;
+
+    private  Product product;
 }

--
Gitblit v1.8.0