|
@ApiOperation(value = "导出试卷", notes = "导出试卷")
|
|
@ApiOperation(value = "导出试卷", notes = "导出试卷")
|
|
public void getPaperById(HttpServletRequest request, HttpServletResponse response, @PathVariable String id, @PathVariable String exportContentList,
|
|
public void getPaperById(HttpServletRequest request, HttpServletResponse response, @PathVariable String id, @PathVariable String exportContentList,
|
|
@PathVariable String examType,@RequestParam(required = false) PaperSeqMode seqMode) {
|
|
@PathVariable String examType,@RequestParam(required = false) PaperSeqMode seqMode) {
|