From fb24c7db81cbf7c5012e4bd0d9de588c64e30af7 Mon Sep 17 00:00:00 2001
From: leiqunqing <zhengqifeng@hnkhzn.com>
Date: 星期五, 23 一月 2026 09:37:46 +0800
Subject: [PATCH] 添加DTO

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
index 62975a3..47d0556 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
@@ -30,6 +30,8 @@
 using WIDESEAWCS_Common.TaskEnum;
 using WIDESEAWCS_Core.BaseRepository;
 using Microsoft.AspNetCore.Mvc;
+using WIDESEAWCS_DTO.WMS;
+using WIDESEAWCS_Common;
 
 namespace WIDESEAWCS_ITaskInfoService
 {
@@ -190,5 +192,12 @@
         /// <param name="taskNum">浠诲姟鍙�</param>
         /// <returns>杩斿洖澶勭悊缁撴灉</returns>
         WebResponseContent RollbackTaskStatusToLast(int taskNum);
+        /// <summary>
+        /// 鑾峰彇浠诲姟鍙�
+        /// </summary>
+        /// <param name="sequenceName"></param>
+        /// <returns></returns>
+        int GetTaskNum(string sequenceName);
+        WebResponseContent UpdateTaskStatus(object TaskDTO, DeviceTypeEnum deviceTypeEnum);
     }
 }

--
Gitblit v1.9.3