From 3471985a65fe86eeaa671ea2b6ebd5e7016de38a Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期一, 23 十二月 2024 08:27:15 +0800 Subject: [PATCH] 111 --- 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