feat: 默认角色修改为defalut角色

This commit is contained in:
陈淳
2023-12-22 17:37:22 +08:00
parent f6fcf7b1b2
commit 906409921f
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ namespace Yi.Framework.Rbac.Domain.Shared.Consts
public const string AdminRolesCode = "admin";
public const string AdminPermissionCode = "*:*:*";
public const string GuestRoleCode = "guest";
public const string DefaultRoleCode = "default";
public const string CommonRoleName = "common";
}
}