using System.ComponentModel.DataAnnotations; using WTA.Shared.Attributes; using WTA.Shared.Domain; namespace WTA.Application.Identity.Entities.SystemManagement; [Order(3)] [JISDataOutput] [Display(Name = "HBPO无法出库明细与汇总输出")] public class Class15 : BaseEntity { }