feat: 优化在线用户
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Yi.Framework.Rbac.Domain.Shared.Model
|
||||
/// <summary>
|
||||
/// 用户id
|
||||
/// </summary>
|
||||
public long? UserId { get; set; }
|
||||
public Guid? UserId { get; set; }
|
||||
public string? UserName { get; set; }
|
||||
public DateTime LoginTime { get; set; }
|
||||
public string? Ipaddr { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user