From 4de417b106a062452f5ac86e626e7e225b753eab Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期二, 23 九月 2025 08:03:11 +0800
Subject: [PATCH] 优化问题

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

diff --git a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
index 2014c78..0352d8e 100644
--- a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
+++ b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
@@ -176,11 +176,10 @@
         /// <summary>
         /// 鑾峰彇鍌ㄤ綅淇℃伅(骞冲簱鍥句緥)
         /// </summary>
-        /// <param name="wareHouseNo">浠撳簱</param>
         /// <param name="row">鎺�</param>
         /// <returns></returns>
 
-        List<SysStorageLocat> GetFlatLibraryLegend(string wareHouseNo, string row);
+        List<LocatDto> GetFlatLibraryLegend(string row);
 
         #endregion
 

--
Gitblit v1.8.0