mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
feat(mcp): 新增 MCP 密钥/授权/日志三表 Scheme 与模型
This commit is contained in:
9
app/admin/model/SystemMcpKey.php
Normal file
9
app/admin/model/SystemMcpKey.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\admin\model;
|
||||
|
||||
use base\admin\model\SystemMcpKeyBase;
|
||||
|
||||
class SystemMcpKey extends SystemMcpKeyBase
|
||||
{
|
||||
}
|
||||
9
app/admin/model/SystemMcpKeyNode.php
Normal file
9
app/admin/model/SystemMcpKeyNode.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\admin\model;
|
||||
|
||||
use base\admin\model\SystemMcpKeyNodeBase;
|
||||
|
||||
class SystemMcpKeyNode extends SystemMcpKeyNodeBase
|
||||
{
|
||||
}
|
||||
9
app/admin/model/SystemMcpLog.php
Normal file
9
app/admin/model/SystemMcpLog.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\admin\model;
|
||||
|
||||
use base\admin\model\SystemMcpLogBase;
|
||||
|
||||
class SystemMcpLog extends SystemMcpLogBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user