feat: 升级权限管理模式

This commit is contained in:
augushong
2025-03-20 16:57:05 +08:00
parent 1887733b32
commit d3e85fa552
50 changed files with 330 additions and 1125 deletions

View File

@@ -39,9 +39,9 @@ class ControllerAnnotationBase
public $title = '';
/**
* 是否开启权限控制.
* @Enum({true,false})
* @var bool
* 功能所属模块.
*
* @var string
*/
public $auth = true;
public $module = '通用';
}