using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.Device { public enum AlarmLevel { 一般报警, 严重报警 } }