mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
feat(mcp): MCP 调用日志只读列表页
This commit is contained in:
14
app/admin/controller/system/McpLog.php
Normal file
14
app/admin/controller/system/McpLog.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace app\admin\controller\system;
|
||||
|
||||
use app\admin\service\annotation\ControllerAnnotation;
|
||||
use base\admin\controller\system\McpLogBase;
|
||||
|
||||
/**
|
||||
* @ControllerAnnotation(title="MCP调用日志",module="系统")
|
||||
* Class McpLog
|
||||
*/
|
||||
class McpLog extends McpLogBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user