using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ips.Library.Entity { public enum CfqType { [Description("固定中心")] Fix = 0, [Description("变频器")] SingleCh, [Description("变频卡")] CfqCard } }