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