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