Pre Merge pull request !220 from MichelleChung/dev

This commit is contained in:
MichelleChung 2022-08-25 05:58:30 +00:00 committed by Gitee
commit 22eb06ee89
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -118,6 +118,7 @@ public class SysRole extends BaseEntity {
/**
* 角色菜单权限
*/
@TableField(exist = false)
private Set<String> permissions;
public SysRole(Long roleId) {