src/main/java/com/moon/server/mapper/mn/GeoimpactfractureMapper.java
@@ -5,11 +5,8 @@ import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Repository; /** * Geoimpactfracture * @author WWW */ @Mapper @Repository @SuppressWarnings("ALL") public interface GeoimpactfractureMapper extends GeomBaseMapper<GeoimpactfractureEntity> { }