新增公司资料
Some checks failed
Build Docker / build (push) Has been cancelled

This commit is contained in:
2025-07-14 16:03:05 +08:00
parent 780df7ffff
commit 9c9242fcca
4 changed files with 40 additions and 2 deletions

View File

@ -63,5 +63,10 @@ return [
'id' => 10,
'action' => 'DeptController@updateDeptStatus',
'name' => '部门状态更新',
]
],
[
'id' => 11,
'action' => 'FrirstCompanyController@addFirstCompany',
'name' => '新增|编辑平台公司',
],
];