using System.ComponentModel.DataAnnotations; using WTA.Shared.Attributes; using WTA.Shared.Domain; namespace WTA.Application.Identity.Entities.SystemManagement; [Order(2)] [ShangWuShenHeGroup] [Display(Name = "BBAC-JIS商务待开票")] public class Class43 : BaseEntity { }