change 4 лет назад
Родитель
Сommit
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')")
     @GetMapping("/listInterfaceVo")
     public TableDataInfo<ClassGradeInterfaceVo> list(ClassGradeInterfaceQueryBo bo) {