更新目录结构
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
namespace app\controller\admin;
|
||||
|
||||
use think\facade\Db;
|
||||
use app\model\AuthGroup;
|
||||
use app\model\AuthGroupAccess;
|
||||
use app\model\AuthRule;
|
||||
use app\model\Model;
|
||||
use app\model\auth\AuthGroup;
|
||||
use app\model\auth\AuthGroupAccess;
|
||||
use app\model\auth\AuthRule;
|
||||
use app\model\module\Model;
|
||||
|
||||
/**
|
||||
* @title 用户组管理
|
||||
|
||||
Reference in New Issue
Block a user