| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | @FeignClient(name = "user-service", configuration = {FeignConfiguration.class}) |
| | | @FeignClient(name = "${java110.user-service}", configuration = {FeignConfiguration.class}) |
| | | @RequestMapping("/questionAnswerTitleValueApi") |
| | | public interface IQuestionAnswerTitleValueInnerServiceSMO { |
| | | |
| | |
| | | |
| | | @RequestMapping(value = "/queryQuestionAnswerTitleValueResult", method = RequestMethod.POST) |
| | | List<QuestionAnswerTitleValueDto> queryQuestionAnswerTitleValueResult(@RequestBody QuestionAnswerTitleValueDto questionAnswerTitleValueDto); |
| | | |
| | | @RequestMapping(value = "/queryQuestionAnswerTitleValueResultCount", method = RequestMethod.POST) |
| | | List<QuestionAnswerTitleValueDto> queryQuestionAnswerTitleValueResultCount(@RequestBody QuestionAnswerTitleValueDto questionAnswerTitleValueDto); |
| | | } |