wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
service-user/src/main/java/com/java110/user/bmo/questionAnswerTitleValue/IGetQuestionAnswerTitleValueBMO.java
@@ -13,4 +13,10 @@
    ResponseEntity<String> get(QuestionAnswerTitleValueDto questionAnswerTitleValueDto);
    /**
     * 查询结果
     * @param questionAnswerTitleValueDto
     * @return
     */
    ResponseEntity<String> queryQuestionAnswerTitleValueResult(QuestionAnswerTitleValueDto questionAnswerTitleValueDto);
}