From e719f3e5d5d16ee8a9dece97d9889610507628ac Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 18 八月 2025 08:15:27 +0800
Subject: [PATCH] 1

---
 项目代码/WCS/WCSServices/WIDESEAWCS_TaskInfoService/InvokeAGVService.cs |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_TaskInfoService/InvokeAGVService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_TaskInfoService/InvokeAGVService.cs"
index a8e082b..23d11f3 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_TaskInfoService/InvokeAGVService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_TaskInfoService/InvokeAGVService.cs"
@@ -15,12 +15,7 @@
 {
     public partial class TaskService
     {
-        /// <summary>
-        /// 鍙戦�丄GV浠诲姟 
-        /// </summary>
-        /// <param name="taskModel"></param>
-        /// <returns></returns>
-        public WebResponseContent AgvSendTask(AgvTaskDTO taskModel, APIEnum SendTask = APIEnum.Agv_CSJSendTask)
+        public WebResponseContent AgvSendTask(AgvTaskSendDTO taskModel, APIEnum SendTask = APIEnum.AgvSendTask)
         {
             WebResponseContent content = new WebResponseContent();
             try
@@ -44,13 +39,6 @@
                 content.Error(ex.Message);
             }
             return content;
-        }
-        /// <summary>
-        /// 瀹夊叏淇″彿鐢宠 AGV-WCS
-        /// </summary>
-        public AgvResponseContent AgvSecureApply(AgvSecureApplyDTO secureApplyModel)
-        {
-            return new AgvResponseContent();
         }
         /// <summary>
         /// 瀹夊叏淇″彿鍥炲 WCS-AGV  //AGV浠诲姟缁х画鎵ц

--
Gitblit v1.9.3