lidongdong
2023-05-08 b6beacd27c7b4cca7ceddcaf43595dff807ba4d4
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActBuildingService.java
@@ -73,4 +73,11 @@
     * @return  查询楼栋列表
     */
    R getBuildListByVillageId(Long villageId);
    /**
     * 删除
     * @param id
     * @return
     */
    R delete(Long id);
}