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/DeviceBase/IDevice.cs | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/IDevice.cs b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/IDevice.cs index f4758a4..6bf1aa9 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/IDevice.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/IDevice.cs @@ -31,23 +31,6 @@ /// </summary> public interface IDevice : IDisposable { - - /// <summary> - /// 閫氳瀵硅薄 - /// </summary> - BaseCommunicator Communicator { get; } - - /// <summary> - /// 閫氳鍗忚淇℃伅 - /// </summary> - List<DeviceProDTO> DeviceProDTOs { get; } - - /// <summary> - /// 閫氳鍗忚鏄庣粏淇℃伅 - /// </summary> - List<DeviceProtocolDetailDTO> DeviceProtocolDetailDTOs { get; } - - /// <summary> /// 璁惧缂栧彿 /// </summary> @@ -57,10 +40,5 @@ /// 璁惧鍚嶇О /// </summary> string DeviceName { get; } - - /// <summary> - /// 璁惧鏄惁宸茶繛鎺� - /// </summary> - bool IsConnected { get; } } } -- Gitblit v1.9.3