Files
swiftadmin/app/common/logic/admin/AdminLogic.php

17 lines
265 B
PHP
Raw Normal View History

2022-08-19 19:48:37 +08:00
<?php
2023-06-19 14:32:30 +08:00
namespace app\common\logic\admin;
use app\common\service\BaseServiceLogic;
2022-08-19 19:48:37 +08:00
/**
* 管理员日志逻辑层
* Class AdminLogic
* @package app\common\logic
* @author meystack<
* @version 1.0
*/
2023-06-19 14:32:30 +08:00
class AdminLogic extends BaseServiceLogic
2022-08-19 19:48:37 +08:00
{
// TODO..
}