liurunyu
5 天以前 0639f7feede9614a98f64450792cc83f58f80a84
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);
}