教育资源修改新增试卷

dev
zhaokai 2026-01-23 15:35:36 +08:00
parent 944d980bf8
commit 7d972b76b1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class ExamPaperController {
@ApiOperation("新增试卷")
@PostMapping("/save")
public SingleResponse<ExamPaperCO> add(@Validated @RequestBody ExamPaperAddCmd cmd) {
public SingleResponse<ExamPaperCO> add(@Validated ExamPaperAddCmd cmd) {
return examPaperService.add(cmd);
}
@ApiOperation("新增继承试卷")