riku
2019-09-05 197d6766d056fda4fdf9e1f9ee26de9f9a480ef5
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")