Commit 657eaf33 by 郑云飞

Merge remote-tracking branch 'origin/master'

parents 2fb23e15 9e680b94
......@@ -42,7 +42,7 @@ public class DbQuestionBankController extends BaseController {
private final IDbQuestionBankService iDbQuestionBankService;
/**
* 查询题库主列表
* [PC端]查询题库主列表
*/
@GetMapping("/list")
public TableDataInfo<DbQuestionBankVo> list(DbQuestionBankBo bo, PageQuery pageQuery) {
......@@ -50,7 +50,7 @@ public class DbQuestionBankController extends BaseController {
}
/**
* 导出题库主列表
* [PC端]导出题库主列表
*/
@Log(title = "题库主", businessType = BusinessType.EXPORT)
@PostMapping("/export")
......@@ -60,7 +60,7 @@ public class DbQuestionBankController extends BaseController {
}
/**
* 获取题库主详细信息
* [PC端]获取题库主详细信息
*
* @param id 主键
*/
......@@ -127,7 +127,7 @@ public class DbQuestionBankController extends BaseController {
}
/**
* 删除题库主
* [PC端]删除题库主
*
* @param ids 主键串
*/
......
......@@ -40,7 +40,7 @@ public class DbQuestionTypeController extends BaseController {
private final IDbQuestionTypeService iDbQuestionTypeService;
/**
* 查询题型列表
* [PC端/小程序端]查询题型列表
*/
@GetMapping("/list")
public TableDataInfo<DbQuestionTypeVo> list(DbQuestionTypeBo bo, PageQuery pageQuery) {
......@@ -48,7 +48,7 @@ public class DbQuestionTypeController extends BaseController {
}
/**
* 导出题型列表
* [PC端]导出题型列表
*/
@Log(title = "题型", businessType = BusinessType.EXPORT)
@PostMapping("/export")
......@@ -58,7 +58,7 @@ public class DbQuestionTypeController extends BaseController {
}
/**
* 获取题型详细信息
* [PC端/小程序端]获取题型详细信息
*
* @param id 主键
*/
......@@ -69,7 +69,7 @@ public class DbQuestionTypeController extends BaseController {
}
/**
* 题型字典
* [PC端]新增题型
*/
@Log(title = "题型", businessType = BusinessType.INSERT)
@RepeatSubmit()
......@@ -79,7 +79,7 @@ public class DbQuestionTypeController extends BaseController {
}
/**
* 修改字典
* [PC端]修改题型
*/
@Log(title = "题型", businessType = BusinessType.UPDATE)
@RepeatSubmit()
......@@ -89,7 +89,7 @@ public class DbQuestionTypeController extends BaseController {
}
/**
* 删除题型
* [PC端]删除题型
*
* @param ids 主键串
*/
......
......@@ -30,7 +30,7 @@ public class TestPaperController extends BaseController {
private final ITestPaperService testPaperService;
/**
* 开始考试
* [小程序端]开始考试
*
* @return 试卷
*/
......@@ -43,7 +43,7 @@ public class TestPaperController extends BaseController {
}
/**
* 交卷
* [小程序端]交卷
*
* @param bo 试卷参数
* @return 无返回值
......
......@@ -6,7 +6,7 @@ import lombok.Data;
/**
* 字典视图对象 db_dict
* 题型对象 db_question_type
*
* @author zyf
* @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