From 3a3c50e8a4f1bca47daaadd03f4138a5d4a2227c Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期六, 12 四月 2025 16:13:48 +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