feat: 优化权限使用方式

This commit is contained in:
陈淳
2023-02-21 18:56:51 +08:00
parent f8445ab2e4
commit 24300e6e50
13 changed files with 214 additions and 26 deletions

View File

@@ -10,7 +10,5 @@ namespace Yi.RBAC.Domain.Shared.Identity.Etos
{
public long UserId { get; set; }
public string UserName { get; set; }
public string LogMsg { get; set; }
}
}