Grp_AirTicketReservations.cs 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 Grp_AirTicketReservations
  14. {
  15. public int Id { get; set; }
  16. public Nullable<int> DIId { get; set; }
  17. public string FlightsCode { get; set; }
  18. public string FlightsDate { get; set; }
  19. public string FlightsTime { get; set; }
  20. public string ArrivedTime { get; set; }
  21. public Nullable<int> IsCheckIn { get; set; }
  22. public Nullable<int> IsSetSeat { get; set; }
  23. public Nullable<int> IsPackage { get; set; }
  24. public Nullable<int> IsBagHandle { get; set; }
  25. public Nullable<int> IsTrain { get; set; }
  26. public Nullable<int> CType { get; set; }
  27. public string FlightsCity { get; set; }
  28. public string LeaveDescription { get; set; }
  29. public string FlightsDescription { get; set; }
  30. public string ReturnDescription { get; set; }
  31. public Nullable<int> PassengerType { get; set; }
  32. public Nullable<int> ClientNum { get; set; }
  33. public string ClientName { get; set; }
  34. public Nullable<decimal> PrePrice { get; set; }
  35. public Nullable<int> PreCurrency { get; set; }
  36. public Nullable<decimal> Price { get; set; }
  37. public Nullable<int> Currency { get; set; }
  38. public string PriceDescription { get; set; }
  39. public string TicketNumber { get; set; }
  40. public string TicketCode { get; set; }
  41. public Nullable<int> CreateUserId { get; set; }
  42. public Nullable<System.DateTime> CreateTime { get; set; }
  43. public Nullable<int> DeleteUserId { get; set; }
  44. public string DeleteTime { get; set; }
  45. public string Remark { get; set; }
  46. public Nullable<int> IsDel { get; set; }
  47. }
  48. }