add speed
This commit is contained in:
@@ -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 //车速
|
||||
)
|
||||
Reference in New Issue
Block a user