package com.java110.user.bmo.questionAnswerTitle; import com.java110.dto.questionAnswerTitle.QuestionAnswerTitleDto; import org.springframework.http.ResponseEntity; public interface IGetQuestionAnswerTitleBMO { /** * 查询答卷 * add by wuxw * @param questionAnswerTitleDto * @return */ ResponseEntity get(QuestionAnswerTitleDto questionAnswerTitleDto); }