wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
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);
}