From 2c188371ed9e91ba58c452dbf27150de8eca208a Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 15 七月 2024 10:52:14 +0800 Subject: [PATCH] 增加IWorkStep,行为要保存数据,对接工步DBSubmitAction --- Tiger.Model.Net/Entitys/MES/V_MES_ROUTE_PTREE.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/V_MES_ROUTE_PTREE.cs b/Tiger.Model.Net/Entitys/MES/V_MES_ROUTE_PTREE.cs index 2542c6c..b4acc06 100644 --- a/Tiger.Model.Net/Entitys/MES/V_MES_ROUTE_PTREE.cs +++ b/Tiger.Model.Net/Entitys/MES/V_MES_ROUTE_PTREE.cs @@ -57,6 +57,10 @@ [SugarColumn(IsIgnore = true)] public string FieldName { get; set; } */ + [SugarColumn(IsIgnore = true)] + public string tid { get; set; } + [SugarColumn(IsIgnore = true)] + public string cust { get; set; } #endregion #region 鏋氫妇鍙橀噺 -- Gitblit v1.9.3