feat: вфыв
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from typing import List, Optional
|
||||
|
||||
from schemas.base import BaseSchema, OkMessageSchema
|
||||
from schemas.payrate import PayRateSchema
|
||||
from schemas.position import PositionSchema
|
||||
from schemas.role import RoleSchema
|
||||
|
||||
@@ -20,6 +21,7 @@ class BaseUser(BaseSchema):
|
||||
is_blocked: bool
|
||||
is_deleted: bool
|
||||
role_key: str
|
||||
pay_rate: Optional[PayRateSchema] = None
|
||||
|
||||
|
||||
class UserSchema(BaseUser):
|
||||
|
||||
Reference in New Issue
Block a user