From be438dd071400936c44a1425ec8d886f63c83329 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期五, 11 七月 2025 14:33:08 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
index acbbb6d..077058d 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -21,6 +21,15 @@
 
         Dt_LocationInfo? AssignLocation(string stationCode, int inboundType);
         Dt_LocationInfo? AssignLocation(string RoadwayNo);
+
+        /// <summary>
+        /// 璐т綅鍒嗛厤閫昏緫
+        /// </summary>
+        /// <param name="roadwayNo">宸烽亾鍙�</param>
+        /// <param name="palletType">鎵樼洏绫诲瀷</param>
+        /// <returns></returns>
+        Dt_LocationInfo? AssignLocation(string roadwayNo, int palletType, int warehouseId, string beRelocationCode = "", int heightType = 0);
+
         void UpdateLocationLock(Dt_LocationInfo locationInfo,int task, int changType,bool black);
         void UpdateLocationFree(Dt_LocationInfo locationInfo, int task, int changType, bool black);
 

--
Gitblit v1.9.3