Riku
2025-06-11 d3b43d50df28c4fe27c104dcd146d35b2bad4d20
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.RealTimeDataVehicle
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface RealTimeDataVehicleMapper : MyMapper<RealTimeDataVehicle>