using System; using System.Text; using System.Collections.Generic; using System.Data; namespace DSWeb.SoftMng.Model{ //op_apply public class op_apply { /// /// BSNO /// private string _bsno; public string BSNO { get{ return _bsno; } set{ _bsno = value; } } /// /// MASTERNO /// private string _masterno; public string MASTERNO { get{ return _masterno; } set{ _masterno = value; } } /// /// CUSTNO /// private string _custno; public string CUSTNO { get{ return _custno; } set{ _custno = value; } } /// /// BSTYPE /// private string _bstype; public string BSTYPE { get{ return _bstype; } set{ _bstype = value; } } /// /// BSSTATUS /// private bool _bsstatus; public bool BSSTATUS { get{ return _bsstatus; } set{ _bsstatus = value; } } /// /// FEESTATUS /// private bool _feestatus; public bool FEESTATUS { get{ return _feestatus; } set{ _feestatus = value; } } /// /// BSDATE /// private DateTime _bsdate; public DateTime BSDATE { get{ return _bsdate; } set{ _bsdate = value; } } /// /// ACCDATE /// private string _accdate; public string ACCDATE { get{ return _accdate; } set{ _accdate = value; } } /// /// BSSOURCE /// private string _bssource; public string BSSOURCE { get{ return _bssource; } set{ _bssource = value; } } /// /// BSSOURCEDETAIL /// private string _bssourcedetail; public string BSSOURCEDETAIL { get{ return _bssourcedetail; } set{ _bssourcedetail = value; } } /// /// MBLNO /// private string _mblno; public string MBLNO { get{ return _mblno; } set{ _mblno = value; } } /// /// CUSTOMERNAME /// private string _customername; public string CUSTOMERNAME { get{ return _customername; } set{ _customername = value; } } /// /// CUSTOMNO /// private string _customno; public string CUSTOMNO { get{ return _customno; } set{ _customno = value; } } /// /// VESSEL /// private string _vessel; public string VESSEL { get{ return _vessel; } set{ _vessel = value; } } /// /// VOYNO /// private string _voyno; public string VOYNO { get{ return _voyno; } set{ _voyno = value; } } /// /// ETD /// private string _etd; public string ETD { get{ return _etd; } set{ _etd = value; } } /// /// ETA /// private string _eta; public string ETA { get{ return _eta; } set{ _eta = value; } } /// /// PORTLOAD /// private string _portload; public string PORTLOAD { get{ return _portload; } set{ _portload = value; } } /// /// PORTDISCHARGE /// private string _portdischarge; public string PORTDISCHARGE { get{ return _portdischarge; } set{ _portdischarge = value; } } /// /// PKGS /// private int? _pkgs; public int? PKGS { get{ return _pkgs; } set{ _pkgs = value; } } /// /// KINDPKGS /// private string _kindpkgs; public string KINDPKGS { get{ return _kindpkgs; } set{ _kindpkgs = value; } } /// /// KGS /// private decimal? _kgs; public decimal? KGS { get{ return _kgs; } set{ _kgs = value; } } /// /// CBM /// private decimal? _cbm; public decimal? CBM { get{ return _cbm; } set{ _cbm = value; } } /// /// OP /// private string _op; public string OP { get{ return _op; } set{ _op = value; } } /// /// SALE /// private string _sale; public string SALE { get{ return _sale; } set{ _sale = value; } } /// /// INVNO /// private string _invno; public string INVNO { get{ return _invno; } set{ _invno = value; } } /// /// CONTRACTNO /// private string _contractno; public string CONTRACTNO { get{ return _contractno; } set{ _contractno = value; } } /// /// ENTERPID /// private string _enterpid; public string ENTERPID { get{ return _enterpid; } set{ _enterpid = value; } } /// /// ENTERP /// private string _enterp; public string ENTERP { get{ return _enterp; } set{ _enterp = value; } } /// /// ARCOUNTRY /// private string _arcountry; public string ARCOUNTRY { get{ return _arcountry; } set{ _arcountry = value; } } /// /// GOODSOURCE /// private string _goodsource; public string GOODSOURCE { get{ return _goodsource; } set{ _goodsource = value; } } /// /// DOCNO /// private string _docno; public string DOCNO { get{ return _docno; } set{ _docno = value; } } /// /// REMARK /// private string _remark; public string REMARK { get{ return _remark; } set{ _remark = value; } } /// /// TimeMark /// private decimal? _timemark; public decimal? TimeMark { get{ return _timemark; } set{ _timemark = value; } } /// /// INPUTBY /// private string _inputby; public string INPUTBY { get{ return _inputby; } set{ _inputby = value; } } /// /// CORPID /// private string _corpid; public string CORPID { get{ return _corpid; } set{ _corpid = value; } } /// /// CUSTOMSER /// private string _customser; public string CUSTOMSER { get{ return _customser; } set{ _customser = value; } } /// /// NETWEIGHT /// private decimal? _netweight; public decimal? NETWEIGHT { get{ return _netweight; } set{ _netweight = value; } } /// /// SALEDEPT /// private string _saledept; public string SALEDEPT { get{ return _saledept; } set{ _saledept = value; } } /// /// INSPECTIONNO /// private string _inspectionno; public string INSPECTIONNO { get{ return _inspectionno; } set{ _inspectionno = value; } } /// /// INSPECTIONDATE /// private string _inspectiondate; public string INSPECTIONDATE { get{ return _inspectiondate; } set{ _inspectiondate = value; } } /// /// TRADETYPE /// private string _tradetype; public string TRADETYPE { get{ return _tradetype; } set{ _tradetype = value; } } /// /// BOOKNO /// private string _bookno; public string BOOKNO { get{ return _bookno; } set{ _bookno = value; } } /// /// IsService1 /// private string _isservice1; public string IsService1 { get{ return _isservice1; } set{ _isservice1 = value; } } /// /// IsService2 /// private string _isservice2; public string IsService2 { get{ return _isservice2; } set{ _isservice2 = value; } } /// /// IsService3 /// private string _isservice3; public string IsService3 { get{ return _isservice3; } set{ _isservice3 = value; } } /// /// IsService4 /// private string _isservice4; public string IsService4 { get{ return _isservice4; } set{ _isservice4 = value; } } /// /// IsService5 /// private string _isservice5; public string IsService5 { get{ return _isservice5; } set{ _isservice5 = value; } } /// /// IsService6 /// private string _isservice6; public string IsService6 { get{ return _isservice6; } set{ _isservice6 = value; } } /// /// CUSTOMDATE /// private string _customdate; public string CUSTOMDATE { get{ return _customdate; } set{ _customdate = value; } } /// /// BYCUSTOM /// private string _bycustom; public string BYCUSTOM { get{ return _bycustom; } set{ _bycustom = value; } } /// /// HBLNO /// private string _hblno; public string HBLNO { get{ return _hblno; } set{ _hblno = value; } } /// /// IsServiceFee1 /// private string _isservicefee1; public string IsServiceFee1 { get{ return _isservicefee1; } set{ _isservicefee1 = value; } } /// /// IsServiceFee2 /// private string _isservicefee2; public string IsServiceFee2 { get{ return _isservicefee2; } set{ _isservicefee2 = value; } } /// /// IsServiceFee3 /// private string _isservicefee3; public string IsServiceFee3 { get{ return _isservicefee3; } set{ _isservicefee3 = value; } } /// /// IsServiceFee4 /// private string _isservicefee4; public string IsServiceFee4 { get{ return _isservicefee4; } set{ _isservicefee4 = value; } } /// /// IsServiceFee5 /// private string _isservicefee5; public string IsServiceFee5 { get{ return _isservicefee5; } set{ _isservicefee5 = value; } } /// /// IsServiceFee6 /// private string _isservicefee6; public string IsServiceFee6 { get{ return _isservicefee6; } set{ _isservicefee6 = value; } } /// /// OPDATE /// private string _opdate; public string OPDATE { get{ return _opdate; } set{ _opdate = value; } } /// /// MANIFESTSTATUS /// private string _manifeststatus; public string MANIFESTSTATUS { get{ return _manifeststatus; } set{ _manifeststatus = value; } } /// /// IsService9 /// private string _isservice9; public string IsService9 { get{ return _isservice9; } set{ _isservice9 = value; } } /// /// IsService10 /// private string _isservice10; public string IsService10 { get{ return _isservice10; } set{ _isservice10 = value; } } /// /// IsService11 /// private string _isservice11; public string IsService11 { get{ return _isservice11; } set{ _isservice11 = value; } } /// /// IsService12 /// private string _isservice12; public string IsService12 { get{ return _isservice12; } set{ _isservice12 = value; } } /// /// IsService13 /// private string _isservice13; public string IsService13 { get{ return _isservice13; } set{ _isservice13 = value; } } /// /// IsService14 /// private string _isservice14; public string IsService14 { get{ return _isservice14; } set{ _isservice14 = value; } } /// /// IsService15 /// private string _isservice15; public string IsService15 { get{ return _isservice15; } set{ _isservice15 = value; } } /// /// IsService16 /// private string _isservice16; public string IsService16 { get{ return _isservice16; } set{ _isservice16 = value; } } /// /// IsServiceFee9 /// private string _isservicefee9; public string IsServiceFee9 { get{ return _isservicefee9; } set{ _isservicefee9 = value; } } /// /// IsServiceFee10 /// private string _isservicefee10; public string IsServiceFee10 { get{ return _isservicefee10; } set{ _isservicefee10 = value; } } /// /// IsServiceFee11 /// private string _isservicefee11; public string IsServiceFee11 { get{ return _isservicefee11; } set{ _isservicefee11 = value; } } /// /// IsServiceFee12 /// private string _isservicefee12; public string IsServiceFee12 { get{ return _isservicefee12; } set{ _isservicefee12 = value; } } /// /// IsServiceFee13 /// private string _isservicefee13; public string IsServiceFee13 { get{ return _isservicefee13; } set{ _isservicefee13 = value; } } /// /// IsServiceFee14 /// private string _isservicefee14; public string IsServiceFee14 { get{ return _isservicefee14; } set{ _isservicefee14 = value; } } /// /// IsServiceFee15 /// private string _isservicefee15; public string IsServiceFee15 { get{ return _isservicefee15; } set{ _isservicefee15 = value; } } /// /// IsServiceFee16 /// private string _isservicefee16; public string IsServiceFee16 { get{ return _isservicefee16; } set{ _isservicefee16 = value; } } /// /// CLEARCUSTOMDATE /// private DateTime? _clearcustomdate; public DateTime? CLEARCUSTOMDATE { get{ return _clearcustomdate; } set{ _clearcustomdate = value; } } /// /// ISMOREGOOD /// private bool? _ismoregood; public bool? ISMOREGOOD { get{ return _ismoregood; } set{ _ismoregood = value; } } /// /// INSPECTSERVICE /// private string _inspectservice; public string INSPECTSERVICE { get{ return _inspectservice; } set{ _inspectservice = value; } } /// /// CUSTOMSNUM /// private int? _customsnum; public int? CUSTOMSNUM { get{ return _customsnum; } set{ _customsnum = value; } } /// /// TRADETERM /// private string _tradeterm; public string TRADETERM { get{ return _tradeterm; } set{ _tradeterm = value; } } /// /// BSCUSTOMNO /// private string _bscustomno; public string BSCUSTOMNO { get{ return _bscustomno; } set{ _bscustomno = value; } } /// /// ISPRINTPR /// private string _isprintpr; public string ISPRINTPR { get{ return _isprintpr; } set{ _isprintpr = value; } } /// /// CUSTOMTYPE /// private string _customtype; public string CUSTOMTYPE { get{ return _customtype; } set{ _customtype = value; } } /// /// ISCLEAR /// private string _isclear; public string ISCLEAR { get{ return _isclear; } set{ _isclear = value; } } /// /// ISCUSTOMEND /// private string _iscustomend; public string ISCUSTOMEND { get{ return _iscustomend; } set{ _iscustomend = value; } } /// /// CUSTOMSLNO /// private string _customslno; public string CUSTOMSLNO { get{ return _customslno; } set{ _customslno = value; } } /// /// WMSNO /// private string _wmsno; public string WMSNO { get{ return _wmsno; } set{ _wmsno = value; } } /// /// 易航线_0代表一般出口业务;1代表一般进口业务;2代表出口备案手册业务;3代表进口备案手册业务;4出境清单业务;5进境清单业务; /// private int? _ediywlx; public int? ediYwlx { get{ return _ediywlx; } set{ _ediywlx = value; } } /// /// 易航线_备案号,ediYwlx =0||1时,该字段不填写,其他必须填写 /// private string _recordsn; public string recordSn { get{ return _recordsn; } set{ _recordsn = value; } } /// /// 易航线_征税比例(电汇),出口方式需要必填,进口方式不填 /// private string _payment; public string payMent { get{ return _payment; } set{ _payment = value; } } /// /// 易航线_运费类型,率,单价,总价 /// private string _carriagetype; public string carriageType { get{ return _carriagetype; } set{ _carriagetype = value; } } /// /// 易航线_运费金额 /// private decimal? _carriageprice; public decimal? carriagePrice { get{ return _carriageprice; } set{ _carriageprice = value; } } /// /// 易航线_运费币制,当carriageType是[率]时,不能填运费币制 /// private string _carriagecurrency; public string carriageCurrency { get{ return _carriagecurrency; } set{ _carriagecurrency = value; } } /// /// 易航线_保费类型,率,单价,总价 /// private string _premiumtype; public string premiumType { get{ return _premiumtype; } set{ _premiumtype = value; } } /// /// 易航线_保费金额 /// private decimal? _premiumprice; public decimal? premiumPrice { get{ return _premiumprice; } set{ _premiumprice = value; } } /// /// 易航线_保费币制,当premiumType是[率]时,不能填保费币制 /// private string _premiumcurrency; public string premiumCurrency { get{ return _premiumcurrency; } set{ _premiumcurrency = value; } } /// /// CNTR1 /// private int? _cntr1; public int? CNTR1 { get{ return _cntr1; } set{ _cntr1 = value; } } /// /// CNTR2 /// private int? _cntr2; public int? CNTR2 { get{ return _cntr2; } set{ _cntr2 = value; } } /// /// CNTR3 /// private int? _cntr3; public int? CNTR3 { get{ return _cntr3; } set{ _cntr3 = value; } } /// /// CNTR4 /// private int? _cntr4; public int? CNTR4 { get{ return _cntr4; } set{ _cntr4 = value; } } /// /// CNTR5 /// private int? _cntr5; public int? CNTR5 { get{ return _cntr5; } set{ _cntr5 = value; } } /// /// CNTR6 /// private int? _cntr6; public int? CNTR6 { get{ return _cntr6; } set{ _cntr6 = value; } } /// /// CNTR7 /// private int? _cntr7; public int? CNTR7 { get{ return _cntr7; } set{ _cntr7 = value; } } /// /// CNTR8 /// private int? _cntr8; public int? CNTR8 { get{ return _cntr8; } set{ _cntr8 = value; } } /// /// CNTR9 /// private int? _cntr9; public int? CNTR9 { get{ return _cntr9; } set{ _cntr9 = value; } } /// /// CNTR10 /// private int? _cntr10; public int? CNTR10 { get{ return _cntr10; } set{ _cntr10 = value; } } /// /// OTCNTR /// private int? _otcntr; public int? OTCNTR { get{ return _otcntr; } set{ _otcntr = value; } } /// /// TEU /// private int? _teu; public int? TEU { get{ return _teu; } set{ _teu = value; } } /// /// ISVOU /// private bool? _isvou; public bool? ISVOU { get{ return _isvou; } set{ _isvou = value; } } /// /// VOUNO /// private string _vouno; public string VOUNO { get{ return _vouno; } set{ _vouno = value; } } /// /// SALECORPID /// private string _salecorpid; public string SALECORPID { get{ return _salecorpid; } set{ _salecorpid = value; } } /// /// IsService7 /// private string _isservice7; public string IsService7 { get{ return _isservice7; } set{ _isservice7 = value; } } /// /// IsService8 /// private string _isservice8; public string IsService8 { get{ return _isservice8; } set{ _isservice8 = value; } } /// /// IsServiceFee7 /// private string _isservicefee7; public string IsServiceFee7 { get{ return _isservicefee7; } set{ _isservicefee7 = value; } } /// /// IsServiceFee8 /// private string _isservicefee8; public string IsServiceFee8 { get{ return _isservicefee8; } set{ _isservicefee8 = value; } } } }