[fix]:
1. (common) SysRole 角色表 - 修正表字段不存在异常 ;
This commit is contained in:
parent
aa638475e9
commit
5c2313d622
@ -118,6 +118,7 @@ public class SysRole extends BaseEntity {
|
||||
/**
|
||||
* 角色菜单权限
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private Set<String> permissions;
|
||||
|
||||
public SysRole(Long roleId) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user