Class ExecutionPlanCourseModifyDetail

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.program.app.model.ExecutionPlanCourseModifyDetail
All Implemented Interfaces:
Serializable, Cloneable, Comparable, org.beangle.commons.entity.Entity<Long>
Direct Known Subclasses:
ExecutionPlanCourseModifyDetailAfter, ExecutionPlanCourseModifyDetailBefore

@MappedSuperclass public abstract class ExecutionPlanCourseModifyDetail extends org.beangle.commons.entity.pojo.LongIdObject implements Comparable, Cloneable
专业计划课程修改详情
See Also:
  • Field Details

    • course

      protected Course course
      课程
    • department

      protected Department department
      开课院系
    • terms

      protected Terms terms
      开课的学期
    • compulsory

      protected boolean compulsory
      是否必修
    • fakeCourseGroup

      protected FakeCourseGroup fakeCourseGroup
      所属课程组
      不能直接使用ExecutionPlanCourseGroup,否则会出现无法删除课程组的情况
      这是假的课程组,记录了课程组的ID和课程类别
    • remark

      protected String remark
      备注
  • Constructor Details

    • ExecutionPlanCourseModifyDetail

      public ExecutionPlanCourseModifyDetail()
  • Method Details