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