zhongrj
2024-11-28 b17003a457aae867c2789a3b74cefbfc732fc2eb
src/main/java/org/springblade/modules/yw/service/IGeomInfoService.java
@@ -37,4 +37,11 @@
    * @return
    */
    List<GeomInfoVO> getGeomInfoList(String ids);
   /**
    * 导入应急空间点位数据
    * @param file
    * @return
    */
   R importSpaceShpZip(MultipartFile file);
}