using System.ComponentModel.DataAnnotations; using WTA.Shared.Attributes; namespace WTA.Application.Identity.Entities.SystemManagement; [Order(7)] [Display(Name = "商务审核")] public class ShangWuShenHeGroup : GroupAttribute { }