feiyu02
23 小时以前 4a976d3763be8a7bed743faf24abf2718ae18e31
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.GridAodDetail
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface GridAodDetailMapper : MyMapper<GridAodDetail?>