//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace EMIS.Entities
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// ER_RetakePlan
///
public partial class ER_RetakePlan
{
public ER_RetakePlan()
{
this.ER_RetakePlanSettingScheduling = new HashSet();
this.ER_RetakePlanStudent = new HashSet();
this.ER_RetakePlanTeacher = new HashSet();
this.CF_Student = new HashSet();
}
///
/// RetakePlanID
///
public System.Guid RetakePlanID { get; set; }
///
/// CoursematerialID
///
public Nullable CoursematerialID { get; set; }
///
/// RetakeTypeID
///
public Nullable RetakeTypeID { get; set; }
///
/// ClassName
///
public string ClassName { get; set; }
///
/// SchoolyearID
///
public Nullable SchoolyearID { get; set; }
///
/// CourseTypeID
///
public Nullable CourseTypeID { get; set; }
///
/// Credit
///
public Nullable Credit { get; set; }
///
/// PeopleNumlower
///
public Nullable PeopleNumlower { get; set; }
///
/// PeopleNumlimit
///
public Nullable PeopleNumlimit { get; set; }
///
/// IsDivide
///
public Nullable IsDivide { get; set; }
///
/// RecordStatus
///
public Nullable RecordStatus { get; set; }
///
/// CreateTime
///
public Nullable CreateTime { get; set; }
///
/// CreateUserID
///
public Nullable CreateUserID { get; set; }
///
/// ModifyUserID
///
public Nullable ModifyUserID { get; set; }
///
/// ModifyTime
///
public Nullable ModifyTime { get; set; }
///
/// CF_Schoolyear
///
public virtual CF_Schoolyear CF_Schoolyear { get; set; }
///
/// EM_Coursematerial
///
public virtual EM_Coursematerial EM_Coursematerial { get; set; }
///
/// ER_RetakePlanSetting
///
public virtual ER_RetakePlanSetting ER_RetakePlanSetting { get; set; }
///
/// ER_RetakePlanSettingScheduling
///
public virtual HashSet ER_RetakePlanSettingScheduling { get; set; }
///
/// ER_RetakePlanStudent
///
public virtual HashSet ER_RetakePlanStudent { get; set; }
///
/// ER_RetakePlanTeacher
///
public virtual HashSet ER_RetakePlanTeacher { get; set; }
///
/// CF_Student
///
public virtual HashSet CF_Student { get; set; }
}
}