From 197d6766d056fda4fdf9e1f9ee26de9f9a480ef5 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 05 九月 2019 10:32:58 +0800
Subject: [PATCH] 完成警报、阈值的插入、更新、获取等接口

---
 src/main/kotlin/com/flightfeather/obd/lightshare/bean/ObdDataVo.kt |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/kotlin/com/flightfeather/obd/lightshare/bean/ObdDataVo.kt b/src/main/kotlin/com/flightfeather/obd/lightshare/bean/ObdDataVo.kt
index bf68060..35b228b 100644
--- a/src/main/kotlin/com/flightfeather/obd/lightshare/bean/ObdDataVo.kt
+++ b/src/main/kotlin/com/flightfeather/obd/lightshare/bean/ObdDataVo.kt
@@ -1,10 +1,8 @@
 package com.flightfeather.obd.lightshare.bean
 
-import com.fasterxml.jackson.annotation.JsonIgnoreProperties
 import com.google.gson.annotations.SerializedName
 import java.util.*
 
-@JsonIgnoreProperties(ignoreUnknown = true)
 class ObdDataVo :  BaseJson() {
     var id: Int? = null
     @SerializedName("vin")

--
Gitblit v1.9.3