//------------------------------------------------------------------------------
//
// 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;
///
/// CF_Student
///
public partial class CF_Student
{
public CF_Student()
{
this.CF_WechatSubscribe = new HashSet();
this.ER_CertisfierDistribute = new HashSet();
this.ER_ExaminationScore = new HashSet();
this.ER_ProjectScore = new HashSet();
this.EX_ExaminationBatchProjectPersonControl = new HashSet();
this.EX_ExaminationRegistration = new HashSet();
this.EM_TrainingClass = new HashSet();
}
///
/// UserID
///
public System.Guid UserID { get; set; }
///
/// ClassmajorID
///
public Nullable ClassmajorID { get; set; }
///
/// Sex
///
public Nullable Sex { get; set; }
///
/// CertificatesType
///
public Nullable CertificatesType { get; set; }
///
/// IDNumber
///
public string IDNumber { get; set; }
///
/// StudentType
///
public Nullable StudentType { get; set; }
///
/// InSchoolStatusID
///
public Nullable InSchoolStatusID { get; set; }
///
/// StudentStatus
///
public Nullable StudentStatus { get; set; }
///
/// CultureModel
///
public Nullable CultureModel { get; set; }
///
/// IsProofread
///
public Nullable IsProofread { get; set; }
///
/// IsDreamProject
///
public Nullable IsDreamProject { get; set; }
///
/// StudentCardNo
///
public string StudentCardNo { get; set; }
///
/// PlanningGraduateDate
///
public Nullable PlanningGraduateDate { get; set; }
///
/// GraduateDate
///
public Nullable GraduateDate { get; set; }
///
/// GraduateCardNo
///
public string GraduateCardNo { get; set; }
///
/// ReplaceGraduateNo
///
public string ReplaceGraduateNo { get; set; }
///
/// DegreeStatus
///
public Nullable DegreeStatus { get; set; }
///
/// PhotoUrl
///
public string PhotoUrl { get; set; }
///
/// Career
///
public string Career { get; set; }
///
/// RecordStatus
///
public Nullable RecordStatus { get; set; }
///
/// CreateUserID
///
public Nullable CreateUserID { get; set; }
///
/// CreateTime
///
public Nullable CreateTime { get; set; }
///
/// ModifyUserID
///
public Nullable ModifyUserID { get; set; }
///
/// ModifyTime
///
public Nullable ModifyTime { get; set; }
///
/// CF_Classmajor
///
public virtual CF_Classmajor CF_Classmajor { get; set; }
///
/// CF_Recruitstudents
///
public virtual CF_Recruitstudents CF_Recruitstudents { get; set; }
///
/// Sys_User
///
public virtual Sys_User Sys_User { get; set; }
///
/// CF_StudentAccount
///
public virtual CF_StudentAccount CF_StudentAccount { get; set; }
///
/// CF_StudentContact
///
public virtual CF_StudentContact CF_StudentContact { get; set; }
///
/// CF_StudentProfile
///
public virtual CF_StudentProfile CF_StudentProfile { get; set; }
///
/// CF_WechatSubscribe
///
public virtual HashSet CF_WechatSubscribe { get; set; }
///
/// ER_CertisfierDistribute
///
public virtual HashSet ER_CertisfierDistribute { get; set; }
///
/// ER_ExaminationScore
///
public virtual HashSet ER_ExaminationScore { get; set; }
///
/// ER_ProjectScore
///
public virtual HashSet ER_ProjectScore { get; set; }
///
/// EX_ExaminationBatchProjectPersonControl
///
public virtual HashSet EX_ExaminationBatchProjectPersonControl { get; set; }
///
/// EX_ExaminationRegistration
///
public virtual HashSet EX_ExaminationRegistration { get; set; }
///
/// EM_TrainingClass
///
public virtual HashSet EM_TrainingClass { get; set; }
}
}