feat: pallets and boxes for deals

This commit is contained in:
2024-12-09 16:45:10 +04:00
parent d56e292276
commit 863dd226c3
14 changed files with 631 additions and 44 deletions

View File

@@ -48,6 +48,7 @@ routers_list = [
routers.statistics_router,
routers.work_shifts_router,
routers.expense_router,
routers.shipping_router,
]
for router in routers_list:
app.include_router(router)