类的使用
top.xcphoenix.jfjw.model.course.Course
-
使用Course的程序包 程序包 说明 top.xcphoenix.jfjw.service.core top.xcphoenix.jfjw.service.core.impl -
-
top.xcphoenix.jfjw.service.core中Course的使用
返回变量类型为Course的类型的top.xcphoenix.jfjw.service.core中的方法 修饰符和类型 方法 说明 java.util.List<Course>ClassTableService. getCourses()获取当前课程信息java.util.List<Course>ClassTableService. getCourses(int year, int num)获取指定学年、学期课程信息 -
top.xcphoenix.jfjw.service.core.impl中Course的使用
返回变量类型为Course的类型的top.xcphoenix.jfjw.service.core.impl中的方法 修饰符和类型 方法 说明 java.util.List<Course>ClassTableServiceImpl. getCourses()java.util.List<Course>ClassTableServiceImpl. getCourses(int year, int num)
-