huanghongfa
2020-12-25 8f0627589f6f58403f70fce4bf54b735d4640064
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommunityApi.java
@@ -848,4 +848,14 @@
        return comActMicroWishService.putMicroWishConfirm(comActMicroWishVO);
    }
    /**
     * 建筑类型
     * @param communityId 社区id
     * @return 建筑集合
     */
    @PostMapping("listcommngstructbuildtype")
    public R listComMngStructBuildType(@RequestParam("communityId") Long communityId){
        return comMngStructOtherBuildService.listComMngStructBuildType(communityId);
    }
}