update
This commit is contained in:
@@ -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;
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -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;
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user