[sweeper运营&云控合并]feat: 增加运营面板的控制开关以及业务模式切换逻辑;feat:修改版本号V6.1.0;feat:增加业务模式切换的埋点;

This commit is contained in:
aibingbing
2023-10-30 20:38:35 +08:00
parent 65a9d7cdb5
commit 6aa424c34e
16 changed files with 568 additions and 184 deletions

View File

@@ -0,0 +1,9 @@
package com.mogo.eagle.core.function.api.vehicle
/**
* 清扫车业务模式
*/
interface IMoGoSweeperModeListener {
fun onSweeperCurrentModeChanged(currentMode: String)
}