huanghongfa
2020-12-24 40529f7d2cadd71c72cb89c7f79046a8ff689df5
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructAreaService.java
File was renamed from springcloud_k8s_panzhihuazhihuishequ/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructAreaService.java
@@ -53,4 +53,10 @@
     * @return 小区地址编码
     */
    R selectAreaById(Long areaId);
    /**
     * 查询小区
     * @param communityId 社区id
     * @return 小区集合
     */
    R listArea(Long communityId);
}