| | |
| | | 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") |
| | |
| | | var obdEngineTorque: Double? = null |
| | | var obdFrictionTorque: Double? = null |
| | | var obdEngineRpm: Int? = null |
| | | var obdStartFuelFlow: Double? = null |
| | | var obdEngineFuelFlow: Double? = null |
| | | var obdScrUpstreamNo: Double? = null |
| | | var obdScrDownstreamNo: Double? = null |
| | | var obdRemainReactant: Double? = null |