//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace Central.Control.Domain { using System; using System.Collections.Generic; public partial class SYS_USERINFO { public int ID { get; set; } public int USERID { get; set; } public Nullable POSTCODE { get; set; } public string PHONE { get; set; } public string OFFICEPHONE { get; set; } public string EMAILADDRESS { get; set; } public string SECONDPHONE { get; set; } public Nullable WORKCODE { get; set; } public Nullable SEXCODE { get; set; } public Nullable BIRTHDAY { get; set; } public Nullable NATIONCODE { get; set; } public string IDNUMBER { get; set; } public Nullable MARRYCODE { get; set; } public Nullable IDENTITYCODE { get; set; } public string HomeTown { get; set; } public string ACCOUNTLOCATION { get; set; } public Nullable XUELI { get; set; } public Nullable ZHICHENG { get; set; } public string GRADUATIONSCHOOL { get; set; } public string SPECIALTY { get; set; } public string PHOTOOLDNAME { get; set; } public string PHOTONEWNAME { get; set; } public string PHOTOTYPE { get; set; } public string RESUMEOLDNAME { get; set; } public string RESUMENEWNAME { get; set; } public string RESUMETYPE { get; set; } public string HuJiSuoZaiDi { get; set; } public string HUJIPAICHUSUO { get; set; } public Nullable WORKDATE { get; set; } public Nullable JINRUDATE { get; set; } public string CARNUMBER { get; set; } public string QQ { get; set; } public string WEBCHATOPENID { get; set; } public Nullable CREATEDATE { get; set; } public string CREATEUSER { get; set; } public Nullable UPDATEDATE { get; set; } public string UPDATEUSER { get; set; } public virtual SYS_USER SYS_USER { get; set; } } }