Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangquan wangquan
test
Commits
1eec133e
Commit
1eec133e
authored
Sep 01, 2025
by
bing zhang
Browse files
修复没有在JavaDoc注释中添加创建者和创建日期,或对应信息为空bug
parent
895a1476
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/java/src/main/java/com/mindskip/xzs/controller/ExamPaperController.java
View file @
1eec133e
...
@@ -16,6 +16,10 @@ import org.springframework.web.bind.annotation.*;
...
@@ -16,6 +16,10 @@ import org.springframework.web.bind.annotation.*;
import
javax.validation.Valid
;
import
javax.validation.Valid
;
import
java.util.List
;
import
java.util.List
;
/**
* @author test
* @date 2023/05/08
*/
@RestController
(
"AdminExamPaperController"
)
@RestController
(
"AdminExamPaperController"
)
@RequestMapping
(
value
=
"/api/admin/exam/paper"
)
@RequestMapping
(
value
=
"/api/admin/exam/paper"
)
public
class
ExamPaperController
extends
BaseApiController
{
public
class
ExamPaperController
extends
BaseApiController
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment