Grp_InvertedList.cs 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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_InvertedList
  14. {
  15. public int Id { get; set; }
  16. public Nullable<int> DiId { get; set; }
  17. public string ApprovalDataDt { get; set; }
  18. public Nullable<int> IsApprovalData { get; set; }
  19. public string ApprovalDataRemark { get; set; }
  20. public string ApprovalDt { get; set; }
  21. public Nullable<int> ApprovalType { get; set; }
  22. public Nullable<int> IsApproval { get; set; }
  23. public string ApprovalRemark { get; set; }
  24. public string IssueApprovalDt { get; set; }
  25. public Nullable<int> IsIssueApproval { get; set; }
  26. public string IssueApprovalRemark { get; set; }
  27. public string ApplyPassportDt { get; set; }
  28. public Nullable<int> IsApplyPassport { get; set; }
  29. public string ApplyPassportRemark { get; set; }
  30. public string VisaInformationDt { get; set; }
  31. public Nullable<int> IsVisaInformation { get; set; }
  32. public string VisaInformationRemark { get; set; }
  33. public string SendVisaDt { get; set; }
  34. public Nullable<int> IsSendVisa { get; set; }
  35. public string SendVisaRemark { get; set; }
  36. public string IssueVisaDt { get; set; }
  37. public Nullable<int> IsIssueVisa { get; set; }
  38. public string IssueVisaRemark { get; set; }
  39. public string PreTripMeetingDt { get; set; }
  40. public Nullable<int> IsPreTripMeeting { get; set; }
  41. public string PreTripMeetingRemark { get; set; }
  42. public string AirportdDropOffDt { get; set; }
  43. public Nullable<int> IsAirportdDropOff { get; set; }
  44. public string AirportdDropOffRemark { get; set; }
  45. public Nullable<int> CreateUserId { get; set; }
  46. public Nullable<System.DateTime> CreateTime { get; set; }
  47. public Nullable<int> DeleteUserId { get; set; }
  48. public string DeleteTime { get; set; }
  49. public string Remark { get; set; }
  50. public Nullable<int> IsDel { get; set; }
  51. }
  52. }