using System.ComponentModel.DataAnnotations; using WTA.Application.Identity.Entities.SystemManagement.Module; using WTA.Shared.Attributes; namespace WTA.Application.Identity.Entities.SystemManagement.Group; [Order(3)] [Module] [Display(Name = "结算开票")] public class JITSettlementInvoicingGroup : GroupAttribute { }