riku
2019-09-02 733060b40566eb40969ec69e450d1fb24f4b579c
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")