using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GDZZ.Application { public enum ConsumeEnum { /// /// 联系费用 /// [Description("联系费用")] Contact = 0, } }