[fea]
[taxi无人化、自驾信息]
This commit is contained in:
yangyakun
2024-10-15 19:02:36 +08:00
parent 1e4e60d0d1
commit 60fa7775b4
10 changed files with 107 additions and 327 deletions

View File

@@ -33,4 +33,5 @@ data class ContraiInfo(
var passPoints: MutableList<BusStationBean>?=null, // 用于算路的经停点
var blackPoints: MutableList<BusStationBean>?=null, // 用于算路的黑名單點
val source:Int = 1, //轨迹来源1 录制2 自主计算
)