refactor: simplify schema names and remove provider id columns

This commit is contained in:
Chris
2026-04-03 01:49:36 +08:00
parent 6e43a3b2c8
commit 1ff0589b29
26 changed files with 170 additions and 179 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):