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_SEAE_SI", DisableSyncStructure = true)] public partial class OPSEAESI { [JsonProperty, Column(DbType = "varchar(50)", IsPrimary = true, IsNullable = false)] public string SINO { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string BLFRT { get; set; } [JsonProperty] public DateTime? BSDATE { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string BSNO { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string BSSTATUS { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string BusinessNO { get; set; } [JsonProperty, Column(DbType = "varchar(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? CLOSEDOCDATE { get; set; } [JsonProperty] public DateTime? CLOSINGDATE { 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(100)")] public string CONSIGNEEADDR1 { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string CONSIGNEEADDR2 { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string CONSIGNEEADDR3 { get; set; } [JsonProperty, Column(DbType = "varchar(25)")] public string CONSIGNEEATTN { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string CONSIGNEECITY { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string CONSIGNEEID { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string CONSIGNEENAME { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string CONSIGNEEPOSTCODE { get; set; } [JsonProperty, Column(DbType = "varchar(3)")] public string CONSIGNEEPROVINCE { get; set; } [JsonProperty, Column(DbType = "varchar(2)")] public string CONSIGNEERCOUNTRY { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string CONSIGNEETEL { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string CONTRACTNO { get; set; } [JsonProperty, Column(DbType = "varchar(5)")] public string COPYNOBILLL { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string CORPID { get; set; } [JsonProperty] public DateTime? CREATETIME { get; set; } [JsonProperty] public bool? DAILU { get; set; } [JsonProperty, Column(Name = "DAILU_CANGDAN")] public bool? DAILUCANGDAN { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string DangerType { 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 = "varchar(32)")] public string DLABEL { get; set; } [JsonProperty, Column(DbType = "varchar(7)")] public string DPAGE { get; set; } [JsonProperty, Column(DbType = "varchar(16)")] public string DUNNO { get; set; } [JsonProperty] public DateTime? ETA { get; set; } [JsonProperty] public DateTime? ETD { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string FUWEI { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string GOODSNAME { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string HAIYANGWURANWU { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string HBLNO { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string HSCODE { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string HUMIDITY { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string INPUTBY { get; set; } [JsonProperty, Column(DbType = "varchar(1)")] public string ISCONTAINERSOC { get; set; } [JsonProperty] public DateTime? ISSUEDATE { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string ISSUEPLACE { get; set; } [JsonProperty, Column(DbType = "varchar(5)")] public string ISSUEPLACEID { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string ISSUETYPE { 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(35)")] public string LINKMAN { get; set; } [JsonProperty, Column(DbType = "varchar(2000)")] public string MARKS { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string MBLNO { get; set; } [JsonProperty] public DateTime? MODIFYTIME { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string MODIFYUSER { get; set; } [JsonProperty, Column(DbType = "varchar(5)")] public string NOBILL { get; set; } [JsonProperty, Column(DbType = "varchar(600)")] public string NOTIFYPARTY { get; set; } [JsonProperty, Column(DbType = "varchar(600)")] public string NOTIFYPARTY2 { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string NOTIFYPARTYADDR1 { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string NOTIFYPARTYADDR2 { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string NOTIFYPARTYADDR3 { get; set; } [JsonProperty, Column(DbType = "varchar(25)")] public string NOTIFYPARTYATTN { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string NOTIFYPARTYCITY { get; set; } [JsonProperty, Column(DbType = "varchar(2)")] public string NOTIFYPARTYCOUNTRY { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string NOTIFYPARTYID { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string NOTIFYPARTYNAME { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string NOTIFYPARTYPOSTCODE { get; set; } [JsonProperty, Column(DbType = "varchar(3)")] public string NOTIFYPARTYPROVINCE { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string NOTIFYPARTYTEL { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string ORDERNO { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string ORDNO { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] 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(50)")] public string PONO { 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(60)")] public string PREPARDAT { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string REEFERF { get; set; } [JsonProperty, Column(DbType = "varchar(2000)")] public string REMARK { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string SALECODE { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string SERVICE { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string SERVICECONTRACTNO { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string SHANDIAN { get; set; } [JsonProperty, Column(DbType = "varchar(600)")] public string SHIPPER { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string SHIPPERADDR1 { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string SHIPPERADDR2 { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string SHIPPERADDR3 { get; set; } [JsonProperty, Column(DbType = "varchar(25)")] public string SHIPPERATTN { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string SHIPPERCITY { get; set; } [JsonProperty, Column(DbType = "varchar(2)")] public string SHIPPERCOUNTRY { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string SHIPPERID { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string SHIPPERNAME { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string SHIPPERPOSTCODE { get; set; } [JsonProperty, Column(DbType = "varchar(3)")] public string SHIPPERPROVINCE { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string SHIPPERTEL { get; set; } [JsonProperty, Column(DbType = "varchar(300)")] public string SIREMARK { get; set; } [JsonProperty] public DateTime? SUBMITDATE { get; set; } [JsonProperty, Column(DbType = "varchar(1)")] public string TEMPID { get; set; } [JsonProperty, Column(DbType = "varchar(5)")] public string TEMPSET { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string USERID { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string VESSEL { get; set; } [JsonProperty, Column(DbType = "varchar(9)")] public string VESSELID { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string VOYNO { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string YARD { get; set; } } }