shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
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,10 @@
     */
    int queryQuestionAnswerTitleValuesCount(Map info);
    /**
     * 查询问卷结果
     * @param info
     * @return
     */
    List<Map> queryQuestionAnswerTitleValueResult(Map info);
}