using System.ComponentModel.DataAnnotations; using WTA.Shared.Attributes; namespace WTA.Application.Identity.Entities.SystemManagement; [Order(1)] [Module] [Display(Name = "数据输入")] public class JITDataInputAttribute : GroupAttribute { }