Crm_DeleClient.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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_DeleClient
  14. {
  15. public int Id { get; set; }
  16. public Nullable<int> DiId { get; set; }
  17. public string LastName { get; set; }
  18. public string FirstName { get; set; }
  19. public string OldName { get; set; }
  20. public string Pinyin { get; set; }
  21. public Nullable<int> Sex { get; set; }
  22. public Nullable<int> Marriage { get; set; }
  23. public string Tel { get; set; }
  24. public string BirthProvince { get; set; }
  25. public string BirthCity { get; set; }
  26. public Nullable<System.DateTime> BirthDay { get; set; }
  27. public string AirType { get; set; }
  28. public Nullable<int> SeatPref { get; set; }
  29. public string AirRemark { get; set; }
  30. public string RoomType { get; set; }
  31. public string RoomPref { get; set; }
  32. public string Phone { get; set; }
  33. public string Email { get; set; }
  34. public string Address { get; set; }
  35. public string HighestEducation { get; set; }
  36. public string PostCodes { get; set; }
  37. public Nullable<int> CrmCompanyId { get; set; }
  38. public string Job { get; set; }
  39. public string WorkState { get; set; }
  40. public Nullable<System.DateTime> WorkDate { get; set; }
  41. public string Wage { get; set; }
  42. public string ClientPhone { get; set; }
  43. public string ClientFax { get; set; }
  44. public string ClientEmail { get; set; }
  45. public string ClientLeader { get; set; }
  46. public string ClientLeaderJob { get; set; }
  47. public Nullable<int> IsGetSchengen { get; set; }
  48. public Nullable<System.DateTime> StartTime { get; set; }
  49. public Nullable<System.DateTime> EndTime { get; set; }
  50. public Nullable<int> IsFinger { get; set; }
  51. public Nullable<System.DateTime> FingerDate { get; set; }
  52. public Nullable<int> IsVisitUC { get; set; }
  53. public Nullable<System.DateTime> USADate { get; set; }
  54. public Nullable<int> USADays { get; set; }
  55. public Nullable<System.DateTime> CanDate { get; set; }
  56. public Nullable<int> CanDays { get; set; }
  57. public Nullable<int> IsUSAVia { get; set; }
  58. public Nullable<System.DateTime> GetUSAVisaDate { get; set; }
  59. public string GetUPPlace { get; set; }
  60. public string USAVisaCate { get; set; }
  61. public string USAVisaCode { get; set; }
  62. public Nullable<int> USAFinger { get; set; }
  63. public Nullable<int> IsRejected { get; set; }
  64. public Nullable<System.DateTime> RejectedDate { get; set; }
  65. public string RejectedPlace { get; set; }
  66. public string RejectedVisa { get; set; }
  67. public Nullable<int> IsRevoke { get; set; }
  68. public Nullable<int> IsLose { get; set; }
  69. public Nullable<System.DateTime> LoseDate { get; set; }
  70. public string LoseCode { get; set; }
  71. public Nullable<int> IsUSAVisa { get; set; }
  72. public Nullable<int> MateUSA { get; set; }
  73. public string MateIden { get; set; }
  74. public Nullable<int> WHUSA { get; set; }
  75. public string WHIden { get; set; }
  76. public Nullable<int> ParentUSA { get; set; }
  77. public string ParentIden { get; set; }
  78. public Nullable<int> ChildUSA { get; set; }
  79. public string ChildIden { get; set; }
  80. public Nullable<int> BroUSA { get; set; }
  81. public string BroIden { get; set; }
  82. public string Social { get; set; }
  83. public Nullable<int> IsArmy { get; set; }
  84. public string ArmyState { get; set; }
  85. public string CostBearers { get; set; }
  86. public string TableOpName { get; set; }
  87. public string TableOpTel { get; set; }
  88. public Nullable<System.DateTime> TableDate { get; set; }
  89. public string Party { get; set; }
  90. public string Nationality { get; set; }
  91. public Nullable<System.DateTime> WeddingDate { get; set; }
  92. public Nullable<System.DateTime> DivorceDate { get; set; }
  93. public string MateName { get; set; }
  94. public Nullable<System.DateTime> MateBirthDay { get; set; }
  95. public string MateBirthCity { get; set; }
  96. public string MateBirthCountry { get; set; }
  97. public string MateAddress { get; set; }
  98. public string MateClient { get; set; }
  99. public string MateClientAddress { get; set; }
  100. public string MateJob { get; set; }
  101. public string VisitCountry { get; set; }
  102. public string Paper { get; set; }
  103. public string Papent { get; set; }
  104. public string PhD { get; set; }
  105. public Nullable<int> CreateUserId { get; set; }
  106. public Nullable<System.DateTime> CreateTime { get; set; }
  107. public Nullable<int> DeleteUserId { get; set; }
  108. public string DeleteTime { get; set; }
  109. public string Remark { get; set; }
  110. public Nullable<int> IsDel { get; set; }
  111. }
  112. }