feat: 优化在线用户

This commit is contained in:
陈淳
2024-01-16 11:14:07 +08:00
parent 820400d77f
commit 72b0135410
2 changed files with 35 additions and 30 deletions

View File

@@ -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; }