mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
feat(command): 新增数据库调试命令行工具集
This commit is contained in:
9
app/common/command/tools/db/ToolsDbQuery.php
Normal file
9
app/common/command/tools/db/ToolsDbQuery.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\command\tools\db;
|
||||
|
||||
use base\common\command\tools\db\ToolsDbQueryBase;
|
||||
|
||||
class ToolsDbQuery extends ToolsDbQueryBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user