mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 09:42:47 +08:00
feat: 升级权限管理模式
This commit is contained in:
@@ -39,9 +39,9 @@ class ControllerAnnotationBase
|
||||
public $title = '';
|
||||
|
||||
/**
|
||||
* 是否开启权限控制.
|
||||
* @Enum({true,false})
|
||||
* @var bool
|
||||
* 功能所属模块.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $auth = true;
|
||||
public $module = '通用';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user