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_MultipleBusinessReportALL", DisableSyncStructure = true)] public partial class VWMultipleBusinessReportALL { [JsonProperty, Column(DbType = "varchar(7)")] public string ACCDATE { 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)", IsNullable = false)] public string BSNO { get; set; } [JsonProperty] public bool? BSSTATUS { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string CARRIER { 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(4000)")] public string CNTRTOTAL { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string CONSIGNEEID { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? CRTTL { 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, Column(DbType = "varchar(10)")] public string CUSTSERVICE { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] public string DESTINATION { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? DRTTL { get; set; } [JsonProperty] public DateTime? ETA { get; set; } [JsonProperty] public DateTime? ETD { get; set; } [JsonProperty] public bool? FEESTATUS { 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 = "varchar(10)")] public string INPUTBY { get; set; } [JsonProperty, Column(DbType = "varchar(12)")] public string ISSUETYPE { 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(30)")] public string MBLNO { get; set; } [JsonProperty, Column(DbType = "varchar(600)")] public string MEASUREMENT { get; set; } [JsonProperty, Column(DbType = "varchar(150)")] public string NAME { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string NOTIFYPARTYID { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string OP { get; set; } [JsonProperty] public int? OTCNTR { get; set; } [JsonProperty] public int? PKGS { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] public string PORTDISCHARGE { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] public string PORTLOAD { get; set; } [JsonProperty, Column(DbType = "varchar(12)")] public string PROFITRATE { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? RMBCR { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? RMBDR { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? RMBPROFIT { 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(20)")] public string SHIPPERID { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? STLCRRMB { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? STLCRTTL { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? STLCRUSD { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? STLDRRMB { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? STLDRTTL { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? STLDRUSD { get; set; } [JsonProperty] public int? TEU { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string TRUCKER { get; set; } [JsonProperty, Column(DbType = "decimal(18,3)")] public decimal? TTLPROFIT { get; set; } [JsonProperty, Column(DbType = "numeric(19,3)")] public decimal? UNSTLCRRMB { get; set; } [JsonProperty, Column(DbType = "numeric(19,3)")] public decimal? UNSTLCRTTL { get; set; } [JsonProperty, Column(DbType = "numeric(19,3)")] public decimal? UNSTLCRUSD { get; set; } [JsonProperty, Column(DbType = "numeric(19,3)")] public decimal? UNSTLDRRMB { get; set; } [JsonProperty, Column(DbType = "numeric(19,3)")] public decimal? UNSTLDRTTL { get; set; } [JsonProperty, Column(DbType = "numeric(19,3)")] public decimal? UNSTLDRUSD { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? USDCR { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? USDDR { get; set; } [JsonProperty, Column(DbType = "numeric(18,3)")] public decimal? USDPROFIT { 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; } } }