From 0710a8c37df5b8e2a94ba53c1f8c84e06d668d04 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 01 三月 2024 16:08:21 +0800
Subject: [PATCH] 添加获取当前流程卡历史报工班组、设备程序
---
north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java | 10 +++++++++-
1 files changed, 9 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..ae44e31 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
@@ -18,10 +20,14 @@
private String productionId;
//娴佺▼鍗″彿
private String processId;
+ //钀芥灦椤哄簭
+ private Integer landingSequence;
//搴忓彿
private Integer orderNumber;
//宸ヨ壓纭搴忓彿
private Integer technologyNumber;
+ //鍒嗘灦鏁伴噺
+ private Integer quantity;
//宸蹭紭鍖栨暟閲�
private Integer optimizeQuantity;
//鎺掔増鐘舵��
@@ -61,4 +67,6 @@
private OrderDetail orderDetail;
//澶栭敭璁㈠崟宸ヨ壓瀹℃牳琛�
private OrderGlassDetail orderGlassDetail;
+
+ private Product product;
}
--
Gitblit v1.8.0