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_blissue_bs", DisableSyncStructure = true)] public partial class VOpBlissueBs { [JsonProperty, Column(DbType = "varchar(7)")] 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, Column(DbType = "varchar(20)")] public string BLFRT { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string BLISSUESTATUS { get; set; } [JsonProperty, Column(DbType = "varchar(8)")] public string BLTYPE { get; set; } [JsonProperty, Column(DbType = "varchar(1)", IsNullable = false)] public string BOOKNO { get; set; } [JsonProperty, Column(DbType = "varchar(1)", IsNullable = false)] public string BSCUSTOMNO { get; set; } [JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)] 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 = "varchar(8)", IsNullable = false)] public string BSTYPE { 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 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(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] public DateTime? CUSTOMDATE { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string CUSTOMERNAME { get; set; } [JsonProperty, Column(DbType = "varchar(1024)", IsNullable = false)] public string CUSTOMNO { get; set; } [JsonProperty] public short? CUSTOMSNUM { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string CUSTSERVICE { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string DOC { get; set; } [JsonProperty, Column(DbType = "varchar(1)", IsNullable = false)] public string ENTERP { get; set; } [JsonProperty, Column(DbType = "varchar(19)")] public string ETA { get; set; } [JsonProperty, Column(DbType = "varchar(19)")] public string ETD { get; set; } [JsonProperty, Column(DbType = "numeric(18,4)")] public decimal? FEEKGS { get; set; } [JsonProperty] public bool? 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(30)")] public string HBLNO { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] 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, Column(DbType = "numeric(18,4)")] public decimal? KGS { 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 = "numeric(18,4)")] public decimal? NETWEIGHT { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string NUMBERPLATE { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] 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(7)", IsNullable = false)] public string OPLB { get; set; } [JsonProperty, Column(DbType = "varchar(8)", IsNullable = false)] public string OPLBNAME { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string ORDERNO { 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(4000)")] 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(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 TRADETYPE { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] public string VESSEL { get; set; } [JsonProperty, Column(DbType = "varchar(12)")] public string VOYNO { get; set; } } }