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