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_billmanage", DisableSyncStructure = true)] public partial class OpSeaeBillmanage { /// /// 编号 /// [JsonProperty, Column(Name = "AS_ID", DbType = "varchar(100)", IsPrimary = true, IsNullable = false)] public string ASID { 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(6)")] public string BILLTYPE { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string BLFRT { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string BLISSUESTATUS { get; set; } /// /// 业务编号 /// [JsonProperty, Column(DbType = "varchar(100)")] public string BSNO { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? CBM { get; set; } = 0M; [JsonProperty, Column(DbType = "smalldatetime")] public DateTime? CLOSINGDATE { 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(50)")] 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(30)")] public string CUSTNO { 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 = "smalldatetime")] public DateTime? ETA { get; set; } [JsonProperty, Column(DbType = "smalldatetime")] public DateTime? ETD { 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 = "varchar(10)")] public string INPUTBY { 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, Column(DbType = "numeric(18,3)")] public decimal? KGS { get; set; } = 0M; [JsonProperty, Column(DbType = "varchar(20)")] public string KINDPKGS { get; set; } [JsonProperty, Column(DbType = "varchar(600)")] public string MARKS { 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(50)")] 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(300)")] public string ORDERCONTENT { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string ORDERCORP { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string PAYABLEAT { get; set; } [JsonProperty] public int? PKGS { get; set; } = 0; [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(5)")] public string PLACERECEIPTID { 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(300)")] public string REMARKS { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string SERVICE { get; set; } [JsonProperty, Column(DbType = "varchar(600)")] public string SHIPPER { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] 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 TEMPLATE { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string TOTALNO { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] public string VESSEL { get; set; } [JsonProperty, Column(DbType = "varchar(12)")] public string VOYNO { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string YARD { get; set; } } }