riku
2019-09-16 6f6c35f0e0881d2bbf32ad62f6c59f0ab1504854
src/main/kotlin/com/flightfeather/obd/lightshare/service/ObdDataService.kt
@@ -8,6 +8,9 @@
 */
interface ObdDataService {
    /**
     * 根据vin码获取对应数据
     */
    fun getDataByVinCode(vinCode: String, pageNum: Int?, pageSize: Int?): MutableList<ObdDataVo>
}