package com.lf.server.mapper.md; import com.lf.server.entity.md.MdsgeotechnicalinvestigationreportEntity; import com.lf.server.mapper.all.BasicMapper; import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Repository; /** * Mdsgeotechnicalinvestigationreport * @author WWW */ @Mapper @Repository public interface MdsgeotechnicalinvestigationreportMapper extends BasicMapper { }