//------------------------------------------------------------------------------ // // 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_StaffProfile /// public partial class CF_StaffProfile { /// /// UserID /// public System.Guid UserID { get; set; } /// /// UsedName /// public string UsedName { get; set; } /// /// Nationality /// public string Nationality { get; set; } /// /// Place /// public string Place { get; set; } /// /// Email /// public string Email { get; set; } /// /// ZIPCode /// public string ZIPCode { get; set; } /// /// WeChatNum /// public string WeChatNum { get; set; } /// /// QQ /// public string QQ { get; set; } /// /// Telephone /// public string Telephone { get; set; } /// /// OfficeTelephone /// public string OfficeTelephone { get; set; } /// /// HousePhone /// public string HousePhone { get; set; } /// /// Mobile /// public string Mobile { get; set; } /// /// Speciality /// public string Speciality { get; set; } /// /// HealthStateID /// public Nullable HealthStateID { get; set; } /// /// ReligionID /// public Nullable ReligionID { get; set; } /// /// Account /// public string Account { get; set; } /// /// Residence /// public string Residence { get; set; } /// /// HomeAddress /// public string HomeAddress { get; set; } /// /// Address /// public string Address { get; set; } /// /// NowAddress /// public string NowAddress { 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_Staff /// public virtual CF_Staff CF_Staff { get; set; } } }