From 72c0f86c75c8a9a5eb7435d72b6ebece4c5382e8 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 14 四月 2026 18:21:27 +0800
Subject: [PATCH] feat: 添加vue3-json-viewer并优化日志显示
---
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