1
hutongqing
2024-10-30 ea0628889f64f802768c4fdf17d2223424e5e29f
WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/IDevice.cs
@@ -27,7 +27,7 @@
    /// <summary>
    /// 设备接口层
    /// </summary>
    public interface IDevice
    public interface IDevice : IDisposable
    {
        /// <summary>
        /// 设备编号
@@ -53,6 +53,6 @@
        /// 设备状态(空闲/运行中...)
        /// </summary>
        DeviceStatus Status { get; }
    }
}