From 62c5a7fad29fa380874f6cf81bb4074ce5f488e7 Mon Sep 17 00:00:00 2001
From: 海波 张 <2956280567@qq.com>
Date: 星期五, 30 五月 2025 17:32:06 +0800
Subject: [PATCH] 优先级修改

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

diff --git a/wms/WMSModel.cs b/wms/WMSModel.cs
index ff885ff..ceaf2b6 100644
--- a/wms/WMSModel.cs
+++ b/wms/WMSModel.cs
@@ -131,7 +131,7 @@
         /// <summary>
         /// 瀹归噺
         /// </summary>
-        public string N_CAPACITY { get; set; }
+        public int N_CAPACITY { get; set; }
 
         /// <summary>
         /// 褰撳墠鏁伴噺
@@ -1118,6 +1118,12 @@
         /// 绌烘墭浠诲姟鏄惁鍒涘缓  Y/N   榛樿N
         /// </summary>
         public string Status { get; set; }
+
+
+        /// <summary>
+        /// 浠诲姟鍙�+        /// </summary>
+        public string task_no { get; set; }
     }
 
 
@@ -1495,5 +1501,13 @@
         public List<ZoneLoc> ZoneLocs { get; set; }
     }
 
+    /// <summary>
+    /// 鍑哄簱缁堢偣鏃犻檺鍒惰〃
+    /// </summary>
+    [ST("鍑哄簱缁堢偣鏃犻檺鍒惰〃")]
+    public class UnlimitedLoc : BaseModel {
+        public string Loc { get; set; }
+    }
+
 
 }
\ No newline at end of file

--
Gitblit v1.9.1