Добавлен order для отделений

This commit is contained in:
Brusnitsyn
2026-07-07 02:56:53 +00:00
parent eb6a60956f
commit a723800359
3 changed files with 39 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ class Department extends Model
'name_short',
'rf_mis_department_id',
'rf_department_type',
'order',
];
public function metrikaDefault()