using System.ComponentModel; namespace iWare.Wms.Core { /// /// 日志类型 /// public enum PieceLogTypeEnum { /// /// 正常 /// [Description("正常")] 正常 = 0, /// /// 读码值异常 /// [Description("读码值异常")] 读码值异常 = 1, } }