[sweeper运营&云控合并]feat: 增加运营面板的控制开关以及业务模式切换逻辑;feat:修改版本号V6.1.0;feat:增加业务模式切换的埋点;
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.mogo.eagle.core.function.api.vehicle
|
||||
|
||||
/**
|
||||
* 清扫车业务模式
|
||||
*/
|
||||
interface IMoGoSweeperModeListener {
|
||||
|
||||
fun onSweeperCurrentModeChanged(currentMode: String)
|
||||
}
|
||||
Reference in New Issue
Block a user