huanghongfa
2021-01-26 2b741688aa2d6aa3f7795444c87f48a66c02645d
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructAreaService.java
@@ -59,4 +59,10 @@
     * @return 小区集合
     */
    R listArea(Long communityId);
    /**
     * 小区详情
     * @param areaId 小区id
     * @return 小区信息
     */
    R detailArea(Long areaId);
}