заявки
This commit is contained in:
@@ -130,6 +130,54 @@ db.run(`
|
||||
description: 'Идентификаторы из других систем',
|
||||
service_type: 'other',
|
||||
is_active: true
|
||||
},
|
||||
{
|
||||
name: 'Секретарь',
|
||||
description: 'согласование документов',
|
||||
service_type: 'other',
|
||||
is_active: true
|
||||
},
|
||||
{
|
||||
name: 'ИТ специалист',
|
||||
description: 'ИТ специалисты',
|
||||
service_type: 'other',
|
||||
is_active: true
|
||||
},
|
||||
{
|
||||
name: 'АХЧ',
|
||||
description: 'сотрудники АХЧ',
|
||||
service_type: 'other',
|
||||
is_active: true
|
||||
},
|
||||
{
|
||||
name: 'психолог',
|
||||
description: 'сотрудники психологи',
|
||||
service_type: 'other',
|
||||
is_active: true
|
||||
},
|
||||
{
|
||||
name: 'логопед',
|
||||
description: 'сотрудники логопеды',
|
||||
service_type: 'other',
|
||||
is_active: true
|
||||
},
|
||||
{
|
||||
name: 'кадровичка',
|
||||
description: 'сотрудники кадровой службы',
|
||||
service_type: 'other',
|
||||
is_active: true
|
||||
},
|
||||
{
|
||||
name: 'Администрация',
|
||||
description: 'секретари и завучи',
|
||||
service_type: 'other',
|
||||
is_active: true
|
||||
},
|
||||
{
|
||||
name: 'Админ ЭЖ',
|
||||
description: 'администраторы электронного журнала',
|
||||
service_type: 'other',
|
||||
is_active: true
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user