| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- //------------------------------------------------------------------------------
- // <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; }
- }
- }
|