From 27f9d29760ee5457d7c0cb9e12cacab33c08eaea Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 06 三月 2025 19:37:01 +0800 Subject: [PATCH] 更新WMS实体 --- Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_IN_SN.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_IN_SN.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_IN_SN.cs index 71e0d4e..e33e035 100644 --- a/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_IN_SN.cs +++ b/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_IN_SN.cs @@ -77,6 +77,11 @@ [SugarColumn(IsIgnore = true)] public string FieldName { get; set; } */ + + [SugarColumn(IsIgnore = true)] + public string SALES_ORDER { get; set; } + [SugarColumn(IsIgnore = true)] + public string BATCH_NO { get; set; } #endregion #region 澶栭敭灞炴�� -- Gitblit v1.9.3