[6.6.0]
[fea] [车型注解、数据同步]
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.mogo.eagle.core.function.api.och
|
||||
|
||||
import com.mogo.eagle.core.data.enums.Carmodel
|
||||
|
||||
/**
|
||||
* 定义给 Och 业务层调用的接口
|
||||
*/
|
||||
@@ -11,7 +13,7 @@ interface IOchFunctionCall {
|
||||
fun registerToolKitDefaultItemClickListener(tag: String, listener: IToolKitItemClickListener) {}
|
||||
|
||||
// 车型变化回调
|
||||
fun invokeCarMode(carModel: String?){}
|
||||
fun invokeCarMode(carModel: Carmodel?){}
|
||||
|
||||
// 车牌变化回调
|
||||
fun invokePlateNumber(plateNumber: String?){}
|
||||
|
||||
Reference in New Issue
Block a user