[fea]
[all]
[添加autopilotFlag]
This commit is contained in:
yangyakun
2024-12-26 15:27:57 +08:00
parent 81a302e474
commit 0ff3f34599
2 changed files with 45 additions and 2 deletions

View File

@@ -49,5 +49,9 @@ data class LineInfo(
return lineId.hashCode()
}
fun isFirstStation(start: BusStationBean):Boolean {
return siteInfos.first()==start
}
}