mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-03 06:31:37 +08:00
重新修改主业务逻辑的命名规则
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
namespace app\admin\controller\system;
|
||||
|
||||
use app\admin\service\annotation\ControllerAnnotation;
|
||||
use base\admin\controller\system\AuthClass;
|
||||
use base\admin\controller\system\AuthBase;
|
||||
|
||||
/**
|
||||
* @ControllerAnnotation(title="角色权限管理")
|
||||
* Class Auth
|
||||
*/
|
||||
class Auth extends AuthClass
|
||||
class Auth extends AuthBase
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user