From 4f2fb79143f0545e96f114c92e1da733b2d9716a Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期六, 07 二月 2026 21:31:05 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 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 4b106f5..91e1179 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"
@@ -74,5 +74,29 @@
         /// </summary>
         /// <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
+        WebResponseContent EnableAllLocationsInRoadway(string roadwayNo);
+        WebResponseContent DisableAllLocationsInRoadway(string roadwayNo);
+        WebResponseContent GetWarehouseCapacity();
     }
-    }
+}

--
Gitblit v1.9.3