mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
feat: 增加主机节点表结构代码
This commit is contained in:
9
app/admin/model/SystemHost.php
Normal file
9
app/admin/model/SystemHost.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\admin\model;
|
||||
|
||||
use base\admin\model\SystemHostBase;
|
||||
|
||||
class SystemHost extends SystemHostBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user