From 17e4c7e3e7b3ef60d9da6de3b2a39a14a53c38a0 Mon Sep 17 00:00:00 2001 From: z8018 <1282578289@qq.com> Date: 星期三, 12 三月 2025 14:11:33 +0800 Subject: [PATCH] 1 --- WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Common/CommonStackerCrane.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Common/CommonStackerCrane.cs b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Common/CommonStackerCrane.cs index 04e16dc..30ab2c4 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Common/CommonStackerCrane.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Common/CommonStackerCrane.cs @@ -168,6 +168,9 @@ /// </summary> public bool IsEventSubscribed => StackerCraneTaskCompletedEventHandler != null; + /// <summary> + /// 涓婁竴娆′换鍔$殑绫诲瀷 + /// </summary> public int? LastTaskType { get; set; } = null; #endregion @@ -468,7 +471,9 @@ return Communicator.WriteObj(devicePro.DeviceProAddress, devicePro.DeviceDataType, value); } - // 瀹炵幇IDisposable鎺ュ彛鐨凞ispose鏂规硶 + /// <summary> + /// 瀹炵幇IDisposable鎺ュ彛鐨凞ispose鏂规硶 + /// </summary> public void Dispose() { // 灏哶heartStatr璁剧疆涓篺alse -- Gitblit v1.9.3