17 lines
265 B
PHP
17 lines
265 B
PHP
<?php
|
|
|
|
namespace app\common\logic\admin;
|
|
|
|
use app\common\service\BaseServiceLogic;
|
|
|
|
/**
|
|
* 管理员日志逻辑层
|
|
* Class AdminLogic
|
|
* @package app\common\logic
|
|
* @author meystack<
|
|
* @version 1.0
|
|
*/
|
|
class AdminLogic extends BaseServiceLogic
|
|
{
|
|
// TODO..
|
|
} |