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

чиним билд01

This commit is contained in:
MoonTestUse1
2025-01-02 01:36:43 +06:00
parent 9895a34590
commit 6ff4ca1ab1
2 changed files with 21 additions and 7 deletions

View File

@@ -7,4 +7,12 @@ class AdminLogin(BaseModel):
class EmployeeLogin(BaseModel):
last_name: str
password: str
password: str
class EmployeeResponse(BaseModel):
id: int
first_name: str
last_name: str
department: str
office: str
access_token: str