mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
testing pipe
This commit is contained in:
@@ -23,7 +23,7 @@ class Request(RequestBase):
|
||||
id: int
|
||||
status: RequestStatus
|
||||
employee_id: int
|
||||
department: str
|
||||
department: Optional[str] = None
|
||||
created_at: datetime
|
||||
|
||||
model_config = ConfigDict(from_attributes=True)
|
Reference in New Issue
Block a user