From 9b0e1426f7c05eccf2f27deedf132ea93342eda1 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期一, 05 二月 2024 11:12:52 +0800 Subject: [PATCH] 储位管理增加批量禁止选中多种仓库限制,区域管理新增代码。 --- Wms/WMS.IBLL/ISysServer/IStorageAreaServer.cs | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/ISysServer/IStorageAreaServer.cs b/Wms/WMS.IBLL/ISysServer/IStorageAreaServer.cs index 1b0086b..cfc32fc 100644 --- a/Wms/WMS.IBLL/ISysServer/IStorageAreaServer.cs +++ b/Wms/WMS.IBLL/ISysServer/IStorageAreaServer.cs @@ -21,6 +21,7 @@ /// <param name="count"></param> /// <returns></returns> List<AreaDto> GetStorageAreaList(string areaName, string wareHouseNo,string status, string type, int page, int limit,out int count); + /// <summary> /// 鑾峰彇鍗曟潯搴撳尯鍩熶俊鎭� /// </summary> @@ -29,12 +30,26 @@ SysStorageArea GetStorageArea(int id); /// <summary> + /// 鑾峰彇鍗曟潯搴撳尯鍩熶俊鎭� + /// </summary> + /// <param name="id">ID</param> + /// <returns></returns> + SysStorageArea GetStorageMaxArea(); + + /// <summary> /// 鑾峰彇鍖哄煙淇℃伅锛堟牴鎹粨搴撳彿锛� /// </summary> /// <param name="wareHouseNo">浠撳簱鍙�</param> /// <returns></returns> List<SysStorageArea> GetStorageAreaByHouseNo(string wareHouseNo); - + + /// <summary> + /// 娣诲姞搴撳尯鍩熶俊鎭� + /// </summary> + /// <param name="model">鍖哄煙瀹炰綋</param> + /// <returns>鏄惁鎴愬姛</returns> + string InsertStorageArea(SysStorageArea model); + /// <summary> /// 淇敼搴撳尯鍩熶俊鎭� /// </summary> @@ -46,6 +61,7 @@ /// <param name="userId">鎿嶄綔浜�</param> /// <returns>鏄惁鎴愬姛</returns> bool EditStorageArea(int id,string name, int priority, string type, string temp, int userId); + /// <summary> /// 淇敼鍖哄煙鐘舵�� /// </summary> -- Gitblit v1.8.0