mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
增加测试机制;完善DebugMysql日志逻辑;更新debug_log表字段格式;发布新版本
This commit is contained in:
9
app/common/interface/test/CommandTestInterface.php
Normal file
9
app/common/interface/test/CommandTestInterface.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\interface\test;
|
||||
|
||||
use base\common\interface\test\CommandTestInterfaceBase;
|
||||
|
||||
interface CommandTestInterface extends CommandTestInterfaceBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user