From 8e42d0c1b7ae36cff2e7c69999117911a4b6f300 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 26 三月 2026 17:31:06 +0800
Subject: [PATCH] feat(WCS): 完善 WIDESEAWCS_Tasks 模块代码注释

---
 Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotWorkflowOrchestrator.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotWorkflowOrchestrator.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotWorkflowOrchestrator.cs
index de688d6..9a8f5d1 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotWorkflowOrchestrator.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotWorkflowOrchestrator.cs
@@ -3,11 +3,16 @@
 namespace WIDESEAWCS_Tasks.Workflow.Abstractions
 {
     /// <summary>
-    /// 机器人流程编排器。负责 RobotJob 内的状态机分支执行。
+    /// 鏈哄櫒浜轰换鍔$紪鎺掑櫒鎺ュ彛 - 璐熻矗 RobotJob 涓殑鐘舵�佹満娴佽浆鍜屾墽琛屾楠ょ紪鎺�
     /// </summary>
     public interface IRobotWorkflowOrchestrator
     {
+        /// <summary>
+        /// 鎵ц浠诲姟缂栨帓娴佺▼
+        /// </summary>
+        /// <param name="latestState">鏈哄櫒浜烘渶鏂扮姸鎬�</param>
+        /// <param name="task">寰呮墽琛岀殑鏈哄櫒浜轰换鍔�</param>
+        /// <param name="ipAddress">鏈哄櫒浜� IP 鍦板潃</param>
         Task ExecuteAsync(RobotSocketState latestState, Dt_RobotTask task, string ipAddress);
     }
 }
-

--
Gitblit v1.9.3