From 91fc6f65c712505f0b13e45d66e917e2645ae1c3 Mon Sep 17 00:00:00 2001 From: pulg <plg@Haninfo> Date: 星期四, 10 七月 2025 18:17:27 +0800 Subject: [PATCH] Merge branch 'master' of http://121.37.118.194:8000/r/WMSPrjInstance/HH-0014_NongFu_QingXi --- HH.WCS.QingXiNongfu/wms/WMSModel.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/HH.WCS.QingXiNongfu/wms/WMSModel.cs b/HH.WCS.QingXiNongfu/wms/WMSModel.cs index 46da2dc..7c84f86 100644 --- a/HH.WCS.QingXiNongfu/wms/WMSModel.cs +++ b/HH.WCS.QingXiNongfu/wms/WMSModel.cs @@ -137,6 +137,8 @@ { get; set; } + + public string C_ENABLE { get; set; } //public string S_DEEP { get; set; } [SugarColumn(IsIgnore = true)] @@ -178,6 +180,7 @@ public string S_TYPE { get; set; } + [SugarColumn(IsIgnore = true)] [Navigate(NavigateType.OneToOne, nameof(S_CNTR_CODE))] public CntrItemRel CntrItemRel { get; set; } -- Gitblit v1.9.1