//------------------------------------------------------------------------------
//
// 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_StaffProfile
///
public partial class CF_StaffProfile
{
///
/// UserID
///
public System.Guid UserID { get; set; }
///
/// UsedName
///
public string UsedName { get; set; }
///
/// Nation
///
public Nullable Nation { get; set; }
///
/// Place
///
public string Place { get; set; }
///
/// EducationCode
///
public Nullable EducationCode { get; set; }
///
/// Telephone
///
public string Telephone { get; set; }
///
/// OfficeTelephone
///
public string OfficeTelephone { get; set; }
///
/// Mobile
///
public string Mobile { get; set; }
///
/// Email
///
public string Email { get; set; }
///
/// QQ
///
public string QQ { get; set; }
///
/// Nationality
///
public string Nationality { get; set; }
///
/// HealthState
///
public Nullable HealthState { get; set; }
///
/// HousePhone
///
public string HousePhone { get; set; }
///
/// Address
///
public string Address { get; set; }
///
/// Postcode
///
public string Postcode { get; set; }
///
/// HomeAddress
///
public string HomeAddress { get; set; }
///
/// NowAddress
///
public string NowAddress { get; set; }
///
/// Residence
///
public string Residence { get; set; }
///
/// Speciality
///
public string Speciality { get; set; }
///
/// WeChatNum
///
public string WeChatNum { get; set; }
///
/// Religion
///
public Nullable Religion { get; set; }
///
/// Account
///
public string Account { get; set; }
}
}