using System; using System.Collections.Generic; using System.Text; namespace WIDESEA_Common { /// /// 设备状态 /// public enum EquipmentState { /// /// 启用 /// Enable, /// /// 禁用 /// Disenable } }