using System; using HcUtility.Core; using Newtonsoft.Json; namespace DSWeb.MvcShipping.Models.RptChFeeInvoiceDutyFree { [JsonObject] public class RptChFeeInvoiceDutyFree : ModelObjectBillHead { #region 读写属性 private string _gid = ""; /// /// GID /// public string GID { get { return _gid; } set { _gid = value; } } private string _billno = ""; /// /// BILLNO /// public string BILLNO { get { return _billno; } set { _billno = value; } } private string _customername_d = ""; /// /// CUSTOMERNAME_d /// public string CUSTOMERNAME_d { get { return _customername_d; } set { _customername_d = value; } } private int _bstype = 0; /// /// BSTYPE /// public int BSTYPE { get { return _bstype; } set { _bstype = value; } } private string _feeid = ""; /// /// FEEID /// public string FEEID { get { return _feeid; } set { _feeid = value; } } private string _feename = ""; /// /// FEENAME /// public string FEENAME { get { return _feename; } set { _feename = value; } } private string _currency_d = ""; /// /// CURRENCY_d /// public string CURRENCY_d { get { return _currency_d; } set { _currency_d = value; } } private decimal _amount_d = 0; /// /// AMOUNT_d /// public decimal AMOUNT_d { get { return _amount_d; } set { _amount_d = value; } } private decimal _doamount = 0; /// /// DOAMOUNT /// public decimal DOAMOUNT { get { return _doamount; } set { _doamount = value; } } private int _feetype = 0; /// /// FEETYPE /// public int FEETYPE { get { return _feetype; } set { _feetype = value; } } private int _category = 0; /// /// CATEGORY /// public int CATEGORY { get { return _category; } set { _category = value; } } private int _billstatus_d = 0; /// /// BILLSTATUS_d /// public int BILLSTATUS_d { get { return _billstatus_d; } set { _billstatus_d = value; } } private string _remark_d = ""; /// /// REMARK_d /// public string REMARK_d { get { return _remark_d; } set { _remark_d = value; } } private bool _isdeleted = false; /// /// ISDELETED /// public bool ISDELETED { get { return _isdeleted; } set { _isdeleted = value; } } private decimal _exchangerate_d = 0; /// /// EXCHANGERATE_d /// public decimal EXCHANGERATE_d { get { return _exchangerate_d; } set { _exchangerate_d = value; } } private string _origcurrency = ""; /// /// ORIGCURRENCY /// public string ORIGCURRENCY { get { return _origcurrency; } set { _origcurrency = value; } } private decimal _origamount = 0; /// /// ORIGAMOUNT /// public decimal ORIGAMOUNT { get { return _origamount; } set { _origamount = value; } } private string _invoicesettleno = ""; /// /// INVOICESETTLENO /// public string INVOICESETTLENO { get { return _invoicesettleno; } set { _invoicesettleno = value; } } private decimal _origstlamount = 0; /// /// ORIGSTLAMOUNT /// public decimal ORIGSTLAMOUNT { get { return _origstlamount; } set { _origstlamount = value; } } private string _bsno = ""; /// /// BSNO /// public string BSNO { get { return _bsno; } set { _bsno = value; } } private string _optype = ""; /// /// OPTYPE /// public string OPTYPE { get { return _optype; } set { _optype = value; } } private string _oplb = ""; /// /// OPLB /// public string OPLB { get { return _oplb; } set { _oplb = value; } } private string _oplbname = ""; /// /// OPLBNAME /// public string OPLBNAME { get { return _oplbname; } set { _oplbname = value; } } private string _customername = ""; /// /// CUSTOMERNAME /// public string CUSTOMERNAME { get { return _customername; } set { _customername = value; } } private string _custno = ""; /// /// CUSTNO /// public string CUSTNO { get { return _custno; } set { _custno = value; } } private string _orderno = ""; /// /// ORDERNO /// public string ORDERNO { get { return _orderno; } set { _orderno = value; } } private string _mblno = ""; /// /// MBLNO /// public string MBLNO { get { return _mblno; } set { _mblno = value; } } private string _hblno = ""; /// /// HBLNO /// public string HBLNO { get { return _hblno; } set { _hblno = value; } } private string _etd = ""; /// /// ETD /// public string ETD { get { return _etd; } set { _etd = value; } } private string _vessel = ""; /// /// VESSEL /// public string VESSEL { get { return _vessel; } set { _vessel = value; } } private string _voyno = ""; /// /// VOYNO /// public string VOYNO { get { return _voyno; } set { _voyno = value; } } private string _inputby = ""; /// /// INPUTBY /// public string INPUTBY { get { return _inputby; } set { _inputby = value; } } private DateTime _createtime = DateTime.Now; /// /// CREATETIME /// public DateTime CREATETIME { get { return _createtime; } set { _createtime = value; } } private int _bsstatus = 0; /// /// BSSTATUS /// public int BSSTATUS { get { return _bsstatus; } set { _bsstatus = value; } } private string _sale = ""; /// /// SALE /// public string SALE { get { return _sale; } set { _sale = value; } } private string _op = ""; /// /// OP /// public string OP { get { return _op; } set { _op = value; } } private string _doc = ""; /// /// DOC /// public string DOC { get { return _doc; } set { _doc = value; } } private string _custservice = ""; /// /// CUSTSERVICE /// public string CUSTSERVICE { get { return _custservice; } set { _custservice = value; } } private string _portload = ""; /// /// PORTLOAD /// public string PORTLOAD { get { return _portload; } set { _portload = value; } } private string _portdischarge = ""; /// /// PORTDISCHARGE /// public string PORTDISCHARGE { get { return _portdischarge; } set { _portdischarge = value; } } private string _customno = ""; /// /// CUSTOMNO /// public string CUSTOMNO { get { return _customno; } set { _customno = value; } } private string _accdate = ""; /// /// ACCDATE /// public string ACCDATE { get { return _accdate; } set { _accdate = value; } } private string _carrier = ""; /// /// CARRIER /// public string CARRIER { get { return _carrier; } set { _carrier = value; } } private string _bssource = ""; /// /// BSSOURCE /// public string BSSOURCE { get { return _bssource; } set { _bssource = value; } } private string _bssourcedetail = ""; /// /// BSSOURCEDETAIL /// public string BSSOURCEDETAIL { get { return _bssourcedetail; } set { _bssourcedetail = value; } } private string _lane = ""; /// /// LANE /// public string LANE { get { return _lane; } set { _lane = value; } } private string _forwarder = ""; /// /// FORWARDER /// public string FORWARDER { get { return _forwarder; } set { _forwarder = value; } } private int _netweight = 0; /// /// NETWEIGHT /// public int NETWEIGHT { get { return _netweight; } set { _netweight = value; } } private decimal _kgs = 0; /// /// KGS /// public decimal KGS { get { return _kgs; } set { _kgs = value; } } private int _teu = 0; /// /// TEU /// public int TEU { get { return _teu; } set { _teu = value; } } private string _cntrtotal = ""; /// /// CNTRTOTAL /// public string CNTRTOTAL { get { return _cntrtotal; } set { _cntrtotal = value; } } private string _corpid = ""; /// /// CORPID /// public string CORPID { get { return _corpid; } set { _corpid = value; } } private int _cntr1 = 0; /// /// CNTR1 /// public int CNTR1 { get { return _cntr1; } set { _cntr1 = value; } } private int _cntr2 = 0; /// /// CNTR2 /// public int CNTR2 { get { return _cntr2; } set { _cntr2 = value; } } private int _cntr3 = 0; /// /// CNTR3 /// public int CNTR3 { get { return _cntr3; } set { _cntr3 = value; } } private int _cntr4 = 0; /// /// CNTR4 /// public int CNTR4 { get { return _cntr4; } set { _cntr4 = value; } } private int _cntr5 = 0; /// /// CNTR5 /// public int CNTR5 { get { return _cntr5; } set { _cntr5 = value; } } private int _cntr6 = 0; /// /// CNTR6 /// public int CNTR6 { get { return _cntr6; } set { _cntr6 = value; } } private int _cntr7 = 0; /// /// CNTR7 /// public int CNTR7 { get { return _cntr7; } set { _cntr7 = value; } } private int _cntr8 = 0; /// /// CNTR8 /// public int CNTR8 { get { return _cntr8; } set { _cntr8 = value; } } private int _cntr9 = 0; /// /// CNTR9 /// public int CNTR9 { get { return _cntr9; } set { _cntr9 = value; } } private int _cntr10 = 0; /// /// CNTR10 /// public int CNTR10 { get { return _cntr10; } set { _cntr10 = value; } } private int _otcntr = 0; /// /// OTCNTR /// public int OTCNTR { get { return _otcntr; } set { _otcntr = value; } } private string _tradetype = ""; /// /// TRADETYPE /// public string TRADETYPE { get { return _tradetype; } set { _tradetype = value; } } private string _goodsname = ""; /// /// GOODSNAME /// public string GOODSNAME { get { return _goodsname; } set { _goodsname = value; } } private int _feestatus = 0; /// /// FEESTATUS /// public int FEESTATUS { get { return _feestatus; } set { _feestatus = value; } } private DateTime _opdate = DateTime.Now; /// /// OPDATE /// public DateTime OPDATE { get { return _opdate; } set { _opdate = value; } } private DateTime _customdate = DateTime.Now; /// /// CUSTOMDATE /// public DateTime CUSTOMDATE { get { return _customdate; } set { _customdate = value; } } private string _enterp = ""; /// /// ENTERP /// public string ENTERP { get { return _enterp; } set { _enterp = value; } } private string _GID_i = ""; /// /// GID_i /// public string GID_i { get { return _GID_i; } set { _GID_i = value; } } private string _invoiceno = ""; /// /// INVOICENO /// public string INVOICENO { get { return _invoiceno; } set { _invoiceno = value; } } private string _customername_i = ""; /// /// CUSTOMERNAME_i /// public string CUSTOMERNAME_i { get { return _customername_i; } set { _customername_i = value; } } private string _invoicecustname = ""; /// /// INVOICECUSTNAME /// public string INVOICECUSTNAME { get { return _invoicecustname; } set { _invoicecustname = value; } } private DateTime _invoicemaketime = DateTime.Now; /// /// INVOICEMAKETIME /// public DateTime INVOICEMAKETIME { get { return _invoicemaketime; } set { _invoicemaketime = value; } } private string _bank = ""; /// /// BANK /// public string BANK { get { return _bank; } set { _bank = value; } } private string _account = ""; /// /// ACCOUNT /// public string ACCOUNT { get { return _account; } set { _account = value; } } private decimal _amount = 0; /// /// AMOUNT /// public decimal AMOUNT { get { return _amount; } set { _amount = value; } } private string _amountcapital = ""; /// /// AMOUNTCAPITAL /// public string AMOUNTCAPITAL { get { return _amountcapital; } set { _amountcapital = value; } } private string _currency = ""; /// /// CURRENCY /// public string CURRENCY { get { return _currency; } set { _currency = value; } } private string _remark = ""; /// /// REMARK /// public string REMARK { get { return _remark; } set { _remark = value; } } private string _companyid = ""; /// /// COMPANYID /// public string COMPANYID { get { return _companyid; } set { _companyid = value; } } private string _keyvalue_k1 = ""; /// /// KEYVALUE_k1 /// public string KEYVALUE_k1 { get { return _keyvalue_k1; } set { _keyvalue_k1 = value; } } private string _keyvalue_k2 = ""; /// /// KEYVALUE_k2 /// public string KEYVALUE_k2 { get { return _keyvalue_k2; } set { _keyvalue_k2 = value; } } private decimal _gjusd = 0; /// /// gjUSD /// public decimal gjUSD { get { return _gjusd; } set { _gjusd = value; } } private decimal _gjrmb = 0; /// /// gjRMB /// public decimal gjRMB { get { return _gjrmb; } set { _gjrmb = value; } } private decimal _gkrmb = 0; /// /// gkRMB /// public decimal gkRMB { get { return _gkrmb; } set { _gkrmb = value; } } private decimal _qtrmb = 0; /// /// qtRMB /// public decimal qtRMB { get { return _qtrmb; } set { _qtrmb = value; } } #endregion public RptChFeeInvoiceDutyFree() { TableName = "VW_ch_fee_invoice_duty_free"; } override public string GetBillNoFieldName() { return "GID"; } } // }