From 733060b40566eb40969ec69e450d1fb24f4b579c Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 02 九月 2019 10:12:44 +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