| | |
| | | |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComMngVolunteerMngVO; |
| | | import com.panzhihua.common.model.vos.community.TodoEventsVO; |
| | | import com.panzhihua.common.model.vos.user.UserPhoneVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @program: springcloud_k8s_panzhihuazhihuishequ |
| | |
| | | * @return 志愿者 |
| | | */ |
| | | R detailVolunteer(Long id); |
| | | |
| | | /** |
| | | * 社区后台数据看板 |
| | | * @param communityId 社区id |
| | | * @param userId 用户id |
| | | * @return 人脸采集和志愿者审核集合 |
| | | */ |
| | | List<TodoEventsVO> selectNeedToDo(Long communityId, Long userId); |
| | | } |