update ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/SysRole.java.

This commit is contained in:
opoa 2021-06-16 09:09:22 +00:00 committed by Gitee
parent 1b7550f9a2
commit 0e54113f95
1 changed files with 226 additions and 225 deletions

View File

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