增加erp组织架构

This commit is contained in:
2026-02-24 16:52:22 +08:00
parent 25e3923ad3
commit c389fec971
6 changed files with 180 additions and 0 deletions
+1
View File
@@ -80,6 +80,7 @@ class LoginController extends BaseController
'id' => $user['id'],
'account' => $user['account'],
'name' => $user['name'],
'tenant_id' => $user['tenant_id'],
'group_id' => $user['group_id']
];