| | |
| | | package com.java110.user.bmo.userQuestionAnswerValue; |
| | | |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.java110.po.userQuestionAnswerValue.UserQuestionAnswerValuePo; |
| | | import org.springframework.http.ResponseEntity; |
| | | public interface ISaveUserQuestionAnswerValueBMO { |
| | |
| | | * @param userQuestionAnswerValuePo |
| | | * @return |
| | | */ |
| | | ResponseEntity<String> save(UserQuestionAnswerValuePo userQuestionAnswerValuePo); |
| | | ResponseEntity<String> save(UserQuestionAnswerValuePo userQuestionAnswerValuePo, JSONArray questionAnswerTitles); |
| | | |
| | | |
| | | } |