package com.flightfeather.uav.domain.mapper;
|
|
import com.flightfeather.uav.domain.MyMapper;
|
import com.flightfeather.uav.domain.entity.SegmentInfo;
|
import org.apache.ibatis.annotations.Mapper;
|
|
@Mapper
|
public interface SegmentInfoMapper extends MyMapper<SegmentInfo> {
|
}
|