using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HH.YiDaSyncNC.Dtos.NC { [SugarTable("so_saleinvoice_b")] public class so_saleinvoice_b { public so_saleinvoice_b() { } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey = true)] public string csaleinvoicebid { get; set; } public string csaleinvoiceid { 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 vbdef3 { get; set; } = "~"; public string vbdef4 { 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; } = "~"; } }