mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-03 14:41:37 +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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user