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