From 1c2113e154faacedebfb1f00a29bb26127ed1b73 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期三, 21 二月 2024 16:39:51 +0800
Subject: [PATCH] 增加平库图例页面,后台代码编写,修改bug

---
 Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
index 4a04723..86169c8 100644
--- a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
+++ b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
@@ -88,7 +88,7 @@
         /// <param name="depth">娣卞害</param>
         /// <returns></returns>
 
-        List<SysStorageLocat> GetStorageLocatLists(string wareHouseNo, string roadway,string row, string depth);
+        List<SysStorageLocat> GetStorageLocatLists(string wareHouseNo, string roadway, string row, string depth);
 
         /// <summary>
         /// 鑾峰彇鏈�澶у眰绾�
@@ -122,7 +122,7 @@
         /// <returns></returns>
         List<string> GetDepth(string wareHouseNo);
 
-        
+
 
         /// <summary>
         /// 鑾峰彇搴撲綅鍗犳瘮(鍦�)
@@ -152,5 +152,19 @@
         /// <param name="locatNo"></param>
         /// <returns></returns>
         LocateInfoVm GetLocateInfo(string locatNo);
+
+        #region 骞冲簱
+
+        /// <summary>
+        /// 鑾峰彇鍌ㄤ綅淇℃伅(骞冲簱鍥句緥)
+        /// </summary>
+        /// <param name="wareHouseNo">浠撳簱</param>
+        /// <param name="row">鎺�</param>
+        /// <returns></returns>
+
+        List<SysStorageLocat> GetFlatLibraryLegend(string wareHouseNo, string row);
+
+        #endregion
+
     }
 }

--
Gitblit v1.8.0