From 57b3b0851b2144073522a43640c2acc9452e1719 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 30 十月 2019 14:52:34 +0800
Subject: [PATCH] 新增接口: 1. 获取车辆轨迹
---
src/main/kotlin/com/flightfeather/obd/lightshare/bean/LatLngVo.kt | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/main/kotlin/com/flightfeather/obd/lightshare/bean/LatLngVo.kt b/src/main/kotlin/com/flightfeather/obd/lightshare/bean/LatLngVo.kt
index 6f2ba15..d1f5d03 100644
--- a/src/main/kotlin/com/flightfeather/obd/lightshare/bean/LatLngVo.kt
+++ b/src/main/kotlin/com/flightfeather/obd/lightshare/bean/LatLngVo.kt
@@ -8,7 +8,13 @@
*/
class LatLngVo : BaseJson() {
var deviceCode: String? = null
- var obdDataTime: Date?= null
+ var vin: String? = null
+ var license: String? = null
+ var obdDataTime: Date? = null
+ //杞﹁締绫诲瀷
+ var carType: Int? = null
+ //杞﹁締鐘舵��
+ var status: Int = 0
var lat: Double? = null
var lng: Double? = null
}
\ No newline at end of file
--
Gitblit v1.9.3