riku
2021-03-01 892049fc5d370bea7157910ad4259fd5a4aba627
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>