[fea]
[添加部分日志]
This commit is contained in:
yangyakun
2024-09-04 11:58:09 +08:00
parent d409477cbc
commit b607cea708
6 changed files with 167 additions and 136 deletions

View File

@@ -144,6 +144,7 @@ public class BusStationBean {
return "BusStationBean{" +
"siteId=" + siteId +
", name='" + name + '\'' +
", nameKr='" + nameKr + '\'' +
", seq=" + seq +
", gcjLon=" + gcjLon +
", gcjLat=" + gcjLat +
@@ -151,8 +152,8 @@ public class BusStationBean {
", lat=" + lat +
", drivingStatus=" + drivingStatus +
", leaving=" + leaving +
", introduction='" + introduction + '\'' +
", isPlayTts=" + isPlayTts +
'}';
}
}