Grp_EnterExitCostDraft.cs 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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_EnterExitCostDraft
  14. {
  15. public int Id { get; set; }
  16. public string DraftName { get; set; }
  17. public Nullable<decimal> InsidePay { get; set; }
  18. public Nullable<decimal> Visa { get; set; }
  19. public string VisaRemark { get; set; }
  20. public Nullable<decimal> YiMiao { get; set; }
  21. public Nullable<decimal> HeSuan { get; set; }
  22. public Nullable<decimal> Service { get; set; }
  23. public Nullable<decimal> Ticket { get; set; }
  24. public Nullable<decimal> Safe { get; set; }
  25. public string FirstItemRemark { get; set; }
  26. public Nullable<decimal> OutsideJJPay { get; set; }
  27. public Nullable<decimal> OutsideGWPay { get; set; }
  28. public Nullable<decimal> OutsideTDPay { get; set; }
  29. public Nullable<decimal> AirJJ { get; set; }
  30. public Nullable<decimal> AirGW { get; set; }
  31. public Nullable<decimal> AirTD { get; set; }
  32. public Nullable<decimal> CityTranffic { get; set; }
  33. public Nullable<decimal> RateUSD { get; set; }
  34. public Nullable<decimal> RateJPY { get; set; }
  35. public Nullable<decimal> RateEUR { get; set; }
  36. public Nullable<decimal> RateGBP { get; set; }
  37. public Nullable<decimal> RateHKD { get; set; }
  38. public string CurrencyRemark { get; set; }
  39. public Nullable<int> ChoiceOne { get; set; }
  40. public Nullable<int> ChoiceTwo { get; set; }
  41. public Nullable<int> ChoiceThree { get; set; }
  42. public Nullable<int> ChoiceFour { get; set; }
  43. public Nullable<int> ChoiceFive { get; set; }
  44. public Nullable<int> SumJJC { get; set; }
  45. public Nullable<int> SumGWC { get; set; }
  46. public Nullable<int> SumTDC { get; set; }
  47. public Nullable<int> AirJJC_Checked { get; set; }
  48. public Nullable<int> AirGWC_Checked { get; set; }
  49. public Nullable<int> AirTDC_Checked { get; set; }
  50. public Nullable<int> OtherExpenses_Checked { get; set; }
  51. public Nullable<int> ChoiceSix { get; set; }
  52. public Nullable<int> CreateUserId { get; set; }
  53. public Nullable<System.DateTime> CreateTime { get; set; }
  54. public Nullable<int> DeleteUserId { get; set; }
  55. public string DeleteTime { get; set; }
  56. public string Remark { get; set; }
  57. public Nullable<int> IsDel { get; set; }
  58. public Nullable<int> IsConfirm { get; set; }
  59. public string TwoItemRemark { get; set; }
  60. }
  61. }