From ff247ae3a329229de9a6a68146450daf77adfa48 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 28 十二月 2024 16:05:56 +0800 Subject: [PATCH] Add PLAN_DATE property to BIZ_MES_WO_BATCH model This enhancement provides additional scheduling information by storing the planned date for a work order batch. --- Tiger.Model.Net/Entitys/MES/MES_ROUTE_NODE_POST.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/MES_ROUTE_NODE_POST.cs b/Tiger.Model.Net/Entitys/MES/MES_ROUTE_NODE_POST.cs index 9e056aa..848c93b 100644 --- a/Tiger.Model.Net/Entitys/MES/MES_ROUTE_NODE_POST.cs +++ b/Tiger.Model.Net/Entitys/MES/MES_ROUTE_NODE_POST.cs @@ -32,6 +32,9 @@ /// </summary> [SugarColumn(IsPrimaryKey = true)] public string POST_CODE { get; set; } + /// <summary> + /// 澶囨敞 + /// </summary> public string REMARK { get; set; } #endregion -- Gitblit v1.9.3