riku
2020-12-11 7269d4a4755fa48c45e827bdc5b5ac56c6eca99c
1
2
3
4
5
6
7
8
package com.flightfeather.uav.domain.mapper
 
import com.flightfeather.uav.domain.MyMapper
import com.flightfeather.uav.domain.entity.RealTimeData
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface RealTimeDataMapper : MyMapper<RealTimeData>