From f049a248557059b601f35cd74e88b67ee3bde567 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期五, 27 三月 2026 12:25:56 +0800
Subject: [PATCH] chore(RouterService): 删除 QueryNextRoute 中的遗留死代码
---
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotSimpleCommandHandler.cs | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotSimpleCommandHandler.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotSimpleCommandHandler.cs
index 89acb76..af6e6a2 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotSimpleCommandHandler.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/Abstractions/IRobotSimpleCommandHandler.cs
@@ -1,10 +1,20 @@
-锘縩amespace WIDESEAWCS_Tasks.Workflow.Abstractions
+namespace WIDESEAWCS_Tasks.Workflow.Abstractions
{
/// <summary>
- /// 鏈哄櫒浜虹畝鍗曞懡浠ゅ鐞嗗櫒锛堝杩愯鐘舵�併�佹ā寮忓垏鎹€�佸叏娴佺▼瀹屾垚鍛戒护锛夈��
+ /// 鏈哄櫒浜虹畝鍗曞懡浠ゅ鐞嗗櫒鎺ュ彛
/// </summary>
+ /// <remarks>
+ /// 绠�鍗曞懡浠ゆ槸鎸囦笉闇�瑕侀澶栧弬鏁扮殑鐘舵�佹洿鏂板懡浠わ紝濡傝繍琛岀姸鎬併�佹ā寮忓垏鎹㈢瓑銆�
+ /// 涓庡墠缂�鍛戒护锛堥渶瑕佽В鏋愪綅缃弬鏁帮級鐩稿銆�
+ /// </remarks>
public interface IRobotSimpleCommandHandler
{
+ /// <summary>
+ /// 澶勭悊绠�鍗曞懡浠�
+ /// </summary>
+ /// <param name="message">娑堟伅鍐呭锛堝皬鍐欏舰寮忥級</param>
+ /// <param name="state">鏈哄櫒浜哄綋鍓嶇姸鎬侊紙浼氳淇敼锛�</param>
+ /// <returns>鏄惁鎴愬姛澶勭悊锛涙棤娉曡瘑鍒殑鍛戒护杩斿洖 false</returns>
Task<bool> HandleAsync(string message, RobotSocketState state);
}
}
--
Gitblit v1.9.3