feat(菜单模块): 新增菜单模块
- 实现菜单模块的增删改查 - 设置与角色的管理 - 重写Spring Security中获取用户权限的逻辑 - 修改权限字符串(在改)
This commit is contained in:
parent
dc52d7701d
commit
992af01f8f
@ -23,7 +23,6 @@ public class Menu extends BaseEntity {
|
||||
/**
|
||||
* 父菜单id
|
||||
*/
|
||||
@TableField(value = "pid", jdbcType = JdbcType.BIGINT)
|
||||
private Long pid;
|
||||
/**
|
||||
* 菜单类型
|
||||
|
Loading…
Reference in New Issue
Block a user