From 1b229b8cfdeb19c73f86d790c6522cf727d78947 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期五, 23 一月 2026 19:21:24 +0800
Subject: [PATCH] 优化wmsjob
---
项目代码/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