Riku
2025-05-14 cf160e28026ed1ed8bea82701d66e79a1085c503
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.RealTimeDataGridOpt
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface RealTimeDataGridOptMapper : MyMapper<RealTimeDataGridOpt>