From 3440dd3406fac18217bf59be0910127bb0d8a848 Mon Sep 17 00:00:00 2001 From: xyh <18782104331@139.com> Date: 星期三, 16 六月 2021 18:18:57 +0800 Subject: [PATCH] 人口,工作大屏 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ScreenWorkService.java | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ScreenWorkService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ScreenWorkService.java index 35d5a78..34c0835 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ScreenWorkService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ScreenWorkService.java @@ -8,5 +8,52 @@ */ public interface ScreenWorkService { + /** + * 大屏统计邻里圈 + * @param communityId + * @return + */ R statisticNeighborCircle(Long communityId); + + /** + * 大屏统计心愿单 + * @param communityId + * @return + */ + R wish(Long communityId); + + /** + * 大屏统计社区活动 + * @param communityId + * @return + */ + R activity(Long communityId); + + /** + * 大屏统计一起议 + * @param communityId + * @return + */ + R discuss(Long communityId); + + /** + * 大屏统计党建工作 + * @param communityId + * @return + */ + R pbWork(Long communityId); + + /** + * 大屏统计随手拍 + * @param communityId + * @return + */ + R easyPhoto(Long communityId); + + /** + * 大屏统计工作情况 + * @param communityId + * @return + */ + R workCount(Long communityId); } -- Gitblit v1.7.1