智慧保安后台管理-外网项目备份
zengh
2021-07-16 1a8fdd1e29e2e69a452eedbd65cca97c01ee3e84
src/main/java/org/springblade/modules/exam/controller/ExamSubjectChoicesController.java
@@ -42,6 +42,7 @@
   /**
    * 自定义分页
    *
    * @param query page,size
    * @param examSubjectChoices 选择题信息对象
    */
@@ -63,6 +64,7 @@
   /**
    * 新增
    *
    * @param examSubjectChoices 选择题信息对象
    */
   @PostMapping("/save")
@@ -73,6 +75,7 @@
   /**
    * 修改
    *
    * @param examSubjectChoices 选择题信息对象
    */
   @PostMapping("/update")
@@ -82,6 +85,7 @@
   /**
    * 新增或修改
    *
    * @param examSubjectChoices 选择题信息对象
    */
   @PostMapping("/submit")
@@ -96,6 +100,7 @@
   /**
    * 删除
    *
    * @param ids 选择题信息ids 数组
    */
   @PostMapping("/remove")
@@ -105,6 +110,7 @@
   /**
    * 详情
    *
    * @param examSubjectChoices 选择题信息对象
    */
   @GetMapping("/detail")
@@ -119,6 +125,7 @@
   /**
    * 详情(包含选项信息)
    *
    * @param examSubjectChoices 选择题信息对象
    */
   @GetMapping("/details")