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.

438 lines
12 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 = "temp_op_seae_edi", DisableSyncStructure = true)]
public partial class TempOpSeaeEdi {
[JsonProperty, Column(DbType = "varchar(36)", IsPrimary = true, IsNullable = false)]
public string GID { get; set; } = Guid.NewGuid().ToString().ToUpper();
[JsonProperty, Column(DbType = "varchar(7)")]
public string ACCDATE { 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(20)")]
public string BLFRT { get; set; }
[JsonProperty, Column(DbType = "varchar(8)")]
public string BLTYPE { get; set; }
[JsonProperty, Column(DbType = "smalldatetime")]
public DateTime? BSDATE { get; set; }
[JsonProperty, Column(DbType = "varchar(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 = "char(1)")]
public string CARGOID { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CARRIER { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string CAUSE { get; set; }
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal? CBM { get; set; }
[JsonProperty, Column(DbType = "smalldatetime")]
public DateTime? CLOSEDOCDATE { get; set; }
[JsonProperty, Column(DbType = "smalldatetime")]
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(4000)")]
public string CNTRTOTAL { get; set; }
[JsonProperty, Column(DbType = "varchar(600)")]
public string CONSIGNEE { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CONSIGNEEID { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string CONTRACTNO { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string CORPID { get; set; }
[JsonProperty]
public DateTime? CREATETIME { get; set; }
[JsonProperty, Column(DbType = "varchar(30)")]
public string CUSTNO { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CUSTOMERNAME { 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(36)")]
public string DESTINATIONID { get; set; }
[JsonProperty, Column(DbType = "varchar(10)")]
public string DOC { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string DOCGID { get; set; }
[JsonProperty, Column(DbType = "varchar(16)")]
public string DUNNO { get; set; }
[JsonProperty, Column(DbType = "smalldatetime")]
public DateTime? ETA { get; set; }
[JsonProperty, Column(DbType = "smalldatetime")]
public DateTime? ETD { get; set; }
[JsonProperty]
public bool? FEESTATUS { 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(30)")]
public string GOODSNAME { 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? INAMOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(10)")]
public string INPUTBY { get; set; }
[JsonProperty, Column(DbType = "varchar(30)")]
public string INSURANCEER { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string INSURANCENO { get; set; }
[JsonProperty, Column(DbType = "smalldatetime")]
public DateTime? INTOPORTDATE { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string INVNO { get; set; }
[JsonProperty]
public bool? ISAGENT { get; set; }
[JsonProperty]
public bool? ISBOOKING { get; set; }
[JsonProperty]
public bool? ISCUSTOMS { 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 ISOK { get; set; } = false;
[JsonProperty]
public bool? ISSTORAGE { get; set; }
[JsonProperty, Column(DbType = "smalldatetime")]
public DateTime? ISSUEDATE { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string ISSUEPLACE { get; set; }
[JsonProperty, Column(DbType = "varchar(12)")]
public string ISSUETYPE { get; set; }
[JsonProperty]
public bool? ISVOU { get; set; }
[JsonProperty, Column(DbType = "numeric(18,2)")]
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, Column(DbType = "varchar(600)")]
public string MARKS { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string MASTERNO { 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 = "varchar(600)")]
public string MEASUREMENT { get; set; }
[JsonProperty, Column(DbType = "varchar(5)")]
public string NOBILL { get; set; }
[JsonProperty, Column(DbType = "varchar(120)")]
public string NOPKGS { get; set; }
[JsonProperty, Column(DbType = "varchar(600)")]
public string NOTIFYPARTY { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string NOTIFYPARTYID { 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; }
[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(36)")]
public string PLACEDELIVERYID { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string PlACERECEIPT { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string PORTDISCHARGE { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string PORTDISCHARGEID { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string PORTLOAD { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
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(200)")]
public string REMARK { get; set; }
[JsonProperty, Column(DbType = "varchar(10)")]
public string SALE { 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(600)")]
public string SHIPPER { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string SHIPPERID { 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 = "char(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]
public int? TEU { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string TOTALNO { 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(60)")]
public string VESSEL { 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 YARD { get; set; }
}
}