12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 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.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace EMIS.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
- /// <summary>
- /// CF_RecruitstudentsSource
- /// </summary>
- public partial class CF_RecruitstudentsSource
- {
- /// <summary>
- /// StudentContrastID
- /// </summary>
- public System.Guid StudentContrastID { get; set; }
- /// <summary>
- /// ExamineeNum
- /// </summary>
- public string ExamineeNum { get; set; }
- /// <summary>
- /// AdmissionTicketNo
- /// </summary>
- public string AdmissionTicketNo { get; set; }
- /// <summary>
- /// ExamineeType
- /// </summary>
- public Nullable<int> ExamineeType { get; set; }
- /// <summary>
- /// EnteringSchoolYearID
- /// </summary>
- public Nullable<System.Guid> EnteringSchoolYearID { get; set; }
- /// <summary>
- /// EntranceDate
- /// </summary>
- public Nullable<System.DateTime> EntranceDate { get; set; }
- /// <summary>
- /// Score
- /// </summary>
- public Nullable<decimal> Score { get; set; }
- /// <summary>
- /// EntranceWayID
- /// </summary>
- public Nullable<int> EntranceWayID { get; set; }
- /// <summary>
- /// FeaturesID
- /// </summary>
- public Nullable<int> FeaturesID { get; set; }
- /// <summary>
- /// TerritorialID
- /// </summary>
- public Nullable<int> TerritorialID { get; set; }
- /// <summary>
- /// Area
- /// </summary>
- public string Area { get; set; }
- /// <summary>
- /// RecruitPictureUrl
- /// </summary>
- public string RecruitPictureUrl { get; set; }
-
- /// <summary>
- /// CF_Schoolyear
- /// </summary>
- public virtual CF_Schoolyear CF_Schoolyear { get; set; }
- /// <summary>
- /// CF_StudentSource
- /// </summary>
- public virtual CF_StudentSource CF_StudentSource { get; set; }
- }
- }
|