From 62b3bf8205277b9bdceaa83f0d7e5d73312e1780 Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期五, 23 八月 2024 14:48:02 +0800 Subject: [PATCH] 解决冲突 --- Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs index 3d2bde2..1def813 100644 --- a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs +++ b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs @@ -34,6 +34,14 @@ /// <param name="id"></param> /// <returns></returns> SysStorageLocat GetStorageLocat(int id); + + + /// <summary> + /// 鏌ヨ澶氭潯鍌ㄤ綅淇℃伅 + /// </summary> + /// <returns></returns> + List<SysStorageLocat> GetStorageLocat(); + /// <summary> /// 缂栬緫鍌ㄤ綅淇℃伅 /// </summary> -- Gitblit v1.8.0