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")