Res_CountryFeeCost.cs 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 Res_CountryFeeCost
  14. {
  15. public int Id { get; set; }
  16. public string VisaContinent { get; set; }
  17. public string VisaCountry { get; set; }
  18. public Nullable<int> IsVisaExemption { get; set; }
  19. public Nullable<int> IsVisaOnArrival { get; set; }
  20. public Nullable<int> IsElectronicSignature { get; set; }
  21. public Nullable<decimal> VisaPrice { get; set; }
  22. public string VisaPriceDesc { get; set; }
  23. public string VisaType { get; set; }
  24. public string VisaTime { get; set; }
  25. public Nullable<int> IsUrgent { get; set; }
  26. public string UrgentTime { get; set; }
  27. public Nullable<decimal> UrgentPrice { get; set; }
  28. public string UrgentPriceDesc { get; set; }
  29. public string VisaAddress { get; set; }
  30. public string LastUpdateTime { get; set; }
  31. public Nullable<int> CreateUserId { get; set; }
  32. public Nullable<System.DateTime> CreateTime { get; set; }
  33. public Nullable<int> DeleteUserId { get; set; }
  34. public string DeleteTime { get; set; }
  35. public string Remark { get; set; }
  36. public Nullable<int> IsDel { get; set; }
  37. public Nullable<decimal> GrandBusinessAgencyFee { get; set; }
  38. public Nullable<decimal> PettyBusinessAgencyFee { get; set; }
  39. }
  40. }