From 2f75b4c0a67ccc3a443e7cc4f2f0f909defd9a92 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期五, 01 十一月 2024 09:49:23 +0800
Subject: [PATCH] 版本更新

---
 WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs
index b2b90aa..28b40e2 100644
--- a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs
+++ b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/ConveyorLine/CommonConveyorLine.cs
@@ -91,19 +91,10 @@
         public string DeviceName => _deviceName;
 
         /// <summary>
-        /// 鏄惁鏈夋晠闅�
-        /// </summary>
-        public bool IsFault => false;
-
-        /// <summary>
         /// 閫氳鏄惁宸茶繛鎺�
         /// </summary>
         public bool IsConnected => Communicator.IsConnected && _isConnected;
 
-        /// <summary>
-        /// 璁惧鐘舵��
-        /// </summary>
-        public DeviceStatus Status => DeviceStatus.Offline;
         #endregion
 
         #region Constructor Function

--
Gitblit v1.9.3