feat:考试管理

pg_adapter
wangxy 10 months ago
parent 2a17e23ae4
commit 075c66e24f

@ -107,7 +107,6 @@ public class RepoController extends BaseController {
@ApiOperation("详情") @ApiOperation("详情")
@Log(title = "题库", businessType = BusinessType.OTHER)
@GetMapping("/detail") @GetMapping("/detail")
@ResponseBody @ResponseBody
public AjaxResult detail(String id) { public AjaxResult detail(String id) {
@ -115,7 +114,6 @@ public class RepoController extends BaseController {
} }
@ApiOperation("查询所有的题库") @ApiOperation("查询所有的题库")
@Log(title = "题库", businessType = BusinessType.OTHER)
@GetMapping("/repoList") @GetMapping("/repoList")
@ResponseBody @ResponseBody
public AjaxResult repoList() { public AjaxResult repoList() {

Loading…
Cancel
Save