系统角色 添加覆写注解

This commit is contained in:
opoa 2021-06-16 16:59:40 +08:00
parent 23944b2f9c
commit 95c66d0c11
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ public class SysRole extends BaseEntity
this.deptIds = deptIds;
}
@Override
public String toString() {
return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
.append("roleId", getRoleId())