教育资源修改新增试卷
parent
944d980bf8
commit
7d972b76b1
|
|
@ -29,7 +29,7 @@ public class ExamPaperController {
|
||||||
|
|
||||||
@ApiOperation("新增试卷")
|
@ApiOperation("新增试卷")
|
||||||
@PostMapping("/save")
|
@PostMapping("/save")
|
||||||
public SingleResponse<ExamPaperCO> add(@Validated @RequestBody ExamPaperAddCmd cmd) {
|
public SingleResponse<ExamPaperCO> add(@Validated ExamPaperAddCmd cmd) {
|
||||||
return examPaperService.add(cmd);
|
return examPaperService.add(cmd);
|
||||||
}
|
}
|
||||||
@ApiOperation("新增继承试卷")
|
@ApiOperation("新增继承试卷")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue