!220 【轻量级Pr】修复角色表实体类非表字段注解缺失

Merge pull request !220 from MichelleChung/dev
This commit is contained in:
疯狂的狮子Li 2022-08-25 05:59:41 +00:00 committed by Gitee
commit bc76319f28
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) {