namespace Admin.NET.Application; /// /// 打印分类枚举 /// [Description("打印分类枚举")] public enum PrintClassifyEnum { /// /// 包装条码 /// [Description("包装条码")] 包装条码 = 1, }