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