新增location字段

This commit is contained in:
不做码农
2022-06-08 09:39:37 +08:00
parent 61be09ce6d
commit 973215cf83
2 changed files with 11 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ namespace ZR.Admin.WebApi.Hubs
public string Name { get; set; }
public DateTime LoginTime { get; set; }
public string UserIP { get; set; }
public string Location { get; set; }
public OnlineUsers(string clientid, string name, long? userid, string userip)
{