1. (common) SysRole 角色表 - 修正表字段不存在异常 ;
feature/model
zlyx 2 years ago
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…
Cancel
Save