1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

testing pipe

This commit is contained in:
MoonTestUse1
2025-01-06 05:24:29 +06:00
parent fba5b250a7
commit 2f7bf9c28c
21 changed files with 582 additions and 475 deletions

View File

@@ -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)