using System.ComponentModel.DataAnnotations; using WTA.Shared.Attributes; using WTA.Shared.Domain; namespace WTA.Application.Identity.Entities.SystemManagement; [Order(2)] [Edi] [Display(Name = "EDI和BBAC核对")] public class Class8 : BaseEntity { }