类 ExecutionPlanCourseModifyDetail

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.program.app.model.ExecutionPlanCourseModifyDetail
所有已实现的接口:
Serializable, Cloneable, Comparable, org.beangle.commons.entity.Entity<Long>
直接已知子类:
ExecutionPlanCourseModifyDetailAfter, ExecutionPlanCourseModifyDetailBefore

@MappedSuperclass public abstract class ExecutionPlanCourseModifyDetail extends org.beangle.commons.entity.pojo.LongIdObject implements Comparable, Cloneable
专业计划课程修改详情
另请参阅:
  • 字段详细资料

    • 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
      备注
  • 构造器详细资料

    • ExecutionPlanCourseModifyDetail

      public ExecutionPlanCourseModifyDetail()
  • 方法详细资料