Merge remote-tracking branch 'origin/dev_robotaxi-d-app-module_265_220329_2.6.5' into dev_robotaxi-d-app-module_265_220329_2.6.5

This commit is contained in:
donghongyu
2022-03-30 11:17:30 +08:00
17 changed files with 294 additions and 80 deletions

View File

@@ -29,11 +29,12 @@ class SceneConstant {
//小巴车
const val M_BUS = "M_BUS_"
//小巴车乘客屏
const val M_BUS_P = "M_BUS_P"
//出租车
const val M_TAXI = "M_TAXI_"
//出租车乘客屏
const val M_TAXI_P = "M_TAXI_P"
}
}