lidongdong
2022-12-06 2a212f983f35e1c569dfec3a172fb5f0c9f85fac
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
@@ -115,4 +115,23 @@
    R getCommunityPassword(Long communityId);
    R selectIds(Long id);
    /**
     * 统计大屏-基础数据
     * @return
     */
    R selectBasicData();
    /**
     * 统计在职干部特长
     * @return
     */
    R statisticsPbMemberType();
    /**
     * 单位统计
     * @return
     */
    R selectUnitByNatureName();
}