From 49a177598902683ea538de64848499911f4f25b9 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期日, 19 四月 2026 19:25:35 +0800
Subject: [PATCH] refactor(RobotState): 将 RobotStateManager 从 Redis 改为依赖数据库仓储 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs
index 9c1ad18..c680125 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs
@@ -14,17 +14,6 @@
public class StackerCraneTaskCommand : DeviceCommand
{
/// <summary>
- /// 浣滀笟鍛戒护
- /// </summary>
- /// <remarks>
- /// 鎺у埗鍫嗗灈鏈虹殑鍔ㄤ綔锛�
- /// - 1: 寮�濮嬫墽琛屼换鍔�
- /// - 2: 浠诲姟瀹屾垚/鍋滄
- /// - 3: 娑堥槻浠诲姟寮�濮�
- /// </remarks>
- public short WorkAction { get; set; }
-
- /// <summary>
/// 浠诲姟鍙�
/// </summary>
/// <remarks>
@@ -105,5 +94,16 @@
/// 鍑哄簱鏃惰〃绀鸿揣鐗╀粠鍝釜浣嶇疆鍙栧嚭銆�
/// </remarks>
public short EndLayer { get; set; }
+
+ /// <summary>
+ /// 浣滀笟鍛戒护
+ /// </summary>
+ /// <remarks>
+ /// 鎺у埗鍫嗗灈鏈虹殑鍔ㄤ綔锛�
+ /// - 1: 寮�濮嬫墽琛屼换鍔�
+ /// - 2: 浠诲姟瀹屾垚/鍋滄
+ /// - 3: 娑堥槻浠诲姟寮�濮�
+ /// </remarks>
+ public short WorkAction { get; set; }
}
}
--
Gitblit v1.9.3