huanghongfa
2021-01-28 65c7ded03175596fcfacc43f3f2c60076277c21a
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActActivityService.java
@@ -102,4 +102,10 @@
     * @return 返回结果
     */
    R pageActivityCommunityBack(ComActActivityVO comActActivityVO);
    /**
     * 首页图表数据汇总
     * @param communityId 社区id
     * @return 图表数据 IndexDataVO
     */
    R indexDataCommunityBackstageEchart(Long communityId);
}