refactor: simplify schema names and remove provider id columns

This commit is contained in:
Chris
2026-04-03 01:49:36 +08:00
parent e91639d6d9
commit 64246984ba
18 changed files with 148 additions and 133 deletions

View File

@@ -10,7 +10,6 @@ class RoleSnapshotItem(BaseModel):
system_name: str
role_key: str
role_name: str
provider_role_name: str
class RoleSnapshotResponse(BaseModel):