Commit 3ce43b4c by Wangmin

题库、考卷接口完善

parent 4d38e523
...@@ -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()
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment