mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
feat: 发布智能体版
This commit is contained in:
15
app/common/service/tools/DbService.php
Normal file
15
app/common/service/tools/DbService.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\service\tools;
|
||||
|
||||
use base\common\service\tools\DbServiceBase;
|
||||
|
||||
/**
|
||||
* Db 服务类(app 层入口)
|
||||
*
|
||||
* 这是 tools:db 命令使用的数据库工具服务的唯一调用入口。
|
||||
* 空类继承 Base,确保业务层可以在 app/ 中扩展此服务。
|
||||
*/
|
||||
class DbService extends DbServiceBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user