From 1dd4acaee570865476fcd65538561d71fd405a66 Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期五, 02 二月 2024 10:45:40 +0800 Subject: [PATCH] 修改标签 --- Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs index b6c049a..cc0419f 100644 --- a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs +++ b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs @@ -70,8 +70,10 @@ /// <param name="wareHouseNo">浠撳簱</param> /// <param name="roadway">宸烽亾鍙�</param> /// <param name="row">鎺�</param> + /// <param name="depth">娣卞害</param> /// <returns></returns> - List<SysStorageLocat> GetStorageLocatLists(string wareHouseNo, string roadway,string row); + + List<SysStorageLocat> GetStorageLocatLists(string wareHouseNo, string roadway,string row, string depth); /// <summary> /// 鑾峰彇鏈�澶у眰绾� -- Gitblit v1.8.0