zrj
2024-11-08 4dc18cd2c9d0c44cf8d84cd4687564f26e294eab
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);
}