feat: departments and department sections

This commit is contained in:
2024-12-17 12:42:41 +04:00
parent e5712224e1
commit 144811ec87
6 changed files with 428 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ routers_list = [
routers.work_shifts_router,
routers.transaction_router,
routers.shipping_router,
routers.department_router,
]
for router in routers_list:
app.include_router(router)