Crm_CustomerCert_Data.cs 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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_CustomerCert_Data
  14. {
  15. public int Id { get; set; }
  16. public Nullable<int> DcId { get; set; }
  17. public Nullable<int> SdId { get; set; }
  18. public Nullable<int> PassportType { get; set; }
  19. public string CertNo { get; set; }
  20. public string Country { get; set; }
  21. public string Area { get; set; }
  22. public string TargetCountry { get; set; }
  23. public Nullable<System.DateTime> IssueDt { get; set; }
  24. public Nullable<System.DateTime> ExpiryDt { get; set; }
  25. public string IDCardAddress { get; set; }
  26. public Nullable<int> CreateUserId { get; set; }
  27. public Nullable<System.DateTime> CreateTime { get; set; }
  28. public Nullable<int> DeleteUserId { get; set; }
  29. public string DeleteTime { get; set; }
  30. public string Remark { get; set; }
  31. public Nullable<int> IsDel { get; set; }
  32. }
  33. }