龚焕茏
2024-07-09 fc7baea99b51916d97d77fa1771cba7ed5f2f0ed
src/main/java/com/mindskip/xzs/controller/admin/QuestionAnswerController.java
@@ -73,4 +73,9 @@
        return RestResponse.ok("操作成功");
    }
    @GetMapping("getLastSequence")
    public RestResponse<Integer> getLastSequence() {
        return RestResponse.ok(questionAnswerService.getLastSequence());
    }
}