[2.13.2][feat]V2X事件汇总的消息加入消息盒子

This commit is contained in:
chenfufeng
2023-01-12 16:15:49 +08:00
parent 385bc7d8b0
commit 7c5dd8f674
7 changed files with 174 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
package com.mogo.eagle.core.function.api.v2x
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
interface IV2XEventProvider: IMoGoFunctionServerProvider {
fun queryWholeRoadEvents()
}