From 00a6c486eb0f4aec35af265ff9851bff41f18bd2 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 18 三月 2024 16:43:26 +0800
Subject: [PATCH] 修改报工前端判断流程卡位数

---
 north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 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 93f5d95..fdcfa82 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
@@ -20,16 +20,18 @@
     private String productionId;
     //娴佺▼鍗″彿
     private String processId;
+    //钀芥灦椤哄簭
+    private Integer landingSequence;
     //搴忓彿
     private Integer orderNumber;
     //宸ヨ壓纭搴忓彿
     private Integer technologyNumber;
     //鍒嗘灦鏁伴噺
-    private Integer binningQuantity;
+    private Integer quantity;
     //宸蹭紭鍖栨暟閲�
     private Integer optimizeQuantity;
     //鎺掔増鐘舵��
-    private Integer layoutStatus;
+    private String layoutStatus;
     //琛ョ墖鏁伴噺
     private Integer numberPatches;
     //搴撳瓨鏁伴噺

--
Gitblit v1.8.0