[6.5.0]红绿灯逻辑调整

This commit is contained in:
xuxinchao
2024-07-03 18:12:01 +08:00
parent fee278b2ba
commit 2a7bc40667
11 changed files with 234 additions and 138 deletions

View File

@@ -5,6 +5,13 @@ package com.mogo.eagle.core.data.autopilot
*/
object AutopilotSummaryInfo {
/**
* 车辆服务次数
*/
@JvmField
@Volatile
var vehicleServiceNum = 0
/**
* 全息路口服务次数
*/