feat: вфыв

This commit is contained in:
2024-07-21 10:56:59 +03:00
parent 6b09251141
commit 7c10d8777e
26 changed files with 497 additions and 43 deletions

View File

@@ -19,10 +19,10 @@ class BaseUser(BaseSchema):
is_admin: bool
is_blocked: bool
is_deleted: bool
role_key: str
class UserSchema(BaseUser):
role_key: str
role: RoleSchema
position: Optional[PositionSchema] = None