From 201f679225383f21d6fcce0d60d17a1b9c4cd36f Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期六, 24 一月 2026 09:49:51 +0800
Subject: [PATCH] 优化巷道逻辑

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
index 3c4f9bc..58966f3 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
@@ -75,9 +75,25 @@
         /// <returns></returns>
         Dt_LocationInfo? ShallowGetLocation(string roadway, int Locationtype, int row, int Layer, int Column);
 
+        /// <summary>
+        /// 鏌ユ壘璐т綅
+        /// </summary>
+        /// <param name="LocationCode">璐т綅缂栧彿</param>
+        /// <returns></returns>
+        Dt_LocationInfo? FindStorageLocation(string LocationCode);
 
+        /// <summary>
+        /// 鍒ゆ柇琛�
+        /// </summary>
+        /// <param name="RoadwayNo">宸烽亾缂栧彿</param>
+        /// <param name="locrow">琛�</param>
+        /// <returns></returns>
+        int judgmentRow(string RoadwayNo, int locrow);
+
+        //鑾峰彇搴撲綅绔嬩綋鍥炬暟鎹�
+        #region 鑾峰彇搴撲綅绔嬩綋鍥炬暟鎹�
         WebResponseContent GetArea();
         WebResponseContent GetLocationStatus(int WarehouseId, string RoadwayNo);
-
+        #endregion
     }
-    }
+}

--
Gitblit v1.9.3