| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码已从模板生成。
- //
- // 手动更改此文件可能导致应用程序出现意外的行为。
- // 如果重新生成代码,将覆盖对此文件的手动更改。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace travelExport
- {
- using System;
- using System.Collections.Generic;
-
- public partial class Grp_InvertedList
- {
- public int Id { get; set; }
- public Nullable<int> DiId { get; set; }
- public string ApprovalDataDt { get; set; }
- public Nullable<int> IsApprovalData { get; set; }
- public string ApprovalDataRemark { get; set; }
- public string ApprovalDt { get; set; }
- public Nullable<int> ApprovalType { get; set; }
- public Nullable<int> IsApproval { get; set; }
- public string ApprovalRemark { get; set; }
- public string IssueApprovalDt { get; set; }
- public Nullable<int> IsIssueApproval { get; set; }
- public string IssueApprovalRemark { get; set; }
- public string ApplyPassportDt { get; set; }
- public Nullable<int> IsApplyPassport { get; set; }
- public string ApplyPassportRemark { get; set; }
- public string VisaInformationDt { get; set; }
- public Nullable<int> IsVisaInformation { get; set; }
- public string VisaInformationRemark { get; set; }
- public string SendVisaDt { get; set; }
- public Nullable<int> IsSendVisa { get; set; }
- public string SendVisaRemark { get; set; }
- public string IssueVisaDt { get; set; }
- public Nullable<int> IsIssueVisa { get; set; }
- public string IssueVisaRemark { get; set; }
- public string PreTripMeetingDt { get; set; }
- public Nullable<int> IsPreTripMeeting { get; set; }
- public string PreTripMeetingRemark { get; set; }
- public string AirportdDropOffDt { get; set; }
- public Nullable<int> IsAirportdDropOff { get; set; }
- public string AirportdDropOffRemark { 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; }
- public string AirTicketDt { get; set; }
- public Nullable<int> IsAirTicket { get; set; }
- public string AirTicketRemark { get; set; }
- public string HotelDt { get; set; }
- public Nullable<int> IsHotel { get; set; }
- public string HotelRemark { get; set; }
- public Nullable<bool> IsSelectedAirportd { get; set; }
- public Nullable<bool> IsSelectedApprovalData { get; set; }
- public Nullable<bool> IsSelectedIssueApproval { get; set; }
- public Nullable<bool> IsSelectedVisaInfo { get; set; }
- public Nullable<bool> IsSelectedSendVisa { get; set; }
- public Nullable<bool> IsSelectedIssueVisa { get; set; }
- public Nullable<bool> IsSelectedAirTicket { get; set; }
- public Nullable<bool> IsSelectedHotel { get; set; }
- public Nullable<bool> IsSelectedPreTripMeeting { get; set; }
- public Nullable<bool> IsSelectedAirportdDropOff { get; set; }
- }
- }
|