From d58196721475e968769d708d9c14f60dd8d5671f Mon Sep 17 00:00:00 2001
From: HuBingJie <3146306518@qq.com>
Date: 星期四, 13 十一月 2025 22:20:14 +0800
Subject: [PATCH] 1

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

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
index 3763b4f..1c3083a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
@@ -62,5 +62,19 @@
         /// <param name="heightType"></param>
         /// <returns></returns>
         Dt_LocationInfo? AssignLocation(string roadwayNo,int warehouseId, string beRelocationCode = "");
+
+        /// <summary>
+        /// 搴撲綅鍒嗛厤,鏃犲贩閬撳彿杩涜鍒嗛厤鍙�
+        /// </summary>
+        /// <returns></returns>
+        Dt_LocationInfo? GetLocationInfo();
+
+        /// <summary>
+        /// 鍒ゆ柇宸烽亾鍐呯Щ搴�,鑾峰彇璐т綅
+        /// </summary>
+        /// <param name="roadway"></param>
+        /// <returns></returns>
+        Dt_LocationInfo? GetLocation(string roadway);
+        Dt_LocationInfo? GetLocationInfoSC(string v);
     }
 }

--
Gitblit v1.9.3