pref: 增加服务类优化UI版面
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\logic;
|
||||
namespace app\common\logic\admin;
|
||||
|
||||
use app\common\service\BaseServiceLogic;
|
||||
|
||||
/**
|
||||
* 管理员日志逻辑层
|
||||
@@ -9,7 +11,7 @@ namespace app\common\logic;
|
||||
* @author meystack<
|
||||
* @version 1.0
|
||||
*/
|
||||
class AdminLogic extends \think\model
|
||||
class AdminLogic extends BaseServiceLogic
|
||||
{
|
||||
// TODO..
|
||||
}
|
||||
Reference in New Issue
Block a user