//------------------------------------------------------------------------------
//
// 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_RecruitstudentsSource
///
public partial class CF_RecruitstudentsSource
{
///
/// StudentContrastID
///
public System.Guid StudentContrastID { get; set; }
///
/// ExamineeNum
///
public string ExamineeNum { get; set; }
///
/// AdmissionTicketNo
///
public string AdmissionTicketNo { get; set; }
///
/// ExamineeType
///
public Nullable ExamineeType { get; set; }
///
/// EnteringSchoolYearID
///
public Nullable EnteringSchoolYearID { get; set; }
///
/// EntranceDate
///
public Nullable EntranceDate { get; set; }
///
/// Score
///
public Nullable Score { get; set; }
///
/// EntranceWayID
///
public Nullable EntranceWayID { get; set; }
///
/// FeaturesID
///
public Nullable FeaturesID { get; set; }
///
/// TerritorialID
///
public Nullable TerritorialID { get; set; }
///
/// Area
///
public string Area { get; set; }
///
/// RecruitPictureUrl
///
public string RecruitPictureUrl { get; set; }
///
/// CF_Schoolyear
///
public virtual CF_Schoolyear CF_Schoolyear { get; set; }
///
/// CF_StudentSource
///
public virtual CF_StudentSource CF_StudentSource { get; set; }
}
}