//------------------------------------------------------------------------------
//
// 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_StudentSource
///
public partial class CF_StudentSource
{
///
/// StudentContrastID
///
public System.Guid StudentContrastID { get; set; }
///
/// ClassmajorID
///
public Nullable ClassmajorID { get; set; }
///
/// SexID
///
public Nullable SexID { get; set; }
///
/// BirthDate
///
public Nullable BirthDate { get; set; }
///
/// NationID
///
public Nullable NationID { get; set; }
///
/// PoliticsID
///
public Nullable PoliticsID { 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; }
///
/// StudentCardNo
///
public string StudentCardNo { get; set; }
///
/// PhotoUrl
///
public string PhotoUrl { 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; }
///
/// GraduationPictureUrl
///
public string GraduationPictureUrl { get; set; }
///
/// Career
///
public string Career { get; set; }
///
/// IsPhotoComparison
///
public Nullable IsPhotoComparison { get; set; }
///
/// IsProofread
///
public Nullable IsProofread { get; set; }
///
/// Remark
///
public string Remark { get; set; }
///
/// CF_RecruitstudentsSource
///
public virtual CF_RecruitstudentsSource CF_RecruitstudentsSource { get; set; }
///
/// CF_StudentAccountSource
///
public virtual CF_StudentAccountSource CF_StudentAccountSource { get; set; }
///
/// CF_StudentContactSource
///
public virtual CF_StudentContactSource CF_StudentContactSource { get; set; }
///
/// CF_StudentContrast
///
public virtual CF_StudentContrast CF_StudentContrast { get; set; }
///
/// CF_StudentProfileSource
///
public virtual CF_StudentProfileSource CF_StudentProfileSource { get; set; }
///
/// Sys_UserSource
///
public virtual Sys_UserSource Sys_UserSource { get; set; }
}
}