liurunyu
4 天以前 4f99f59668c9160ca60958b7347944def26f2228
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);
}