using JNPF.DependencyInjection; namespace JNPF.Systems.Entitys.Dto.SysConfig; /// /// 赋予超级管理员 输入. /// [SuppressSniffer] public class SetAdminInput { /// /// 赋予超级管理员 Id 集合. /// public List adminIds { get; set; } }