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