From c7cc6a7851eb8c3caa697d3a8382a1ff09db2586 Mon Sep 17 00:00:00 2001
From: pulg <plg@Haninfo>
Date: 星期四, 26 六月 2025 18:55:08 +0800
Subject: [PATCH] 1

---
 HH.WCS.QingXiNongfu/wms/WMSModel.cs |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/HH.WCS.QingXiNongfu/wms/WMSModel.cs b/HH.WCS.QingXiNongfu/wms/WMSModel.cs
index 6021728..d8d5d2e 100644
--- a/HH.WCS.QingXiNongfu/wms/WMSModel.cs
+++ b/HH.WCS.QingXiNongfu/wms/WMSModel.cs
@@ -69,6 +69,9 @@
         public int N_LAYER { get; internal set; }
         public string S_ITEM_CODE { get; internal set; }
         public string S_ITEM_NAME { get; internal set; }
+
+        public string S_BATCH_NO { get; internal set; }
+
         public string S_CJ_NAME { get; set; }
     }
 
@@ -365,6 +368,18 @@
         public string S_CNTR_STATE { get; set; }
     }
 
+    [SuGG("搴撳琛�)]
+    public class KuRong : BaseModel
+    {
+        public string StorageLoc { get; set; }
+        public int MaxCapacity { get; set; }
+        public int FilledCapacity { get; set; }
+        public string ProductItem { get; set; }
+        public int AvailableCapacity { get; set; }
+        public int DesiredCapacity { get; set; }
+        public int CRC { get; set; }
+        public int RAC { get; set; }
+    }
     //鍧囧窞鐜板満
     //[SugarTable("dbo.")]
 

--
Gitblit v1.9.1