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 = "v_op_bs", DisableSyncStructure = true)] public partial class VOpBs { [JsonProperty, Column(DbType = "varchar(12)")] public string ACCDATE { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string AGENTID { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string APPLYNO { get; set; } [JsonProperty] public int BillFeeStatus { 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(20)")] public string BLTYPE { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string BOOKNO { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string BSCUSTOMNO { 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 int? BSSTATUS { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string BSTYPE { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string CARRIER { get; set; } [JsonProperty, Column(DbType = "numeric(20,4)")] public decimal? CBM { 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 CNTRSEALNO { get; set; } [JsonProperty, Column(DbType = "varchar(4000)")] public string CNTRTOTAL { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string CONTRACTNO { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string CORPID { get; set; } [JsonProperty] public DateTime? CREATETIME { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string CUSTNO { get; set; } [JsonProperty] public DateTime? CUSTOMDATE { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string CUSTOMERNAME { get; set; } [JsonProperty, Column(DbType = "varchar(1024)")] public string CUSTOMNO { get; set; } [JsonProperty] public int? CUSTOMSNUM { 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 = "varchar(60)")] public string DESTINATIONID { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string DOC { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] public string ENTERP { get; set; } [JsonProperty, Column(DbType = "varchar(19)")] public string ETA { get; set; } [JsonProperty] public DateTime? ETD { get; set; } [JsonProperty, Column(DbType = "numeric(20,4)")] public decimal? FEEKGS { get; set; } [JsonProperty] public int? FEESTATUS { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string FORWARDER { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string GOODSNAME { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string HBLNO { get; set; } [JsonProperty, Column(DbType = "varchar(150)")] public string INPUTBY { get; set; } [JsonProperty] public DateTime? INSPECTIONDATE { get; set; } [JsonProperty, Column(DbType = "varchar(1024)")] public string INSPECTIONNO { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string INVNO { get; set; } [JsonProperty] public int? ISCANCEL { get; set; } [JsonProperty, Column(DbType = "varchar(1)")] public string ISPRINTPR { get; set; } [JsonProperty, Column(DbType = "varchar(12)")] public string ISSUETYPE { get; set; } [JsonProperty] public bool? ISVOU { get; set; } [JsonProperty, Column(DbType = "numeric(20,4)")] public decimal? KGS { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string LANE { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string MBLNO { get; set; } [JsonProperty, Column(DbType = "numeric(20,4)")] public decimal? NETWEIGHT { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string NUMBERPLATE { get; set; } [JsonProperty, Column(DbType = "varchar(150)")] public string OP { get; set; } [JsonProperty] public DateTime? OPDATE { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string OPERATOR { get; set; } [JsonProperty, Column(DbType = "varchar(14)", IsNullable = false)] public string OPLB { get; set; } [JsonProperty, Column(DbType = "varchar(10)", IsNullable = false)] public string OPLBNAME { get; set; } [JsonProperty, Column(DbType = "varchar(101)")] public string ORDERNO { get; set; } [JsonProperty] public int? OTCNTR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? PKGS { 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(100)")] public string PORTLOAD { get; set; } [JsonProperty, Column(DbType = "varchar(4000)")] public string REMARK { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string SALE { 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(30)")] public string SERVICECONTRACTNO { get; set; } [JsonProperty, Column(DbType = "varchar(12)")] public string STLDATE { get; set; } [JsonProperty, Column(DbType = "varchar(30)")] public string STLNAME { get; set; } [JsonProperty] public int? TEU { 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(100)")] public string VESSEL { get; set; } [JsonProperty, Column(DbType = "varchar(12)")] public string VOUNO { get; set; } [JsonProperty, Column(DbType = "varchar(50)")] public string VOYNO { get; set; } } }