riku
2019-09-16 6f6c35f0e0881d2bbf32ad62f6c59f0ab1504854
1
2
3
4
5
6
7
8
package com.flightfeather.obd.domain.mapper
 
import com.flightfeather.obd.domain.MyMapper
import com.flightfeather.obd.domain.entity.ObdData
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface ObdDataMapper : MyMapper<ObdData>