src/main/java/org/springblade/modules/yw/mapper/GeomInfoMapper.java
@@ -24,5 +24,17 @@ */ List<GeomInfoVO> selectGeomInfoPage(IPage page, GeomInfoVO geomInfo); /** * 保存空间信息 * @param geomInfoEntity * @return */ int saveGeoInfo(@Param("geomInfoEntity") GeomInfoEntity geomInfoEntity); /** * 查询空间信息列表 * @param ids * @return */ List<GeomInfoVO> getGeomInfoList(@Param("ids") String ids); }