//------------------------------------------------------------------------------
//
// 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 EMISOnline.Entities
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// CF_Recruitstudents
///
public partial class CF_Recruitstudents
{
///
/// UserID
///
public System.Guid UserID { get; set; }
///
/// EntranceDate
///
public Nullable EntranceDate { get; set; }
///
/// EntranceWay
///
public Nullable EntranceWay { get; set; }
///
/// ExamineeNum
///
public string ExamineeNum { get; set; }
///
/// PlaceBirth
///
public string PlaceBirth { get; set; }
///
/// ExamineeType
///
public Nullable ExamineeType { get; set; }
///
/// Features
///
public Nullable Features { get; set; }
///
/// Score
///
public Nullable Score { get; set; }
///
/// Territorial
///
public Nullable Territorial { get; set; }
///
/// Area
///
public string Area { 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; }
///
/// EnteringSchoolYearID
///
public Nullable EnteringSchoolYearID { get; set; }
///
/// AdmissionTicketNo
///
public string AdmissionTicketNo { get; set; }
}
}