功能更新
This commit is contained in:
@@ -23,4 +23,6 @@ class AuthGroup extends Model{
|
||||
['name'=>'description', 'title'=>'分组描述', 'type'=>'textarea', 'help'=>'', 'option'=>''],
|
||||
['name'=>'status', 'title'=>'状态', 'type'=>'select', 'help'=>'', 'option'=> [['key' => 0, 'label' => '禁用'],['key' => 1, 'label' => '启用']]],
|
||||
];
|
||||
|
||||
public static function getAuthModels($uid){}
|
||||
}
|
||||
Reference in New Issue
Block a user