liurunyu
2025-05-06 5ade866b912c6098da132afb23d175e016de6c9f
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoBa/BaMapGraphMapper.java
@@ -24,4 +24,11 @@
    int updateByPrimaryKeySelective(BaMapGraph record);
    int updateByPrimaryKey(BaMapGraph record);
    /**
     * 根据片区ID删除地图图形
     * @param blockId
     * @return
     */
    int deleteByBlockId(Long blockId);
}