| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码已从模板生成。
- //
- // 手动更改此文件可能导致应用程序出现意外的行为。
- // 如果重新生成代码,将覆盖对此文件的手动更改。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace travelExport
- {
- using System;
- using System.Collections.Generic;
-
- public partial class Crm_DeleClient
- {
- public int Id { get; set; }
- public Nullable<int> DiId { get; set; }
- public string LastName { get; set; }
- public string FirstName { get; set; }
- public string OldName { get; set; }
- public string Pinyin { get; set; }
- public Nullable<int> Sex { get; set; }
- public Nullable<int> Marriage { get; set; }
- public string Tel { get; set; }
- public string BirthProvince { get; set; }
- public string BirthCity { get; set; }
- public Nullable<System.DateTime> BirthDay { get; set; }
- public string AirType { get; set; }
- public Nullable<int> SeatPref { get; set; }
- public string AirRemark { get; set; }
- public string RoomType { get; set; }
- public string RoomPref { get; set; }
- public string Phone { get; set; }
- public string Email { get; set; }
- public string Address { get; set; }
- public string HighestEducation { get; set; }
- public string PostCodes { get; set; }
- public Nullable<int> CrmCompanyId { get; set; }
- public string Job { get; set; }
- public string WorkState { get; set; }
- public Nullable<System.DateTime> WorkDate { get; set; }
- public string Wage { get; set; }
- public string ClientPhone { get; set; }
- public string ClientFax { get; set; }
- public string ClientEmail { get; set; }
- public string ClientLeader { get; set; }
- public string ClientLeaderJob { get; set; }
- public Nullable<int> IsGetSchengen { get; set; }
- public Nullable<System.DateTime> StartTime { get; set; }
- public Nullable<System.DateTime> EndTime { get; set; }
- public Nullable<int> IsFinger { get; set; }
- public Nullable<System.DateTime> FingerDate { get; set; }
- public Nullable<int> IsVisitUC { get; set; }
- public Nullable<System.DateTime> USADate { get; set; }
- public Nullable<int> USADays { get; set; }
- public Nullable<System.DateTime> CanDate { get; set; }
- public Nullable<int> CanDays { get; set; }
- public Nullable<int> IsUSAVia { get; set; }
- public Nullable<System.DateTime> GetUSAVisaDate { get; set; }
- public string GetUPPlace { get; set; }
- public string USAVisaCate { get; set; }
- public string USAVisaCode { get; set; }
- public Nullable<int> USAFinger { get; set; }
- public Nullable<int> IsRejected { get; set; }
- public Nullable<System.DateTime> RejectedDate { get; set; }
- public string RejectedPlace { get; set; }
- public string RejectedVisa { get; set; }
- public Nullable<int> IsRevoke { get; set; }
- public Nullable<int> IsLose { get; set; }
- public Nullable<System.DateTime> LoseDate { get; set; }
- public string LoseCode { get; set; }
- public Nullable<int> IsUSAVisa { get; set; }
- public Nullable<int> MateUSA { get; set; }
- public string MateIden { get; set; }
- public Nullable<int> WHUSA { get; set; }
- public string WHIden { get; set; }
- public Nullable<int> ParentUSA { get; set; }
- public string ParentIden { get; set; }
- public Nullable<int> ChildUSA { get; set; }
- public string ChildIden { get; set; }
- public Nullable<int> BroUSA { get; set; }
- public string BroIden { get; set; }
- public string Social { get; set; }
- public Nullable<int> IsArmy { get; set; }
- public string ArmyState { get; set; }
- public string CostBearers { get; set; }
- public string TableOpName { get; set; }
- public string TableOpTel { get; set; }
- public Nullable<System.DateTime> TableDate { get; set; }
- public string Party { get; set; }
- public string Nationality { get; set; }
- public Nullable<System.DateTime> WeddingDate { get; set; }
- public Nullable<System.DateTime> DivorceDate { get; set; }
- public string MateName { get; set; }
- public Nullable<System.DateTime> MateBirthDay { get; set; }
- public string MateBirthCity { get; set; }
- public string MateBirthCountry { get; set; }
- public string MateAddress { get; set; }
- public string MateClient { get; set; }
- public string MateClientAddress { get; set; }
- public string MateJob { get; set; }
- public string VisitCountry { get; set; }
- public string Paper { get; set; }
- public string Papent { get; set; }
- public string PhD { get; set; }
- public Nullable<int> CreateUserId { get; set; }
- public Nullable<System.DateTime> CreateTime { get; set; }
- public Nullable<int> DeleteUserId { get; set; }
- public string DeleteTime { get; set; }
- public string Remark { get; set; }
- public Nullable<int> IsDel { get; set; }
- }
- }
|