feiyu02
2024-06-28 d2d71a6bc8e445ee60b7be2667676138e277d676
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.RealTimeDataGridMin
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface RealTimeDataGridMinMapper : MyMapper<RealTimeDataGridMin>