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

This commit is contained in:
chenfufeng
2023-01-12 16:15:49 +08:00
parent a841735ac4
commit 5a73a9baf2
7 changed files with 115 additions and 6 deletions

View File

@@ -1,5 +1,9 @@
package com.mogo.eagle.core.data.msgbox
enum class DataSourceType {
DEFAULT, OBU, TELEMATIC, AICLOUD
DEFAULT,
OBU,
TELEMATIC,
AICLOUD,
SUMMARY// V2X事件汇总
}