From 1ac2c31898b2a10906c0058b1b62f73f5ea6daf9 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期四, 29 八月 2024 09:07:44 +0800
Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/JC26WMS

---
 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