using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HH.YiDaSyncNC.Dtos.NC { [SugarTable("po_order_bb")] public class po_order_bb { public po_order_bb() { } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey = true)] public string pk_order_bb { get; set; } public string ccarrier { get; set; } = "~"; public string ccasecode { get; set; } public string clandport { get; set; } = "~"; public string cloadport { get; set; } = "~"; public string cshipline { get; set; } = "~"; public string cshipname { get; set; } public string dbilldate { get; set; } public string dplanarrvdate { get; set; } public string dplanfreightdate { get; set; } public Int16? dr { get; set; } = 0; public int? fonwaystatus { get; set; } = 8; public string isoperated { get; set; } = "N"; public decimal? nmaxhandlenum { get; set; } public decimal? nonwaynum { get; set; } public string pk_group { get; set; } public string pk_order { get; set; } public string pk_order_b { get; set; } public string pk_org { get; set; } public string pk_org_v { get; set; } public string ts { get; set; } public string vbdef1 { get; set; } = "~"; public string vbdef10 { get; set; } = "~"; public string vbdef11 { get; set; } = "~"; public string vbdef12 { get; set; } = "~"; public string vbdef13 { get; set; } = "~"; public string vbdef14 { get; set; } = "~"; public string vbdef15 { get; set; } = "~"; public string vbdef16 { get; set; } = "~"; public string vbdef17 { get; set; } = "~"; public string vbdef18 { get; set; } = "~"; public string vbdef19 { get; set; } = "~"; public string vbdef2 { get; set; } = "~"; public string vbdef20 { get; set; } = "~"; public string vbdef21 { get; set; } = "~"; public string vbdef22 { get; set; } = "~"; public string vbdef23 { get; set; } = "~"; public string vbdef24 { get; set; } = "~"; public string vbdef25 { get; set; } = "~"; public string vbdef26 { get; set; } = "~"; public string vbdef27 { get; set; } = "~"; public string vbdef28 { get; set; } = "~"; public string vbdef29 { get; set; } = "~"; public string vbdef3 { get; set; } = "~"; public string vbdef30 { get; set; } = "~"; public string vbdef31 { get; set; } = "~"; public string vbdef32 { get; set; } = "~"; public string vbdef33 { get; set; } = "~"; public string vbdef34 { get; set; } = "~"; public string vbdef35 { get; set; } = "~"; public string vbdef36 { get; set; } = "~"; public string vbdef37 { get; set; } = "~"; public string vbdef38 { get; set; } = "~"; public string vbdef39 { get; set; } = "~"; public string vbdef4 { get; set; } = "~"; public string vbdef40 { get; set; } = "~"; public string vbdef5 { get; set; } = "~"; public string vbdef6 { get; set; } = "~"; public string vbdef7 { get; set; } = "~"; public string vbdef8 { get; set; } = "~"; public string vbdef9 { get; set; } = "~"; public string vbillcode { get; set; } public string vhdef1 { get; set; } = "~"; public string vhdef10 { get; set; } = "~"; public string vhdef11 { get; set; } = "~"; public string vhdef12 { get; set; } = "~"; public string vhdef13 { get; set; } = "~"; public string vhdef14 { get; set; } = "~"; public string vhdef15 { get; set; } = "~"; public string vhdef16 { get; set; } = "~"; public string vhdef17 { get; set; } = "~"; public string vhdef18 { get; set; } = "~"; public string vhdef19 { get; set; } = "~"; public string vhdef2 { get; set; } = "~"; public string vhdef20 { get; set; } = "~"; public string vhdef21 { get; set; } = "~"; public string vhdef22 { get; set; } = "~"; public string vhdef23 { get; set; } = "~"; public string vhdef24 { get; set; } = "~"; public string vhdef25 { get; set; } = "~"; public string vhdef26 { get; set; } = "~"; public string vhdef27 { get; set; } = "~"; public string vhdef28 { get; set; } = "~"; public string vhdef29 { get; set; } = "~"; public string vhdef3 { get; set; } = "~"; public string vhdef30 { get; set; } = "~"; public string vhdef31 { get; set; } = "~"; public string vhdef32 { get; set; } = "~"; public string vhdef33 { get; set; } = "~"; public string vhdef34 { get; set; } = "~"; public string vhdef35 { get; set; } = "~"; public string vhdef36 { get; set; } = "~"; public string vhdef37 { get; set; } = "~"; public string vhdef38 { get; set; } = "~"; public string vhdef39 { get; set; } = "~"; public string vhdef4 { get; set; } = "~"; public string vhdef40 { get; set; } = "~"; public string vhdef5 { get; set; } = "~"; public string vhdef6 { get; set; } = "~"; public string vhdef7 { get; set; } = "~"; public string vhdef8 { get; set; } = "~"; public string vhdef9 { get; set; } = "~"; public string vvendororderrow { get; set; } } }