//------------------------------------------------------------------------------ // // 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_StudentContact /// public partial class CF_StudentContact { /// /// UserID /// public System.Guid UserID { get; set; } /// /// Email /// public string Email { get; set; } /// /// QQ /// public string QQ { get; set; } /// /// Mobile /// public string Mobile { get; set; } /// /// Telephone /// public string Telephone { get; set; } /// /// MicroMsgNo /// public string MicroMsgNo { get; set; } /// /// Zipcode /// public string Zipcode { get; set; } /// /// Address /// public string Address { get; set; } /// /// WorkUnit /// public string WorkUnit { get; set; } /// /// HomeAddress /// public string HomeAddress { get; set; } /// /// Recipient /// public string Recipient { get; set; } /// /// Dormitory /// public string Dormitory { 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; } } }