liurunyu
2025-02-05 7e884fcb6b3394f2a2324682950d918e43f53cef
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);
}