using FreeSql.DatabaseModel;using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Newtonsoft.Json; using FreeSql.DataAnnotations; namespace djy.Model { [JsonObject(MemberSerialization.OptIn), Table(Name = "op_seai", DisableSyncStructure = true)] public partial class OpSeai { /// /// 业务编号 /// [JsonProperty, Column(DbType = "varchar(100)", IsPrimary = true, IsNullable = false)] public string BSNO { get; set; } = Guid.NewGuid().ToString().ToUpper(); /// /// 会计期间 /// [JsonProperty, Column(DbType = "varchar(7)")] public string ACCDATE { get; set; } /// /// 实际发货吨数 /// [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? ACTUALKGS { get; set; } = 0M; /// /// 国外代理内容 /// [JsonProperty, Column(DbType = "varchar(600)")] public string AGENT { get; set; } /// /// 国外代理 /// [JsonProperty, Column(DbType = "varchar(20)")] public string AGENTID { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string APPLYNO { get; set; } /// /// 审批单号 /// [JsonProperty, Column(DbType = "varchar(50)")] public string APPROVENO { get; set; } = ""; /// /// 包装(散货/托盘)数 /// [JsonProperty, Column(DbType = "varchar(20)")] public string BALES { get; set; } [JsonProperty] public int BillFeeStatus { get; set; } = 0; /// /// 付费方式 /// [JsonProperty, Column(DbType = "varchar(20)")] public string BLFRT { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string BLISSUESTATUS { get; set; } = ""; /// /// 装运方式 /// [JsonProperty, Column(DbType = "varchar(8)")] public string BLTYPE { get; set; } /// /// 箱使到期日期 /// [JsonProperty] public DateTime? BMDDATE { get; set; } /// /// 接单日期 /// [JsonProperty, Column(DbType = "smalldatetime")] public DateTime? BSDATE { get; set; } /// /// 提单吨数 /// [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? BSKGS { get; set; } = 0M; /// /// 业务来源 /// [JsonProperty, Column(DbType = "varchar(36)")] public string BSSOURCE { get; set; } /// /// 来源明细 /// [JsonProperty, Column(DbType = "varchar(36)")] public string BSSOURCEDETAIL { get; set; } /// /// 业务状态 /// [JsonProperty] public bool? BSSTATUS { get; set; } = false; /// /// 单据类型 /// [JsonProperty, Column(DbType = "varchar(10)")] public string BSTYPE { get; set; } = ""; /// /// 货物标识 /// [JsonProperty, Column(DbType = "char(1)")] public string CARGOID { get; set; } /// /// 船公司 /// [JsonProperty, Column(DbType = "varchar(20)")] public string CARRIER { get; set; } /// /// 立方数/尺码 /// [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? CBM { get; set; } [JsonProperty] public DateTime? CHANGEDOCDATE { get; set; } /// /// 截单日期 /// [JsonProperty] public DateTime? CLOSEDOCDATE { get; set; } /// /// 截港日期 /// [JsonProperty] public DateTime? CLOSINGDATE { get; set; } /// /// 箱型1 /// [JsonProperty] public int? CNTR1 { get; set; } /// /// 箱型10 /// [JsonProperty] public int? CNTR10 { get; set; } /// /// 箱型2 /// [JsonProperty] public int? CNTR2 { get; set; } /// /// 箱型3 /// [JsonProperty] public int? CNTR3 { get; set; } /// /// 箱型4 /// [JsonProperty] public int? CNTR4 { get; set; } /// /// 箱型5 /// [JsonProperty] public int? CNTR5 { get; set; } /// /// 箱型6 /// [JsonProperty] public int? CNTR6 { get; set; } /// /// 箱型7 /// [JsonProperty] public int? CNTR7 { get; set; } /// /// 箱型8 /// [JsonProperty] public int? CNTR8 { get; set; } /// /// 箱型9 /// [JsonProperty] public int? CNTR9 { get; set; } /// /// 集装箱大写 /// [JsonProperty, Column(DbType = "varchar(100)")] public string CNTRNO { get; set; } /// /// 箱号封号 /// [JsonProperty, Column(DbType = "varchar(4000)")] public string CNTRSEALNO { get; set; } /// /// 集装箱全部内容 /// [JsonProperty, Column(DbType = "varchar(100)")] public string CNTRTOTAL { get; set; } /// /// 收货人内容 /// [JsonProperty, Column(DbType = "varchar(600)")] public string CONSIGNEE { get; set; } [JsonProperty, Column(DbType = "varchar(25)")] public string CONSIGNEEATTN { get; set; } [JsonProperty, Column(DbType = "varchar(150)")] public string CONSIGNEECODE { get; set; } [JsonProperty, Column(DbType = "varchar(2)")] public string CONSIGNEECOUNTRY { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string CONSIGNEEEMAIL { get; set; } /// /// 收货人 /// [JsonProperty, Column(DbType = "varchar(20)")] public string CONSIGNEEID { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string CONSIGNEETEL { get; set; } /// /// 合同号 /// [JsonProperty, Column(DbType = "varchar(100)")] public string CONTRACTNO { get; set; } /// /// 分公司代码 /// [JsonProperty, Column(DbType = "varchar(36)")] public string CORPID { get; set; } /// /// 原产地 /// [JsonProperty, Column(DbType = "varchar(60)")] public string COUNTRYOFORIGIN { get; set; } /// /// 创建时间 /// [JsonProperty, Column(InsertValueSql = "getdate()")] public DateTime? CREATETIME { get; set; } /// /// 币别 /// [JsonProperty, Column(DbType = "varchar(20)")] public string CURRENCY { get; set; } = "RMB"; /// /// 委托编号 /// [JsonProperty, Column(DbType = "varchar(30)")] public string CUSTNO { get; set; } /// /// 通关日期 /// [JsonProperty] public DateTime? CUSTOMDATE { get; set; } /// /// 委托单位 /// [JsonProperty, Column(DbType = "varchar(20)")] public string CUSTOMERNAME { get; set; } /// /// 报关单号 /// [JsonProperty, Column(DbType = "varchar(1024)")] public string CUSTOMNO { get; set; } /// /// 报关行 /// [JsonProperty, Column(DbType = "varchar(20)")] public string CUSTOMSER { get; set; } /// /// 报关票数 /// [JsonProperty] public short? CUSTOMSNUM { get; set; } /// /// 客服员 /// [JsonProperty, Column(DbType = "varchar(10)")] public string CUSTSERVICE { get; set; } /// /// 危险品分类/等级 /// [JsonProperty, Column(DbType = "varchar(5)")] public string DCLASS { get; set; } /// /// 货物描述 /// [JsonProperty, Column(DbType = "varchar(2000)")] public string DESCRIPTION { get; set; } /// /// 目的地 /// [JsonProperty, Column(DbType = "varchar(60)")] public string DESTINATION { get; set; } /// /// 目的地代码 /// [JsonProperty, Column(DbType = "varchar(5)")] public string DESTINATIONID { get; set; } /// /// (水尺数-出库数=)差额 /// [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? DIFFERENCEKGS { get; set; } = 0M; /// /// 危险品标签 /// [JsonProperty, Column(DbType = "varchar(32)")] public string DLABEL { get; set; } /// /// 单证 /// [JsonProperty, Column(DbType = "varchar(10)")] public string DOC { get; set; } /// /// 危险品页号 /// [JsonProperty, Column(DbType = "varchar(7)")] public string DPAGE { get; set; } /// /// 水尺数 /// [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? DRAFTKGS { get; set; } = 0M; /// /// 危险品编号 /// [JsonProperty, Column(DbType = "varchar(16)")] public string DUNNO { get; set; } /// /// 委托单位EMAIL /// [JsonProperty, Column(DbType = "varchar(50)")] public string EMAIL { get; set; } = ""; [JsonProperty, Column(DbType = "varchar(60)")] public string ENTERP { get; set; } /// /// 预抵日期 /// [JsonProperty] public DateTime? ETA { get; set; } /// /// 到港日期 /// [JsonProperty] public DateTime? ETD { get; set; } /// /// 委托单位FAX /// [JsonProperty, Column(DbType = "varchar(50)")] public string FAX { get; set; } = ""; /// /// 免箱期 /// [JsonProperty] public int? FBP { get; set; } = 0; /// /// 费用状态 /// [JsonProperty] public bool? FEESTATUS { get; set; } = false; /// /// 客户财务名称 /// [JsonProperty, Column(DbType = "varchar(20)")] public string FINANCIALSTAFF { get; set; } /// /// 客户财务代码 /// [JsonProperty, Column(DbType = "varchar(6)")] public string FINANCIALSTAFFCODE { get; set; } /// /// 财务电子邮箱 /// [JsonProperty, Column(DbType = "varchar(50)")] public string FINANCIALSTAFFEMAIL { get; set; } /// /// 财务传真 /// [JsonProperty, Column(DbType = "varchar(50)")] public string FINANCIALSTAFFFAX { get; set; } /// /// 财务电话 /// [JsonProperty, Column(DbType = "varchar(50)")] public string FINANCIALSTAFFTEL { get; set; } /// /// 订舱公司 /// [JsonProperty, Column(DbType = "varchar(20)")] public string FORWARDER { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string FRCUSTSERVICE { get; set; } /// /// 品名 /// [JsonProperty, Column(DbType = "varchar(100)")] public string GOODSNAME { get; set; } /// /// 品名类型名称 /// [JsonProperty, Column(DbType = "varchar(20)")] public string GOODSTYPENAME { get; set; } = ""; /// /// 品位 /// [JsonProperty, Column(DbType = "varchar(100)")] public string GRADE { get; set; } = ""; /// /// 货物毛重 /// [JsonProperty, Column(DbType = "varchar(600)")] public string GROSSWEIGHT { get; set; } /// /// 分提单号 /// [JsonProperty, Column(DbType = "varchar(30)")] public string HBLNO { get; set; } /// /// 货值 /// [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? IMPORTVALUE { get; set; } = 0M; /// /// 保险金额 /// [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? INAMOUT { get; set; } /// /// 录入人 /// [JsonProperty, Column(DbType = "varchar(10)")] public string INPUTBY { get; set; } /// /// 报检 /// [JsonProperty, Column(DbType = "varchar(20)")] public string INSPECTION { get; set; } /// /// 报检日期 /// [JsonProperty] public DateTime? INSPECTIONDATE { get; set; } /// /// 报检单号 /// [JsonProperty, Column(DbType = "varchar(1024)")] public string INSPECTIONNO { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string INSPECTSERVICE { get; set; } /// /// 保险人 /// [JsonProperty, Column(DbType = "varchar(30)")] public string INSURANCEER { get; set; } /// /// 保险单号 /// [JsonProperty, Column(DbType = "varchar(20)")] public string INSURANCENO { get; set; } /// /// 集港日期 /// [JsonProperty] public DateTime? INTOPORTDATE { get; set; } /// /// 发票号 /// [JsonProperty, Column(DbType = "varchar(20)")] public string INVNO { get; set; } /// /// 使用代理 /// [JsonProperty] public bool? ISAGENT { get; set; } [JsonProperty, Column(DbType = "varchar(1)")] public string ISBONDED { get; set; } /// /// 订舱 /// [JsonProperty] public bool? ISBOOKING { get; set; } /// /// 货主箱标志,是否自有箱 /// [JsonProperty] public bool? ISCONTAINERSOC { get; set; } /// /// 报关 /// [JsonProperty] public bool? ISCUSTOMS { get; set; } /// /// 强制速遣费(是否缴纳) /// [JsonProperty] public bool? ISFORCEDTODESPATCH { get; set; } = false; /// /// 熏蒸 /// [JsonProperty] public bool? ISFUMIGATION { get; set; } /// /// 分单签单 /// [JsonProperty] public bool? ISHBLNO { get; set; } /// /// 报检 /// [JsonProperty] public bool? ISINSPECTION { get; set; } /// /// 陆运 /// [JsonProperty] public bool? ISLAND { get; set; } [JsonProperty] public bool? ISMOREGOOD { get; set; } [JsonProperty, Column(DbType = "varchar(1)")] public string ISPRINTPR { get; set; } /// /// 仓储 /// [JsonProperty] public bool? ISSTORAGE { get; set; } /// /// 签单日期 /// [JsonProperty] public DateTime? ISSUEDATE { get; set; } /// /// 签单地点 /// [JsonProperty, Column(DbType = "varchar(60)")] public string ISSUEPLACE { get; set; } /// /// 提单签发地代码 /// [JsonProperty, Column(DbType = "varchar(5)")] public string ISSUEPLACEID { get; set; } /// /// 签单方式 /// [JsonProperty, Column(DbType = "varchar(12)")] public string ISSUETYPE { get; set; } /// /// 是否生成凭证 /// [JsonProperty] public bool? ISVOU { get; set; } /// /// 毛重 /// [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? KGS { get; set; } = 0M; /// /// 件数包装 /// [JsonProperty, Column(DbType = "varchar(20)")] public string KINDPKGS { get; set; } /// /// 航线 /// [JsonProperty, Column(DbType = "varchar(30)")] public string LANE { get; set; } /// /// 分单等级 /// [JsonProperty] public int? LEVELS { get; set; } = 0; /// /// 危险品联系人 /// [JsonProperty, Column(DbType = "varchar(35)")] public string LINKMAN { get; set; } /// /// 唛头 /// [JsonProperty, Column(DbType = "varchar(600)")] public string MARKS { get; set; } /// /// 主编号 /// [JsonProperty, Column(DbType = "varchar(100)")] public string MASTERNO { get; set; } /// /// 码头 /// [JsonProperty, Column(DbType = "varchar(50)")] public string MaTou { get; set; } = ""; /// /// MBL付费方式 /// [JsonProperty, Column(DbType = "varchar(20)")] public string MBLFRT { get; set; } /// /// 主提单号 /// [JsonProperty, Column(DbType = "varchar(30)")] public string MBLNO { get; set; } /// /// 搬倒日期 /// [JsonProperty] public DateTime? MDTDATE { get; set; } /// /// 货物尺码 /// [JsonProperty, Column(DbType = "varchar(600)")] public string MEASUREMENT { get; set; } /// /// 净重和毛重哪一个数大,则存哪一个 /// [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? MT { get; set; } = 0M; /// /// 净重 /// [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? NETWEIGHT { get; set; } = 0M; /// /// 提单份数 /// [JsonProperty, Column(DbType = "varchar(5)")] public string NOBILL { get; set; } /// /// 件数包装 /// [JsonProperty, Column(DbType = "varchar(120)")] public string NOPKGS { get; set; } /// /// 具体到时间 /// [JsonProperty] public DateTime? NOR { get; set; } /// /// 通知人内容 /// [JsonProperty, Column(DbType = "varchar(600)")] public string NOTIFYPARTY { get; set; } [JsonProperty, Column(DbType = "varchar(25)")] public string NOTIFYPARTYATTN { get; set; } [JsonProperty, Column(DbType = "varchar(150)")] public string NOTIFYPARTYCODE { get; set; } [JsonProperty, Column(DbType = "varchar(2)")] public string NOTIFYPARTYCOUNTRY { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string NOTIFYPARTYEMAIL { get; set; } /// /// 通知人 /// [JsonProperty, Column(DbType = "varchar(20)")] public string NOTIFYPARTYID { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string NOTIFYPARTYTEL { get; set; } /// /// 牌号 /// [JsonProperty, Column(DbType = "varchar(20)")] public string NUMBERPLATE { get; set; } /// /// 操作员 /// [JsonProperty, Column(DbType = "varchar(10)")] public string OP { get; set; } /// /// 客户操作名称 /// [JsonProperty, Column(DbType = "varchar(20)")] public string OPERATOR { get; set; } /// /// 客户操作代码 /// [JsonProperty, Column(DbType = "varchar(6)")] public string OPERATORCODE { get; set; } /// /// 操作电子邮箱 /// [JsonProperty, Column(DbType = "varchar(50)")] public string OPERATOREMAIL { get; set; } /// /// 操作传真 /// [JsonProperty, Column(DbType = "varchar(50)")] public string OPERATORFAX { get; set; } /// /// 操作电话 /// [JsonProperty, Column(DbType = "varchar(50)")] public string OPERATORTEL { get; set; } /// /// 订舱编号 /// [JsonProperty, Column(DbType = "varchar(20)")] public string ORDERNO { get; set; } /// /// 委托方式 /// [JsonProperty, Column(DbType = "varchar(10)")] public string ORDERTYPE { get; set; } /// /// 订舱类型 /// [JsonProperty, Column(DbType = "varchar(50)")] public string ORDTYPE { get; set; } /// /// 其他箱型 /// [JsonProperty] public int? OTCNTR { get; set; } /// /// 装箱类型 /// [JsonProperty, Column(DbType = "varchar(10)")] public string PACKINGTYPE { get; set; } /// /// 父公司GID /// [JsonProperty, Column(DbType = "varchar(100)")] public string PARENTID { get; set; } = ""; /// /// 到付地点 /// [JsonProperty, Column(DbType = "varchar(50)")] public string PAYABLEAT { get; set; } /// /// 件数 /// [JsonProperty] public int? PKGS { get; set; } /// /// 交货地 /// [JsonProperty, Column(DbType = "varchar(60)")] public string PLACEDELIVERY { get; set; } /// /// 交货地代码 /// [JsonProperty, Column(DbType = "varchar(5)")] public string PLACEDELIVERYID { get; set; } /// /// 收货地 /// [JsonProperty, Column(DbType = "varchar(60)")] public string PlACERECEIPT { get; set; } /// /// 收货地代码 /// [JsonProperty, Column(DbType = "varchar(5)")] public string PLACERECEIPTID { get; set; } /// /// 卸货港 /// [JsonProperty, Column(DbType = "varchar(60)")] public string PORTDISCHARGE { get; set; } /// /// 卸货港代码 /// [JsonProperty, Column(DbType = "varchar(5)")] public string PORTDISCHARGEID { get; set; } /// /// 装货港 /// [JsonProperty, Column(DbType = "varchar(60)")] public string PORTLOAD { get; set; } /// /// 装货港代码 /// [JsonProperty, Column(DbType = "varchar(5)")] public string PORTLOADID { get; set; } /// /// 预付地点 /// [JsonProperty, Column(DbType = "varchar(50)")] public string PREPARDAT { get; set; } /// /// 冷藏通风量 /// [JsonProperty, Column(DbType = "varchar(5)")] public string REEFERF { get; set; } /// /// 备注 /// [JsonProperty, Column(DbType = "varchar(4000)")] public string REMARK { get; set; } [JsonProperty, Column(DbType = "varchar(400)")] public string REMARK2 { get; set; } /// /// 揽货人 /// [JsonProperty, Column(DbType = "varchar(10)")] public string SALE { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string SALECORPID { get; set; } /// /// 所属部门 /// [JsonProperty, Column(DbType = "varchar(20)")] public string SALEDEPT { get; set; } /// /// 运输条款 /// [JsonProperty, Column(DbType = "varchar(50)")] public string SERVICE { get; set; } /// /// 服务项目10 /// [JsonProperty] public bool? SERVICE10 { get; set; } /// /// 服务项目9 /// [JsonProperty] public bool? SERVICE9 { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string SHIPAGENCY { get; set; } /// /// 发货人内容 /// [JsonProperty, Column(DbType = "varchar(600)")] public string SHIPPER { get; set; } [JsonProperty, Column(DbType = "varchar(25)")] public string SHIPPERATTN { get; set; } [JsonProperty, Column(DbType = "varchar(150)")] public string SHIPPERCODE { get; set; } [JsonProperty, Column(DbType = "varchar(2)")] public string SHIPPERCOUNTRY { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string SHIPPEREMAIL { get; set; } /// /// 发货人 /// [JsonProperty, Column(DbType = "varchar(20)")] public string SHIPPERID { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string SHIPPERTEL { get; set; } /// /// 委托单位联系人 /// [JsonProperty, Column(DbType = "varchar(20)")] public string SHOWNAME { get; set; } = ""; /// /// 商检查验箱量 /// [JsonProperty, Column(DbType = "varchar(50)")] public string SJCYXL { get; set; } = ""; /// /// 货物商检验货时间 /// [JsonProperty] public DateTime? SJYHDATE { get; set; } /// /// 集装箱(器)来源代码 /// [JsonProperty, Column(DbType = "varchar(1)")] public string SOURCECODE { get; set; } /// /// 状态1 /// [JsonProperty] public bool? STATUS1 { get; set; } /// /// 状态2 /// [JsonProperty] public bool? STATUS2 { get; set; } /// /// 状态3 /// [JsonProperty] public bool? STATUS3 { get; set; } /// /// 状态4 /// [JsonProperty] public bool? STATUS4 { get; set; } /// /// 状态5 /// [JsonProperty] public bool? STATUS5 { get; set; } /// /// 结算时间 /// [JsonProperty] public DateTime? STLDATE { get; set; } /// /// 结算方式 /// [JsonProperty, Column(DbType = "varchar(30)")] public string STLNAME { get; set; } /// /// 仓库名称 /// [JsonProperty, Column(DbType = "varchar(20)")] public string STORAGENAME { get; set; } = ""; /// /// 交关税时间 /// [JsonProperty, Column(DbType = "smalldatetime")] public DateTime? TARRIFSPAIEDTIEM { get; set; } /// /// 委托单位TEL /// [JsonProperty, Column(DbType = "varchar(50)")] public string TEL { get; set; } = ""; /// /// 温度单位 /// [JsonProperty, Column(DbType = "varchar(1)")] public string TEMPID { get; set; } /// /// 最高温度 /// [JsonProperty, Column(DbType = "varchar(5)")] public string TEMPMAX { get; set; } /// /// 最低温度 /// [JsonProperty, Column(DbType = "varchar(5)")] public string TEMPMIN { get; set; } /// /// 设置温度 /// [JsonProperty, Column(DbType = "varchar(5)")] public string TEMPSET { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string TERMSDELIVERY { get; set; } /// /// 箱TEU /// [JsonProperty] public int? TEU { get; set; } /// /// 件数大写 /// [JsonProperty, Column(DbType = "varchar(100)")] public string TOTALNO { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string TRADETERM { get; set; } /// /// 贸易方式 /// [JsonProperty, Column(DbType = "varchar(20)")] public string TRADETYPE { get; set; } = ""; /// /// 贸易代理 /// [JsonProperty, Column(DbType = "varchar(20)")] public string TRADINGAGENCY { get; set; } = ""; [JsonProperty, Column(DbType = "varchar(20)")] public string TRANSKINDPKGS { get; set; } /// /// 运单号 /// [JsonProperty, Column(DbType = "varchar(30)")] public string TRANSNO { get; set; } /// /// 承运车队 /// [JsonProperty, Column(DbType = "varchar(20)")] public string TRUCKER { get; set; } /// /// 计费单位 /// [JsonProperty, Column(DbType = "varchar(10)")] public string UNITOFWEIGHT { get; set; } = "吨"; /// /// 单价 /// [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? UNITPRICE { get; set; } = 0M; /// /// 单位 /// [JsonProperty, Column(DbType = "varchar(20)")] public string UNITS { get; set; } /// /// 申报日期 /// [JsonProperty] public DateTime? UPDATETIME { get; set; } /// /// 船名 /// [JsonProperty, Column(DbType = "varchar(60)")] public string VESSEL { get; set; } /// /// 船舶呼号 /// [JsonProperty, Column(DbType = "varchar(9)")] public string VESSELID { get; set; } /// /// 凭证号 /// [JsonProperty, Column(DbType = "varchar(12)")] public string VOUNO { get; set; } /// /// 航次 /// [JsonProperty, Column(DbType = "varchar(12)")] public string VOYNO { get; set; } /// /// 仓库 /// [JsonProperty, Column(DbType = "varchar(20)")] public string WAREHOUSE { get; set; } /// /// 水含量 /// [JsonProperty, Column(DbType = "varchar(20)")] public string WATERCONTENT { get; set; } = ""; /// /// 水密度 /// [JsonProperty, Column(DbType = "varchar(20)")] public string WATERDENSITY { get; set; } = ""; /// /// 码头数 /// [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? WHARFSKGS { get; set; } = 0M; /// /// 入库数 /// [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? WMSINKGS { get; set; } = 0M; /// /// 出库数 /// [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? WMSOUTKGS { get; set; } = 0M; /// /// 仓储类型 /// [JsonProperty, Column(DbType = "varchar(20)")] public string WMSTYPE { get; set; } = ""; /// /// 场站/靠泊码头 /// [JsonProperty, Column(DbType = "varchar(20)")] public string YARD { get; set; } /// /// 押箱时间 /// [JsonProperty] public DateTime? YaXiangDate { get; set; } /// /// 押箱地点 /// [JsonProperty, Column(DbType = "varchar(50)")] public string YaXiangDiDian { get; set; } = ""; /// /// 押箱金额 /// [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? YaXiangJinE { get; set; } = 0M; } }