123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码已从模板生成。
- //
- // 手动更改此文件可能导致应用程序出现意外的行为。
- // 如果重新生成代码,将覆盖对此文件的手动更改。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace travelExport
- {
- using System;
- using System.Collections.Generic;
-
- public partial class Grp_AirTicketReservations
- {
- public int Id { get; set; }
- public Nullable<int> DIId { get; set; }
- public string FlightsCode { get; set; }
- public string FlightsDate { get; set; }
- public string FlightsTime { get; set; }
- public string ArrivedTime { get; set; }
- public Nullable<int> IsCheckIn { get; set; }
- public Nullable<int> IsSetSeat { get; set; }
- public Nullable<int> IsPackage { get; set; }
- public Nullable<int> IsBagHandle { get; set; }
- public Nullable<int> IsTrain { get; set; }
- public Nullable<int> CType { get; set; }
- public string FlightsCity { get; set; }
- public string LeaveDescription { get; set; }
- public string FlightsDescription { get; set; }
- public string ReturnDescription { get; set; }
- public Nullable<int> PassengerType { get; set; }
- public Nullable<int> ClientNum { get; set; }
- public string ClientName { get; set; }
- public Nullable<decimal> PrePrice { get; set; }
- public Nullable<int> PreCurrency { get; set; }
- public Nullable<decimal> Price { get; set; }
- public Nullable<int> Currency { get; set; }
- public string PriceDescription { get; set; }
- public string TicketNumber { get; set; }
- public string TicketCode { 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; }
- }
- }
|