Pre Merge pull request !72 from opoa/N/A

This commit is contained in:
opoa 2021-06-16 09:09:23 +00:00 committed by Gitee
commit 4d5bc3ebfc
1 changed files with 226 additions and 225 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())