Sys_Users.cs 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码已从模板生成。
  4. //
  5. // 手动更改此文件可能导致应用程序出现意外的行为。
  6. // 如果重新生成代码,将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace travelExport
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class Sys_Users
  14. {
  15. public int Id { get; set; }
  16. public string CnName { get; set; }
  17. public string EnName { get; set; }
  18. public string Number { get; set; }
  19. public Nullable<int> CompanyId { get; set; }
  20. public Nullable<int> DepId { get; set; }
  21. public Nullable<int> JobPostId { get; set; }
  22. public string Password { get; set; }
  23. public Nullable<int> Sex { get; set; }
  24. public string Ext { get; set; }
  25. public string Phone { get; set; }
  26. public string UrgentPhone { get; set; }
  27. public string Email { get; set; }
  28. public string Address { get; set; }
  29. public Nullable<System.DateTime> Edate { get; set; }
  30. public Nullable<System.DateTime> Rdate { get; set; }
  31. public Nullable<int> Seniority { get; set; }
  32. public Nullable<System.DateTime> Birthday { get; set; }
  33. public string IDCard { get; set; }
  34. public string StartWorkDate { get; set; }
  35. public string GraduateInstitutions { get; set; }
  36. public string Professional { get; set; }
  37. public Nullable<int> Education { get; set; }
  38. public Nullable<int> TheOrAdultEducation { get; set; }
  39. public string MaritalStatus { get; set; }
  40. public string HomeAddress { get; set; }
  41. public string UsePeriod { get; set; }
  42. public string WorkExperience { get; set; }
  43. public string Certificate { get; set; }
  44. public Nullable<int> HrAudit { get; set; }
  45. public Nullable<int> CreateUserId { get; set; }
  46. public Nullable<System.DateTime> CreateTime { get; set; }
  47. public Nullable<int> DeleteUserId { get; set; }
  48. public string DeleteTime { get; set; }
  49. public string Remark { get; set; }
  50. public Nullable<int> IsDel { get; set; }
  51. public string QiyeChatUserId { get; set; }
  52. }
  53. }