refactor: rename idp fields to provider naming

This commit is contained in:
Chris
2026-04-03 01:05:01 +08:00
parent ce181ebf67
commit 388a3f461c
26 changed files with 202 additions and 199 deletions

View File

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