using System; using HcUtility.Core; using Newtonsoft.Json; namespace DSWeb.MvcShipping.Models.MsOpSeae { [JsonObject] public class MsOpSeaeTemplate : ModelObjectBillHead { #region 读写属性 private string _gid = Guid.NewGuid().ToString(); /// /// 业务编号 /// [ModelDB(MDBType = ModelDBOprationType.All, IsPrimary = true)] public string GID { get { return _gid; } set { _gid = value; } } private string _bsno = ""; /// /// 业务编号 /// [ModelDB(MDBType = ModelDBOprationType.Insert)] public string BSNO { get { return _bsno; } set { _bsno = value; } } private string _TEMPLATENAME = ""; /// /// 模板名称 /// [ModelDB] public string TEMPLATENAME { get { return _TEMPLATENAME; } set { _TEMPLATENAME = value; } } private string _customername = ""; /// /// 委托单位 /// [ModelDB] public string CUSTOMERNAME { get{ return _customername; } set{ _customername = value; } } private string _bssource = ""; /// /// 业务来源 /// [ModelDB] public string BSSOURCE { get{ return _bssource; } set{ _bssource = value; } } private string _bssourcedetail = ""; /// /// 来源明细 /// [ModelDB] public string BSSOURCEDETAIL { get{ return _bssourcedetail; } set{ _bssourcedetail = value; } } private string _inputby = ""; /// /// 录入人 /// [ModelDB] public string INPUTBY { get{ return _inputby; } set{ _inputby = value; } } private string _sale = ""; /// /// 揽货人 /// [ModelDB] public string SALE { get{ return _sale; } set{ _sale = value; } } private string _corpid = ""; /// /// 分公司代码 /// [ModelDB(MDBType = ModelDBOprationType.Insert)] public string CORPID { get{ return _corpid; } set{ _corpid = value; } } private string _saledept = ""; /// /// 所属部门 /// [ModelDB] public string SALEDEPT { get{ return _saledept; } set{ _saledept = value; } } private string _createtime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); /// /// 创建时间 /// [ModelDB] public string CREATETIME { get{ return _createtime; } set{ _createtime = value; } } private string _vessel = ""; /// /// 船名 /// [ModelDB] public string VESSEL { get{ return _vessel; } set{ _vessel = value; } } private string _placereceipt = ""; /// /// 收货地 /// [ModelDB] public string PLACERECEIPT { get { return _placereceipt; } set { _placereceipt = value; } } private string _portloadid = ""; /// /// 装货港代码 /// [ModelDB] public string PORTLOADID { get{ return _portloadid; } set{ _portloadid = value; } } private string _portload = ""; /// /// 装货港 /// [ModelDB] public string PORTLOAD { get{ return _portload; } set{ _portload = value; } } private string _portdischargeid = ""; /// /// 卸货港代码 /// [ModelDB] public string PORTDISCHARGEID { get{ return _portdischargeid; } set{ _portdischargeid = value; } } private string _portdischarge = ""; /// /// 卸货港 /// [ModelDB] public string PORTDISCHARGE { get{ return _portdischarge; } set{ _portdischarge = value; } } private string _placedeliveryid = ""; /// /// 交货地代码 /// [ModelDB] public string PLACEDELIVERYID { get { return _placedeliveryid; } set { _placedeliveryid = value; } } private string _placedelivery = ""; /// /// 交货地 /// [ModelDB] public string PLACEDELIVERY { get { return _placedelivery; } set { _placedelivery = value; } } private string _destinationid = ""; /// /// 目的地代码 /// [ModelDB] public string DESTINATIONID { get { return _destinationid; } set { _destinationid = value; } } private string _destination = ""; /// /// 目的地 /// [ModelDB] public string DESTINATION { get { return _destination; } set { _destination = value; } } private string _nobill = ""; /// /// 提单份数 /// [ModelDB] public string NOBILL { get { return _nobill; } set { _nobill = value; } } private string _copynobill = ""; /// /// 提单份数 /// [ModelDB] public string COPYNOBILL { get { return _copynobill; } set { _copynobill = value; } } private string _issuetype = ""; /// /// 签单方式 /// [ModelDB] public string ISSUETYPE { get { return _issuetype; } set { _issuetype = value; } } private string _issuedate; /// /// 签单日期 /// [ModelDB] public string ISSUEDATE { get { return _issuedate; } set { _issuedate = value; } } private string _issueplace = ""; /// /// 签单地点 /// [ModelDB] public string ISSUEPLACE { get { return _issueplace; } set { _issueplace = value; } } private string _shipperid = ""; /// /// 发货人 /// [ModelDB] public string SHIPPERID { get{ return _shipperid; } set{ _shipperid = value; } } private string _consigneeid = ""; /// /// 收货人 /// [ModelDB] public string CONSIGNEEID { get{ return _consigneeid; } set{ _consigneeid = value; } } private string _notifypartyid = ""; /// /// 通知人 /// [ModelDB] public string NOTIFYPARTYID { get{ return _notifypartyid; } set{ _notifypartyid = value; } } private string _shipper = ""; /// /// 发货人内容 /// [ModelDB] public string SHIPPER { get{ return _shipper; } set{ _shipper = value; } } private string _consignee = ""; /// /// 收货人内容 /// [ModelDB] public string CONSIGNEE { get{ return _consignee; } set{ _consignee = value; } } private string _notifyparty = ""; /// /// 通知人内容 /// [ModelDB] public string NOTIFYPARTY { get{ return _notifyparty; } set{ _notifyparty = value; } } private string _mshipperid = ""; /// /// 发货人 /// [ModelDB] public string MSHIPPERID { get { return _mshipperid; } set { _mshipperid = value; } } private string _mconsigneeid = ""; /// /// 收货人 /// [ModelDB] public string MCONSIGNEEID { get { return _mconsigneeid; } set { _mconsigneeid = value; } } private string _mnotifypartyid = ""; /// /// 通知人 /// [ModelDB] public string MNOTIFYPARTYID { get { return _mnotifypartyid; } set { _mnotifypartyid = value; } } private string _mshipper = ""; /// /// 发货人内容 /// [ModelDB] public string MSHIPPER { get { return _mshipper; } set { _mshipper = value; } } private string _mconsignee = ""; /// /// 收货人内容 /// [ModelDB] public string MCONSIGNEE { get { return _mconsignee; } set { _mconsignee = value; } } private string _mnotifyparty = ""; /// /// 通知人内容 /// [ModelDB] public string MNOTIFYPARTY { get { return _mnotifyparty; } set { _mnotifyparty = value; } } private string _agentid = ""; /// /// 国外代理 /// [ModelDB] public string AGENTID { get{ return _agentid; } set{ _agentid = value; } } private string _agent = ""; /// /// 国外代理内容 /// [ModelDB] public string AGENT { get{ return _agent; } set{ _agent = value; } } private string _yard = ""; /// /// 场站/靠泊码头 /// [ModelDB] public string YARD { get{ return _yard; } set{ _yard = value; } } private string _blfrt = "FREIGHT PREPAID"; /// /// 付费方式 /// [ModelDB] public string BLFRT { get{ return _blfrt; } set{ _blfrt = value; } } private string _prepardat = ""; /// /// 预付地点 /// [ModelDB] public string PREPARDAT { get{ return _prepardat; } set{ _prepardat = value; } } private string _payableat = ""; /// /// 到付地点 /// [ModelDB] public string PAYABLEAT { get{ return _payableat; } set{ _payableat = value; } } private string _service = "CY-CY"; /// /// 运输条款 /// [ModelDB] public string SERVICE { get{ return _service; } set{ _service = value; } } private string _marks = ""; /// /// 唛头 /// [ModelDB] public string MARKS { get{ return _marks; } set{ _marks = value; } } private string _nopkgs = ""; /// /// 件数包装 /// [ModelDB] public string NOPKGS { get{ return _nopkgs; } set{ _nopkgs = value; } } private string _description = ""; /// /// 货物描述 /// [ModelDB] public string DESCRIPTION { get{ return _description; } set{ _description = value; } } private string _grossweight = ""; /// /// 货物毛重 /// [ModelDB] public string GROSSWEIGHT { get{ return _grossweight; } set{ _grossweight = value; } } private string _measurement = ""; /// /// 货物尺码 /// [ModelDB] public string MEASUREMENT { get{ return _measurement; } set{ _measurement = value; } } private decimal _pkgs = 0; /// /// 件数 /// [ModelDB] public decimal PKGS { get{ return _pkgs; } set{ _pkgs = value; } } private string _kindpkgs = ""; /// /// 件数包装 /// [ModelDB] public string KINDPKGS { get{ return _kindpkgs; } set{ _kindpkgs = value; } } private decimal _cbm = 0; /// /// 立方数/尺码 /// [ModelDB] public decimal CBM { get{ return _cbm; } set{ _cbm = value; } } private string _goodsname = ""; /// /// 品名 /// [ModelDB] public string GOODSNAME { get { return _goodsname; } set { _goodsname = value; } } private decimal _kgs = 0; /// /// 毛重 /// [ModelDB] public decimal KGS { get { return _kgs; } set { _kgs = value; } } private string _customser = ""; /// /// 报关行 /// [ModelDB] public string CUSTOMSER { get { return _customser; } set { _customser = value; } } private string _lane = ""; /// /// 航线 /// [ModelDB] public string LANE { get{ return _lane; } set{ _lane = value; } } private string _carrier = ""; /// /// 船公司 /// [ModelDB] public string CARRIER { get{ return _carrier; } set{ _carrier = value; } } private string _forwarder = ""; /// /// 订舱公司 /// [ModelDB] public string FORWARDER { get{ return _forwarder; } set{ _forwarder = value; } } private string _trucker = ""; /// /// 承运车队 /// [ModelDB] public string TRUCKER { get{ return _trucker; } set{ _trucker = value; } } private string _cargoid = ""; /// /// 货物标识 /// [ModelDB] public string CARGOID { get{ return _cargoid; } set{ _cargoid = value; } } private string _dclass = ""; /// /// 危险品分类/等级 /// [ModelDB] public string DCLASS { get{ return _dclass; } set{ _dclass = value; } } private string _dunno = ""; /// /// 危险品编号 /// [ModelDB] public string DUNNO { get{ return _dunno; } set{ _dunno = value; } } private string _dpage = ""; /// /// 危险品页号 /// [ModelDB] public string DPAGE { get { return _dpage; } set { _dpage = value; } } private string _dlabel = ""; /// /// 危险品标签 /// [ModelDB] public string DLABEL { get { return _dlabel; } set { _dlabel = value; } } private string _linkman = ""; /// /// 危险品联系人 /// [ModelDB] public string LINKMAN { get { return _linkman; } set { _linkman = value; } } private string _reeferf = ""; /// /// 冷藏通风量 /// [ModelDB] public string REEFERF { get{ return _reeferf; } set{ _reeferf = value; } } private string _tempid = ""; /// /// 温度单位 /// [ModelDB] public string TEMPID { get{ return _tempid; } set{ _tempid = value; } } private string _tempset = ""; /// /// 设置温度 /// [ModelDB] public string TEMPSET { get{ return _tempset; } set{ _tempset = value; } } private string _tempmax = ""; /// /// 最高温度 /// [ModelDB] public string TEMPMAX { get{ return _tempmax; } set{ _tempmax = value; } } private string _tempmin = ""; /// /// 最低温度 /// [ModelDB] public string TEMPMIN { get{ return _tempmin; } set{ _tempmin = value; } } private string _HUMIDITY = ""; /// /// 湿度 /// [ModelDB] public string HUMIDITY { get { return _HUMIDITY; } set { _HUMIDITY = value; } } private string _remark = ""; /// /// 备注 /// [ModelDB] public string REMARK { get{ return _remark; } set{ _remark = value; } } private bool _isfumigation = false; /// /// 熏蒸 /// [ModelDB] public bool ISFUMIGATION { get{ return _isfumigation; } set{ _isfumigation = value; } } private bool _isstorage = false; /// /// 仓储 /// [ModelDB] public bool ISSTORAGE { get{ return _isstorage; } set{ _isstorage = value; } } private bool _island = false; /// /// 陆运 /// [ModelDB] public bool ISLAND { get{ return _island; } set{ _island = value; } } private bool _iscustoms = false; /// /// 报关 /// [ModelDB] public bool ISCUSTOMS { get{ return _iscustoms; } set{ _iscustoms = value; } } private bool _isinspection = false; /// /// 报检 /// [ModelDB] public bool ISINSPECTION { get{ return _isinspection; } set{ _isinspection = value; } } private bool _isbooking = false; /// /// 订舱 /// [ModelDB] public bool ISBOOKING { get{ return _isbooking; } set{ _isbooking = value; } } private bool _isagent = false; /// /// 使用代理 /// [ModelDB] public bool ISAGENT { get{ return _isagent; } set{ _isagent = value; } } private bool _ishblno = false; /// /// 分单签单 /// [ModelDB] public bool ISHBLNO { get{ return _ishblno; } set{ _ishblno = value; } } private bool _service9 = false; /// /// 服务项目9 /// [ModelDB] public bool SERVICE9 { get{ return _service9; } set{ _service9 = value; } } private bool _service10 = false; /// /// 服务项目10 /// [ModelDB] public bool SERVICE10 { get{ return _service10; } set{ _service10 = value; } } private string _warehouse = ""; /// /// 仓库 /// [ModelDB] public string WAREHOUSE { get { return _warehouse; } set { _warehouse = value; } } private string _mblfrt = ""; /// /// MBL付费方式 /// [ModelDB] public string MBLFRT { get{ return _mblfrt; } set{ _mblfrt = value; } } private string _placereceiptid = ""; /// /// 收货地代码 /// [ModelDB] public string PLACERECEIPTID { get{ return _placereceiptid; } set{ _placereceiptid = value; } } private string _issueplaceid = ""; /// /// 提单签发地代码 /// [ModelDB] public string ISSUEPLACEID { get{ return _issueplaceid; } set{ _issueplaceid = value; } } private string _hscode = ""; /// /// HS编码 /// [ModelDB] public string HSCODE { get { return _hscode; } set { _hscode = value; } } private string _SHIPAGENCY = ""; /// /// 船代 /// [ModelDB] public string SHIPAGENCY { get { return _SHIPAGENCY; } set { _SHIPAGENCY = value; } } #endregion public MsOpSeaeTemplate() { TableName = "op_seae_template"; } override public string GetBillNoFieldName() { return "BSNO"; } } // }