namespace MvvmScaffoldFrame48.DLL.AlarmTools { /// /// 报警信息列表 /// public enum AlarmMessageList { 系统异常 = 0, 异常测试1 = 1, PLC通讯连接失败 = 2, } }