Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
school-paper-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
school-paper
school-paper-admin
Commits
3ce43b4c
Commit
3ce43b4c
authored
Jul 24, 2023
by
Wangmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
题库、考卷接口完善
parent
4d38e523
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
school-paper/src/main/java/com/ruoyi/school/paper/controller/DbQuestionTypeController.java
+2
-2
school-paper/src/main/java/com/ruoyi/school/paper/domain/vo/DbQuestionTypeVo.java
+1
-1
No files found.
school-paper/src/main/java/com/ruoyi/school/paper/controller/DbQuestionTypeController.java
View file @
3ce43b4c
...
@@ -69,7 +69,7 @@ public class DbQuestionTypeController extends BaseController {
...
@@ -69,7 +69,7 @@ public class DbQuestionTypeController extends BaseController {
}
}
/**
/**
*
题型字典
*
新增题型
*/
*/
@Log
(
title
=
"题型"
,
businessType
=
BusinessType
.
INSERT
)
@Log
(
title
=
"题型"
,
businessType
=
BusinessType
.
INSERT
)
@RepeatSubmit
()
@RepeatSubmit
()
...
@@ -79,7 +79,7 @@ public class DbQuestionTypeController extends BaseController {
...
@@ -79,7 +79,7 @@ public class DbQuestionTypeController extends BaseController {
}
}
/**
/**
* 修改
字典
* 修改
题型
*/
*/
@Log
(
title
=
"题型"
,
businessType
=
BusinessType
.
UPDATE
)
@Log
(
title
=
"题型"
,
businessType
=
BusinessType
.
UPDATE
)
@RepeatSubmit
()
@RepeatSubmit
()
...
...
school-paper/src/main/java/com/ruoyi/school/paper/domain/vo/DbQuestionTypeVo.java
View file @
3ce43b4c
...
@@ -6,7 +6,7 @@ import lombok.Data;
...
@@ -6,7 +6,7 @@ import lombok.Data;
/**
/**
*
字典视图对象 db_dict
*
题型对象 db_question_type
*
*
* @author zyf
* @author zyf
* @date 2023-07-20
* @date 2023-07-20
...
...
Write
Preview
Markdown
is supported
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