From 8f0f149d607a7246fa25e81340602ce5e47398fe Mon Sep 17 00:00:00 2001
From: pulg <plg@Haninfo>
Date: 星期四, 10 七月 2025 18:14:38 +0800
Subject: [PATCH] 1

---
 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