using JNPF.DependencyInjection; namespace JNPF.Systems.Entitys.Dto.OnlineUser; /// /// 在线用户批量下线输入. /// [SuppressSniffer] public class BatchOnlineInput { /// /// 删除id 列表. /// public List ids { get; set; } }