feiyu02
昨天 e923f06d572c9a0e3b1eb2c54471af02c9d95bcf
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>