1
hutongqing
2024-08-30 2cc4dfef234b47bef364edf798b5051a25f33217
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; }
    }
}