Browse Source

班级列表

change 4 years ago
parent
commit
1a436ab57a

+ 1 - 1
zhongzheng-admin/src/main/java/com/zhongzheng/controller/grade/ClassGradeController.java

@@ -62,7 +62,7 @@ public class ClassGradeController extends BaseController {
     /**
     /**
      * 查询官方接口
      * 查询官方接口
      */
      */
-    @ApiOperation("查询班级列表")
+    @ApiOperation("查询官方接口")
     @PreAuthorize("@ss.hasPermi('modules.grade:grade:list')")
     @PreAuthorize("@ss.hasPermi('modules.grade:grade:list')")
     @GetMapping("/listInterfaceVo")
     @GetMapping("/listInterfaceVo")
     public TableDataInfo<ClassGradeInterfaceVo> list(ClassGradeInterfaceQueryBo bo) {
     public TableDataInfo<ClassGradeInterfaceVo> list(ClassGradeInterfaceQueryBo bo) {