From 1181f9f764b14abd6e9f598f89f8507b4bbfad0d Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 09 三月 2026 09:47:10 +0800
Subject: [PATCH] 设置登录默认值;添加数据传输对象;更新服务器作业

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
index 86c7f41..850a356 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -83,8 +83,8 @@
         /// <summary>
         /// 妫�鏌ュ苟鐢熸垚绉诲簱浠诲姟鎴栬繑鍥炲嚭搴撲换鍔�
         /// </summary>
-        /// <param name="locationID">浠诲姟鍙�</param>
-        /// <returns>浠诲姟瀵硅薄</returns>
-        public Task<Dt_Task> TransferCheckAsync(int taskNum);
+        /// <param name="taskNum">浠诲姟鍙�</param>
+        /// <returns></returns>
+        public Task<WebResponseContent> TransferCheckAsync(int taskNum);
     }
 }

--
Gitblit v1.9.3