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

@@ -17,3 +17,4 @@ from .work_shifts import work_shifts_router
from .statistics import statistics_router
from .transaction import transaction_router
from .shipping import shipping_router
from .department import department_router