| | |
| | | package com.panzhihua.service_community.service; |
| | | |
| | | import com.panzhihua.common.model.dtos.community.PageQuestnaireAnswerDTO; |
| | | import com.panzhihua.common.model.dtos.community.PageQuestnaireDTO; |
| | | import com.panzhihua.common.model.dtos.community.PageQuestnaireSubDetailsDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.questnaire.EditComActQuestnaireVo; |
| | | import com.panzhihua.common.model.vos.community.questnaire.QuestnaireVO; |
| | |
| | | * @param questId 问卷ID |
| | | */ |
| | | R answerResultList(Long questId); |
| | | |
| | | /** |
| | | * 问答题详细回答列表 |
| | | * @param pageQuestnaireSubDetailsDTO 分页查询参数 |
| | | * @return 分页查询结果 |
| | | */ |
| | | R qaQeustDetails(PageQuestnaireSubDetailsDTO pageQuestnaireSubDetailsDTO); |
| | | |
| | | /** |
| | | * 社区问卷 回答分页信息 |
| | | * @param pageQuestnaireAnswerDTO 分页查询数据 |
| | | * @return 分页信息 |
| | | */ |
| | | R pageQuestnaireAnswer(PageQuestnaireAnswerDTO pageQuestnaireAnswerDTO); |
| | | } |