补充遗漏的@Override注解

This commit is contained in:
RuoYi
2021-08-13 16:37:47 +08:00
parent c3f1dd846c
commit 132b23dc33
3 changed files with 6 additions and 1 deletions

View File

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