namespace MvvmScaffoldFrame48.DLL.AlarmTools { /// <summary> /// 报警信息列表 /// </summary> public enum AlarmMessageList { 系统异常 = 0, 异常测试1 = 1, } }