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