wuxw
2022-07-17 ce64e667815b39efdc2f8bd52be0d43d49db8d84
service-user/src/main/java/com/java110/user/dao/IQuestionAnswerTitleValueServiceDao.java
old mode 100644 new mode 100755
@@ -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);
}