using System.ComponentModel; namespace GxPress.EnumConst { /// /// 待办类型 /// public enum TodoTypeConst { ApproverCheck, CarbonCopy, Remind } }