You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1055 lines
29 KiB
C#

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