feat: warehouse places accounting

This commit is contained in:
2025-05-07 09:53:17 +04:00
parent 36ddf7d6a7
commit 42ce73dd6a
20 changed files with 889 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ routers_list = [
routers.status_router,
routers.card_tag_router,
routers.chat_router,
routers.wms_router,
]
for router in routers_list:
app.include_router(router)