Crm_NewClientData.cs 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 Crm_NewClientData
  14. {
  15. public int Id { get; set; }
  16. public Nullable<int> Number { get; set; }
  17. public Nullable<int> Lvlid { get; set; }
  18. public string Client { get; set; }
  19. public string Weight { get; set; }
  20. public string ClientShort { get; set; }
  21. public string Contact { get; set; }
  22. public Nullable<int> Gender { get; set; }
  23. public string Passport { get; set; }
  24. public Nullable<System.DateTime> PassportDate { get; set; }
  25. public string Job { get; set; }
  26. public string TelePhone { get; set; }
  27. public string Phone { get; set; }
  28. public string Email { get; set; }
  29. public string Location { get; set; }
  30. public string Address { get; set; }
  31. public string Birthday { get; set; }
  32. public string OtherInfo { get; set; }
  33. public string WeChat { get; set; }
  34. public Nullable<int> Category { get; set; }
  35. public Nullable<int> PreDele { get; set; }
  36. public Nullable<int> FinlishedDele { get; set; }
  37. public Nullable<int> CreateUserId { get; set; }
  38. public Nullable<System.DateTime> CreateTime { get; set; }
  39. public Nullable<int> DeleteUserId { get; set; }
  40. public string DeleteTime { get; set; }
  41. public string Remark { get; set; }
  42. public Nullable<int> IsDel { get; set; }
  43. public Nullable<int> LastUpdateUserId { get; set; }
  44. public Nullable<System.DateTime> LastUpdateTime { get; set; }
  45. }
  46. }