add roadtrafic upload

This commit is contained in:
lixiaopeng
2020-08-14 14:22:51 +08:00
parent dce7f5e68c
commit d9b1ef9acd
8 changed files with 177 additions and 178 deletions

View File

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