系统角色 添加覆写注解

pull/74/head
opoa 4 years ago
parent 23944b2f9c
commit 95c66d0c11

@ -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())

Loading…
Cancel
Save