first commit

This commit is contained in:
2025-07-24 20:13:47 +03:00
commit 94b7585f8b
175 changed files with 85264 additions and 0 deletions

View File

@ -0,0 +1,44 @@
[
{
"name": "IT",
"departmentId": 3,
"parentDepartmentSectionId": null,
"id": 1
},
{
"name": "Фотостудия",
"departmentId": 3,
"parentDepartmentSectionId": null,
"id": 2
},
{
"name": "Склад",
"departmentId": 1,
"parentDepartmentSectionId": null,
"id": 3
},
{
"name": "Склад",
"departmentId": 2,
"parentDepartmentSectionId": null,
"id": 4
},
{
"name": "Обработка заказов",
"departmentId": 2,
"parentDepartmentSectionId": null,
"id": 5
},
{
"name": "Работа с клиентами",
"departmentId": 2,
"parentDepartmentSectionId": null,
"id": 6
},
{
"name": "Склад",
"departmentId": 6,
"parentDepartmentSectionId": null,
"id": 7
}
]