This commit is contained in:
thinkgem
2024-04-10 14:17:07 +08:00
parent 57d767226a
commit 49506fc10e
2 changed files with 8 additions and 8 deletions

View File

@@ -79,9 +79,9 @@ public class Area extends TreeEntity<Area> {
this.areaType = areaType; this.areaType = areaType;
} }
@Override // @Override
public String toString() { // public String toString() {
return areaCode; // return areaCode;
} // }
} }

View File

@@ -247,9 +247,9 @@ public class Office extends TreeEntity<Office> {
return office; return office;
} }
@Override // @Override
public String toString() { // public String toString() {
return officeCode; // return officeCode;
} // }
} }