Interface CourseService

All Known Implementing Classes:
CourseServiceImpl

public interface CourseService
课程信息服务类.
现提供对课程基本信息增删改查功能.
  • Method Summary

    Modifier and Type
    Method
    Description
    getCourse(Project project, String code)
    通过课程代码查询课程
  • Method Details

    • getCourse

      Course getCourse(Project project, String code)
      通过课程代码查询课程
      Parameters:
      code -
      Returns: