From f10e29b77659f6b7db1cf8d0e0fc5387b958e2c5 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 17 七月 2024 16:54:08 +0800 Subject: [PATCH] Merge branch 'wxw' --- Wms/WMS.IBLL/ISysServer/IDepartmentServer.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Wms/WMS.IBLL/ISysServer/IDepartmentServer.cs b/Wms/WMS.IBLL/ISysServer/IDepartmentServer.cs index 6dc4b87..c11593b 100644 --- a/Wms/WMS.IBLL/ISysServer/IDepartmentServer.cs +++ b/Wms/WMS.IBLL/ISysServer/IDepartmentServer.cs @@ -18,20 +18,20 @@ /// <param name="DepartmentName">閮ㄩ棬鍚嶇О</param> /// <param name="DepartmentNo">閮ㄩ棬鍙�</param> /// <returns></returns> - List<DepartmentDto> GetDepartmentList(string DepartmentName, string DepartmentNo); + Task<List<DepartmentDto>> GetDepartmentList(string DepartmentName, string DepartmentNo); /// <summary> /// 鏍规嵁id鑾峰彇閮ㄩ棬淇℃伅 /// </summary> /// <param name="id">閮ㄩ棬id</param> /// <returns></returns> - SysDepartment GetDepartmentById(int id); + Task<SysDepartment> GetDepartmentById(int id); /// <summary> /// 鏍规嵁閮ㄩ棬鍙疯幏鍙栭儴闂ㄤ俊鎭� /// </summary> /// <returns></returns> - int GetDepartmentByNo(string DepartmentNo); + Task<int> GetDepartmentByNo(string DepartmentNo); /// <summary> /// 鏂板閮ㄩ棬淇℃伅 -- Gitblit v1.8.0