old mode 100644
new mode 100755
| | |
| | | package com.java110.user.bmo.questionAnswerTitleValue; |
| | | import com.java110.dto.questionAnswerTitleValue.QuestionAnswerTitleValueDto; |
| | | import com.java110.dto.questionAnswer.QuestionAnswerTitleValueDto; |
| | | import org.springframework.http.ResponseEntity; |
| | | public interface IGetQuestionAnswerTitleValueBMO { |
| | | |
| | |
| | | ResponseEntity<String> get(QuestionAnswerTitleValueDto questionAnswerTitleValueDto); |
| | | |
| | | |
| | | /** |
| | | * 查询结果 |
| | | * @param questionAnswerTitleValueDto |
| | | * @return |
| | | */ |
| | | ResponseEntity<String> queryQuestionAnswerTitleValueResult(QuestionAnswerTitleValueDto questionAnswerTitleValueDto); |
| | | } |