using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.Device { /// /// 硬件状态接口 /// public interface IHardwareStatus { } }