feat(role): add role_code across schema and APIs
This commit is contained in:
@@ -68,6 +68,7 @@ def internal_list_roles(
|
||||
InternalRoleItem(
|
||||
id=i.id,
|
||||
role_key=i.role_key,
|
||||
role_code=i.role_code,
|
||||
system_key=system_map[i.system_id].system_key,
|
||||
system_name=system_map[i.system_id].name,
|
||||
name=i.name,
|
||||
|
||||
Reference in New Issue
Block a user