package com.flightfeather.uav.domain.mapper
|
|
import com.flightfeather.uav.domain.MyMapper
|
import com.flightfeather.uav.domain.entity.SourceTraceMsg
|
import org.apache.ibatis.annotations.Mapper
|
|
@Mapper
|
interface SourceTraceMsgMapper : MyMapper<SourceTraceMsg?>
|