罗元桥
2021-08-11 929ff93a7a9db5b9fb0e3ce8e45a66ce59ea1767
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActIntegralRuleService.java
@@ -37,4 +37,11 @@
     */
    R editIntegralRuleAdmin(EditComActIntegralRuleDTO integralRuleDTO);
    /**
     * 根据社区id查询社区默认积分规则列表
     * @param communityId   社区id
     * @return  社区默认积分规则列表
     */
    List<ComActIntegralRuleDO> getIntegralRuleList(Long communityId);
}