using System.ComponentModel.DataAnnotations; using WTA.Shared.Attributes; using WTA.Shared.Domain; namespace WTA.Application.Identity.Entities.SystemManagement; [Order(11)] [SystemManagement] [Display(Name = "期间设置")] public class CentralizedControl : BaseEntity { }