From 8c6fd742db249ad4cc819cf041eb98d880a3ef73 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期四, 02 一月 2025 15:09:07 +0800 Subject: [PATCH] 1 --- WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs index e3d5c36..3bd6d52 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs @@ -30,6 +30,9 @@ namespace WIDESEAWCS_QuartzJob { + /// <summary> + /// 杈撻�佺嚎瀹炵幇瀵硅薄 + /// </summary> [Description("杈撻�佺嚎")] public class CommonConveyorLine : IConveyorLine { @@ -238,9 +241,9 @@ } /// <summary> - /// + /// 鏄惁鍗犱綅 /// </summary> - /// <param name="deviceChildCode"></param> + /// <param name="deviceChildCode">璁惧瀛愮紪鍙�</param> /// <returns></returns> /// <exception cref="Exception"></exception> public bool IsOccupied(string deviceChildCode) @@ -270,6 +273,9 @@ return false; } + /// <summary> + /// 閲婃斁瀵硅薄 + /// </summary> public void Dispose() { // 璁剧疆蹇冭烦鐘舵�佷负false -- Gitblit v1.9.3