| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码已从模板生成。
- //
- // 手动更改此文件可能导致应用程序出现意外的行为。
- // 如果重新生成代码,将覆盖对此文件的手动更改。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace travelExport
- {
- using System;
- using System.Collections.Generic;
-
- public partial class Grp_EnterExitCostDraft
- {
- public int Id { get; set; }
- public string DraftName { get; set; }
- public Nullable<decimal> InsidePay { get; set; }
- public Nullable<decimal> Visa { get; set; }
- public string VisaRemark { get; set; }
- public Nullable<decimal> YiMiao { get; set; }
- public Nullable<decimal> HeSuan { get; set; }
- public Nullable<decimal> Service { get; set; }
- public Nullable<decimal> Ticket { get; set; }
- public Nullable<decimal> Safe { get; set; }
- public string FirstItemRemark { get; set; }
- public Nullable<decimal> OutsideJJPay { get; set; }
- public Nullable<decimal> OutsideGWPay { get; set; }
- public Nullable<decimal> OutsideTDPay { get; set; }
- public Nullable<decimal> AirJJ { get; set; }
- public Nullable<decimal> AirGW { get; set; }
- public Nullable<decimal> AirTD { get; set; }
- public Nullable<decimal> CityTranffic { get; set; }
- public Nullable<decimal> RateUSD { get; set; }
- public Nullable<decimal> RateJPY { get; set; }
- public Nullable<decimal> RateEUR { get; set; }
- public Nullable<decimal> RateGBP { get; set; }
- public Nullable<decimal> RateHKD { get; set; }
- public string CurrencyRemark { get; set; }
- public Nullable<int> ChoiceOne { get; set; }
- public Nullable<int> ChoiceTwo { get; set; }
- public Nullable<int> ChoiceThree { get; set; }
- public Nullable<int> ChoiceFour { get; set; }
- public Nullable<int> ChoiceFive { get; set; }
- public Nullable<int> SumJJC { get; set; }
- public Nullable<int> SumGWC { get; set; }
- public Nullable<int> SumTDC { get; set; }
- public Nullable<int> AirJJC_Checked { get; set; }
- public Nullable<int> AirGWC_Checked { get; set; }
- public Nullable<int> AirTDC_Checked { get; set; }
- public Nullable<int> OtherExpenses_Checked { get; set; }
- public Nullable<int> ChoiceSix { 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 Nullable<int> IsConfirm { get; set; }
- public string TwoItemRemark { get; set; }
- }
- }
|