huanghongfa
2021-05-20 50e1eb020efe8da670b718d865fa4c1eaa61ee7d
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVillageService.java
@@ -47,4 +47,12 @@
     * @return
     */
    R listSaveVillage(List<ComMngVillageServeExcelVO> list, Long communityId);
    /**
     * 实有房屋编辑
     * @param villageId
     * @param comMngVillageVO
     * @return
     */
    R editVillage(Long villageId, ComMngVillageVO comMngVillageVO);
}