using System.ComponentModel; namespace YBEE.EQM.Core; /// <summary> /// 有效分分析划线等级 /// </summary> public enum EsaLineLevel { /// <summary> /// 指标到校 /// </summary> [Description("指标到校")] ALLOC_TO_SCHOOL = 1, }