namespace FLY.Thick.Base.Common { /// /// 报警状态 /// public enum ERR_STATE { /// /// 报警中 /// ON, /// /// 关闭 /// OFF, /// /// 只发生了一次 /// ONCE } }