mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-09-01 18:34:30 +00:00
补充遗漏的@Override注解
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user