using System.ComponentModel.DataAnnotations; using WTA.Application.Identity.Entities.SystemManagement.Module; using WTA.Shared.Attributes; namespace WTA.Application.Identity.Entities.SystemManagement.Group; [Order(2)] [Display(Name = "数据对比")] [Module] public class INDataComparisonGroup : GroupAttribute { }