add speed

This commit is contained in:
lixiaopeng
2020-11-04 17:45:33 +08:00
parent d948fc7652
commit 706749aa80
6 changed files with 55 additions and 26 deletions

View File

@@ -21,5 +21,6 @@ data class InformationBody(
val isShare: Boolean, // 是否分享给附近车机
val direction: Float,
val poiType: String, //类型分类
val mainInfoId: Long //事件id
val mainInfoId: Long, //事件id
val speed: Float //车速
)