From 3a6f7cb36dff0ec99edddbb53078947fcf08a47e Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期六, 19 七月 2025 09:32:15 +0800
Subject: [PATCH] 1.用料清单变更

---
 MES.Service/Modes/ProductionOrder.cs |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/MES.Service/Modes/ProductionOrder.cs b/MES.Service/Modes/ProductionOrder.cs
index 357987c..8217687 100644
--- a/MES.Service/Modes/ProductionOrder.cs
+++ b/MES.Service/Modes/ProductionOrder.cs
@@ -327,4 +327,28 @@
     /// </summary>
     [SugarColumn(ColumnName = "PREPARE_COMP_FLAG")]
     public int? PrepareCompFlag { get; set; }
+
+    /// <summary>
+    ///     璁″垝纭鏃堕棿锛堟墽琛屾棩鏈燂級
+    /// </summary>
+    [SugarColumn(ColumnName = "PLAN_CONFIRMATION")]
+    public DateTime? PlanConfirmation { get; set; }
+
+    /// <summary>
+    ///     闇�姹傛潵婧�
+    /// </summary>
+    [SugarColumn(ColumnName = "Req_Src")]
+    public string? ReqSrc { get; set; }
+
+    /// <summary>
+    ///     婧愭媶鍒嗚鍗曡鍙�
+    /// </summary>
+    [SugarColumn(ColumnName = "SRC_SPLIT_SEQ")]
+    public string? SrcSplitSeq { get; set; }
+
+    /// <summary>
+    ///     1锛屾柊澧烇紱2锛屽彉鏇�
+    /// </summary>
+    [SugarColumn(ColumnName = "TYPEA")]
+    public string? Typea { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3