From 89943f29476e3de04c638cc7aefbdf2dd24d00c7 Mon Sep 17 00:00:00 2001
From: 海波 张 <2956280567@qq.com>
Date: 星期四, 17 七月 2025 17:31:18 +0800
Subject: [PATCH] 出库、绑定修改

---
 wms/WMSModel.cs |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/wms/WMSModel.cs b/wms/WMSModel.cs
index ecdfab1..5c3a029 100644
--- a/wms/WMSModel.cs
+++ b/wms/WMSModel.cs
@@ -162,7 +162,13 @@
         /// 鍚敤
         /// </summary>
         public string C_ENABLE { get; set; }
-        
+
+
+        /// <summary>
+        /// 鎺ラ┏浣嶅搴斿贩閬�+        /// </summary>
+        public int CONNEC_ROADWAY { get; set; }
+
         /// <summary>
         /// 娣卞害
         /// </summary>
@@ -1575,5 +1581,30 @@
         public string ext_data { get; set; }
     }
 
+    [ST("鍑哄簱浠诲姟鎻愰珮浼樺厛绾ц〃")]
+    public class OutMinutePriority : BaseModel
+    {
+        //鏃堕棿 鍒嗛挓
+        public int Minute { get; set; }
 
+        //鎻愰珮浼樺厛绾�鍒癕inute+Priority
+        public int Priority { get; set; }
+
+        /// <summary>
+        /// 鍚敤 Y/N
+        /// </summary>
+        public string Enable { get; set; }
+    }
+
+    [ST("搴撳尯琛�)]
+    public class Area : BaseModel
+    {
+        //搴撳尯缂栫爜
+        public string S_CODE { get; set; }
+
+        /// <summary>
+        /// 搴撳尯鍚嶇О
+        /// </summary>
+        public string S_NAME { get; set; }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1