zhongrj
2024-11-12 52a29d9515a4e9cec9f5f975cb7566adca12540e
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);
}