本节完成课程列表功能,基本功能点如下: 1. 按课程、任课教师、班级进行综合查询 2. 分页显示数据 接口定义 ``` GET /Course?name=name&teacherId=1&klassId=2 返回数据:Page<Course> ```