mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
feat: 增加主机节点表结构代码
This commit is contained in:
13
app/admin/controller/system/Host.php
Normal file
13
app/admin/controller/system/Host.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace app\admin\controller\system;
|
||||
|
||||
use app\admin\service\annotation\ControllerAnnotation;
|
||||
use base\admin\controller\system\HostBase;
|
||||
|
||||
/**
|
||||
* @ControllerAnnotation(title="system_host",module="系统")
|
||||
*/
|
||||
class Host extends HostBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user