mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
10 lines
144 B
PHP
10 lines
144 B
PHP
<?php
|
|
|
|
namespace app\common\command\tools\db;
|
|
|
|
use base\common\command\tools\db\ToolsDbInfoBase;
|
|
|
|
class ToolsDbInfo extends ToolsDbInfoBase
|
|
{
|
|
}
|