Class SharePlanCourse

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.program.model.SharePlanCourse
All Implemented Interfaces:
Serializable, Cloneable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.edu.program.model.SharePlanCourse") public class SharePlanCourse extends org.beangle.commons.entity.pojo.LongIdObject implements Cloneable
公共共享课程组课程
See Also:
  • Field Details

    • course

      @NotNull protected Course course
      课程
    • terms

      @NotNull protected Terms terms
      开课学期
    • group

      protected ShareCourseGroup group
      共享课程组
  • Constructor Details

    • SharePlanCourse

      public SharePlanCourse()
  • Method Details