feat: 增加分类权限控制
- 新增角色分类授权模型与超级管理员配置接口 - 接入助手、插件、工作流、知识库、素材的分类可见性过滤 - 增加角色页分类权限树与插件多分类可见性支持
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package tech.easyflow.system.mapper;
|
||||
|
||||
import com.mybatisflex.core.BaseMapper;
|
||||
import tech.easyflow.system.entity.SysRoleCategoryScopeItem;
|
||||
|
||||
public interface SysRoleCategoryScopeItemMapper extends BaseMapper<SysRoleCategoryScopeItem> {
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package tech.easyflow.system.mapper;
|
||||
|
||||
import com.mybatisflex.core.BaseMapper;
|
||||
import tech.easyflow.system.entity.SysRoleCategoryScope;
|
||||
|
||||
public interface SysRoleCategoryScopeMapper extends BaseMapper<SysRoleCategoryScope> {
|
||||
}
|
||||
Reference in New Issue
Block a user