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

чиним билд

This commit is contained in:
MoonTestUse1
2025-01-01 23:53:32 +06:00
parent d3a6440844
commit a541f50529
3 changed files with 64 additions and 46 deletions

View File

@@ -3,6 +3,7 @@ from sqlalchemy import Column, Integer, String, DateTime
from sqlalchemy.sql import func
from sqlalchemy.orm import relationship
from ..database import Base
from .request import Request
class Employee(Base):
__tablename__ = "employees"