mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
feat: 发布智能体版
This commit is contained in:
11
app/common/command/admin/user/AdminUserRoleAssign.php
Normal file
11
app/common/command/admin/user/AdminUserRoleAssign.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\common\command\admin\user;
|
||||
|
||||
use base\common\command\admin\user\AdminUserRoleAssignBase;
|
||||
|
||||
class AdminUserRoleAssign extends AdminUserRoleAssignBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user