package com.moon.server.mapper.mn;
|
|
import com.moon.server.entity.mn.GeoearlyimbrianbasinconstructionEntity;
|
import com.moon.server.mapper.all.GeomBaseMapper;
|
import org.apache.ibatis.annotations.Mapper;
|
import org.springframework.stereotype.Repository;
|
|
/**
|
* Geoearlyimbrianbasinconstruction
|
* @author WWW
|
*/
|
@Mapper
|
@Repository
|
public interface GeoearlyimbrianbasinconstructionMapper extends GeomBaseMapper<GeoearlyimbrianbasinconstructionEntity> {
|
}
|