src/main/kotlin/com/flightfeather/obd/repository/ObdInfoRepository.kt
@@ -20,5 +20,7 @@ /** * 根据终端设备码获取obd数据 */ fun getObdInfo(deviceCode: String, pageNum: Int?, pageSize: Int?): List<ObdInfoVo> fun getObdInfo(deviceCode: String, pageNum: Int?, pageSize: Int?): List<com.flightfeather.obd.domain.entity.ObdInfo> }