namespace Admin.NET.Core; public class OnlineUserList { public string RealName { get; set; } public bool Online { get; set; } public List UserList { get; set; } }