From 426134e8a0dbb5fc63a0bc64eeff2de6aac4b81a Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期三, 31 一月 2024 08:42:46 +0800
Subject: [PATCH] 1
---
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