From 2aef482fa7431fb47eef94081ff23ec220f89820 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期五, 24 一月 2025 09:10:31 +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