feat(菜单模块): 新增菜单模块

- 实现菜单模块的增删改查
- 设置与角色的管理
- 重写Spring Security中获取用户权限的逻辑
- 修改权限字符串(在改)
This commit is contained in:
vertoryao 2024-11-29 17:07:08 +08:00
parent dc52d7701d
commit 992af01f8f

View File

@ -23,7 +23,6 @@ public class Menu extends BaseEntity {
/**
* 父菜单id
*/
@TableField(value = "pid", jdbcType = JdbcType.BIGINT)
private Long pid;
/**
* 菜单类型