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