//------------------------------------------------------------------------------ // // 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_NewStudent /// public partial class CF_NewStudent { /// /// NewStudentID /// public System.Guid NewStudentID { get; set; } /// /// ExamineeNum /// public string ExamineeNum { get; set; } /// /// AdmissionTicketNo /// public string AdmissionTicketNo { get; set; } /// /// Name /// public string Name { get; set; } /// /// SexID /// public Nullable SexID { get; set; } /// /// NationID /// public Nullable NationID { get; set; } /// /// PoliticsID /// public Nullable PoliticsID { get; set; } /// /// BirthDate /// public Nullable BirthDate { get; set; } /// /// CertificatesType /// public Nullable CertificatesType { get; set; } /// /// IDNumber /// public string IDNumber { get; set; } /// /// GradeID /// public Nullable GradeID { get; set; } /// /// SemesterID /// public Nullable SemesterID { get; set; } /// /// SpecialtyID /// public Nullable SpecialtyID { get; set; } /// /// EntranceDate /// public Nullable EntranceDate { get; set; } /// /// Score /// public Nullable Score { get; set; } /// /// Telephone /// public string Telephone { get; set; } /// /// ZIPCode /// public string ZIPCode { get; set; } /// /// EntranceWayID /// public Nullable EntranceWayID { get; set; } /// /// FeaturesID /// public Nullable FeaturesID { get; set; } /// /// TerritorialID /// public Nullable TerritorialID { get; set; } /// /// Address /// public string Address { get; set; } /// /// Dormitory /// public string Dormitory { get; set; } /// /// EnrollmentNo /// public string EnrollmentNo { get; set; } /// /// RecruitPictureUrl /// public string RecruitPictureUrl { get; set; } /// /// IsDoubt /// public Nullable IsDoubt { get; set; } /// /// AssignStatus /// public Nullable AssignStatus { get; set; } /// /// OrderNo /// public Nullable OrderNo { get; set; } /// /// CollegeID /// public Nullable CollegeID { get; set; } /// /// ClassmajorID /// public Nullable ClassmajorID { get; set; } /// /// StudentNo /// public string StudentNo { get; set; } /// /// Remark /// public string Remark { 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_College /// public virtual CF_College CF_College { get; set; } /// /// CF_Specialty /// public virtual CF_Specialty CF_Specialty { get; set; } } }