|
@@ -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) {
|