using System.ComponentModel; namespace Admin.NET.Core { /// /// 下料产线枚举 /// public enum BlankingProductionLineEnum { /// /// 发泡一线 /// [Description("发泡一线")] FAPAOYIXIAN = 1, /// /// 发泡二线 /// [Description("发泡二线")] FAPAOERXIAN = 2 } }