//------------------------------------------------------------------------------ // // 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_StudentProfile /// public partial class CF_StudentProfile { /// /// UserID /// public System.Guid UserID { get; set; } /// /// UsedName /// public string UsedName { get; set; } /// /// DirectorName /// public string DirectorName { get; set; } /// /// BirthDate /// public Nullable BirthDate { get; set; } /// /// Country /// public string Country { get; set; } /// /// Politics /// public Nullable Politics { get; set; } /// /// LiteracyLevels /// public Nullable LiteracyLevels { get; set; } /// /// Nation /// public Nullable Nation { get; set; } /// /// Place /// public string Place { get; set; } /// /// Healthy /// public Nullable Healthy { get; set; } /// /// BloodGroup /// public Nullable BloodGroup { get; set; } /// /// BornPlace /// public string BornPlace { get; set; } /// /// Specialty /// public string Specialty { get; set; } /// /// Height /// public string Height { get; set; } /// /// Weight /// public string Weight { get; set; } /// /// Remarks /// public string Remarks { get; set; } /// /// GraduationPictureUrl /// public string GraduationPictureUrl { 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; } /// /// CF_Student /// public virtual CF_Student CF_Student { get; set; } } }