exam模块添加
This commit is contained in:
parent
43449cdc02
commit
c2c95058ff
|
|
@ -49,6 +49,7 @@ public class ExamQuestionCategoryController extends BaseController
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public TableDataInfo list(ExamQuestionCategory examQuestionCategory)
|
public TableDataInfo list(ExamQuestionCategory examQuestionCategory)
|
||||||
{
|
{
|
||||||
|
|
||||||
List<ExamQuestionCategory> list = examQuestionCategoryService.selectExamQuestionCategoryList(examQuestionCategory);
|
List<ExamQuestionCategory> list = examQuestionCategoryService.selectExamQuestionCategoryList(examQuestionCategory);
|
||||||
return getDataTable(list);
|
return getDataTable(list);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue