[Opt]消息盒子中数据区分数据来源
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.mogo.eagle.core.data.msgbox
|
||||
|
||||
enum class DataSourceType {
|
||||
DEFAULT, OBU, TELEMATIC, AICLOUD
|
||||
}
|
||||
@@ -3,4 +3,5 @@ package com.mogo.eagle.core.data.msgbox
|
||||
data class MsgBoxBean(val type: MsgBoxType, val bean: Any) {
|
||||
var timestamp: Long = 0
|
||||
var bean2Json: String = ""
|
||||
var sourceType: DataSourceType = DataSourceType.DEFAULT
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user