old mode 100644
new mode 100755
| | |
| | | package com.java110.user.bmo.questionAnswerTitle; |
| | | import com.java110.po.questionAnswerTitle.QuestionAnswerTitlePo; |
| | | |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.java110.po.questionAnswer.QuestionAnswerTitlePo; |
| | | import org.springframework.http.ResponseEntity; |
| | | |
| | | public interface IUpdateQuestionAnswerTitleBMO { |
| | |
| | | /** |
| | | * 修改答卷 |
| | | * add by wuxw |
| | | * |
| | | * @param questionAnswerTitlePo |
| | | * @return |
| | | */ |
| | | ResponseEntity<String> update(QuestionAnswerTitlePo questionAnswerTitlePo); |
| | | ResponseEntity<String> update(QuestionAnswerTitlePo questionAnswerTitlePo, JSONArray titleValues); |
| | | |
| | | |
| | | } |