using System.ComponentModel; namespace YBEE.EQM.Core.Enums; /// /// 新高考选择方向科目 /// public enum NceeDirectionCourse { /// /// 物理类 /// [Description("物理类")] PHYSICS = 4, /// /// 历史类 /// [Description("历史类")] HISTORY = 8 }