huanghongfa
2021-08-21 2e64c232ab6b51b2cecf1ee96e1e9b709234f326
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVolunteerMngService.java
@@ -83,4 +83,10 @@
     */
    List<TodoEventsVO> selectNeedToDo(Long communityId, Long userId);
    /**
     * 获取志愿者详情
     * @param id
     * @return
     */
    R getVolunteerById(Long id);
}