mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
feat: 增加主机节点服务类
This commit is contained in:
14
app/common/service/HostService.php
Normal file
14
app/common/service/HostService.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\service;
|
||||
|
||||
use base\common\service\HostServiceBase;
|
||||
|
||||
/**
|
||||
* 主机(节点)服务
|
||||
* 用于注册、上报主机心跳及性能指标
|
||||
*/
|
||||
class HostService extends HostServiceBase
|
||||
{
|
||||
// 未来可以在这里重写父类方法或添加新的方法,以满足特定业务需求
|
||||
}
|
||||
Reference in New Issue
Block a user