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.

711 lines
19 KiB
C#

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 = "VW_OP_SEAI_AMEND", DisableSyncStructure = true)]
public partial class VWOPSEAIAMEND {
[JsonProperty, Column(DbType = "varchar(7)")]
public string ACCDATE { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? ACTUALKGS { get; set; }
[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; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string BLFRT { get; set; }
[JsonProperty, Column(DbType = "varchar(8)")]
public string BLTYPE { get; set; }
[JsonProperty, Column(DbType = "char(10)")]
public string BMDDATE { get; set; }
[JsonProperty, Column(DbType = "char(10)")]
public string BSDATE { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? BSKGS { get; set; }
[JsonProperty, Column(StringLength = 100)]
public string BSNO { get; set; }
[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; }
[JsonProperty, Column(DbType = "varchar(6)", IsNullable = false)]
public string BSSTATUSREF { get; set; }
[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; }
[JsonProperty]
public int? CNTR1 { get; set; }
[JsonProperty]
public int? CNTR10 { get; set; }
[JsonProperty]
public int? CNTR2 { get; set; }
[JsonProperty]
public int? CNTR3 { get; set; }
[JsonProperty]
public int? CNTR4 { get; set; }
[JsonProperty]
public int? CNTR5 { get; set; }
[JsonProperty]
public int? CNTR6 { get; set; }
[JsonProperty]
public int? CNTR7 { get; set; }
[JsonProperty]
public int? CNTR8 { get; set; }
[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(12)")]
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(150)")]
public string CORPID { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string COUNTRYOFORIGIN { get; set; }
[JsonProperty]
public DateTime? CREATETIME { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CURRENCY { get; set; }
[JsonProperty, Column(DbType = "varchar(30)")]
public string CUSTNO { get; set; }
[JsonProperty, Column(DbType = "char(10)")]
public string 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; }
[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; }
[JsonProperty, Column(DbType = "varchar(16)")]
public string DUNNO { get; set; }
[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, Column(DbType = "char(10)")]
public string ETD { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string FAX { get; set; }
[JsonProperty]
public int? FBP { get; set; }
[JsonProperty]
public bool? FEESTATUS { get; set; }
[JsonProperty, Column(DbType = "varchar(6)", IsNullable = false)]
public string FEESTATUSREF { get; set; }
[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; }
[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, Column(DbType = "char(10)")]
public string 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; }
[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; }
[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; }
[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; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string MBLFRT { get; set; }
[JsonProperty, Column(DbType = "varchar(30)")]
public string MBLNO { get; set; }
[JsonProperty, Column(DbType = "char(10)")]
public string MDTDATE { get; set; }
[JsonProperty, Column(DbType = "varchar(600)")]
public string MEASUREMENT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? MT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? NETWEIGHT { get; set; }
[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)", IsNullable = false)]
public string OPSTATUS { 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; }
[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(100)")]
public string REMARK { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string REMARK2 { get; set; }
[JsonProperty, Column(DbType = "varchar(10)")]
public string SALE { get; set; }
[JsonProperty, Column(DbType = "varchar(150)")]
public string SALECORP { 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; }
[JsonProperty]
public bool SERVICE10 { get; set; }
[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(150)")]
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, Column(DbType = "char(10)")]
public string SJYHDATE { get; set; }
[JsonProperty, Column(DbType = "varchar(1)")]
public string SOURCECODE { get; set; }
[JsonProperty]
public bool STATUS1 { get; set; }
[JsonProperty]
public bool STATUS2 { get; set; }
[JsonProperty]
public bool STATUS3 { get; set; }
[JsonProperty]
public bool STATUS4 { get; set; }
[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 = "char(10)")]
public string TARRIFSPAIEDTIEM { get; set; }
[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; }
[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(60)")]
public string TRANSNO { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string TRUCKER { get; set; }
[JsonProperty, Column(DbType = "numeric(38,7)")]
public decimal? TTLDR { get; set; }
[JsonProperty, Column(DbType = "numeric(38,7)")]
public decimal? TTLINVDR { get; set; }
[JsonProperty, Column(DbType = "varchar(10)")]
public string UNITOFWEIGHT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal? UNITPRICE { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string UNITS { get; set; }
[JsonProperty, Column(DbType = "char(10)")]
public string 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; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? WMSINKGS { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? WMSOUTKGS { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string WMSTYPE { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string YARD { get; set; }
[JsonProperty, Column(DbType = "char(10)")]
public string YaXiangDate { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string YaXiangDiDian { get; set; }
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal? YaXiangJinE { get; set; }
}
}