Your Name
2023-01-26 cfed607d085002b737ff54992ebd469954362ab3
service-user/src/main/java/com/java110/user/dao/IQuestionAnswerTitleValueServiceDao.java
@@ -1,6 +1,7 @@
package com.java110.user.dao;
import com.java110.dto.questionAnswerTitleValue.QuestionAnswerTitleValueDto;
import com.java110.utils.exception.DAOException;
import com.java110.entity.merchant.BoMerchant;
import com.java110.entity.merchant.BoMerchantAttr;
@@ -58,4 +59,17 @@
     */
    int queryQuestionAnswerTitleValuesCount(Map info);
    /**
     * 查询问卷结果
     * @param info
     * @return
     */
    List<Map> queryQuestionAnswerTitleValueResult(Map info);
    /**
     * 查询问卷结果选择总人数
     * @param info
     * @return
     */
    List<Map> queryQuestionAnswerTitleValueResultCount(Map info);
}