From 3b434cdc16b71dbc981b364d41a7337fa3f4d43c Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期六, 23 八月 2025 13:10:41 +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