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

чиним билд118

This commit is contained in:
MoonTestUse1
2025-01-02 01:26:51 +06:00
parent caf958dae8
commit cbf968a9b5
2 changed files with 31 additions and 2 deletions

View File

@@ -3,4 +3,8 @@ from pydantic import BaseModel
class AdminLogin(BaseModel):
username: str
password: str
class EmployeeLogin(BaseModel):
last_name: str
password: str