so_saleinvoice_b.cs 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. using SqlSugar;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace HH.YiDaSyncNC.Dtos.NC
  8. {
  9. [SugarTable("so_saleinvoice_b")]
  10. public class so_saleinvoice_b
  11. {
  12. public so_saleinvoice_b()
  13. {
  14. }
  15. /// <summary>
  16. /// Desc:
  17. /// Default:
  18. /// Nullable:False
  19. /// </summary>
  20. [SugarColumn(IsPrimaryKey = true)]
  21. public string csaleinvoicebid { get; set; }
  22. public string csaleinvoiceid { get; set; }
  23. public string vbdef1 { get; set; } = "~";
  24. public string vbdef10 { get; set; } = "~";
  25. public string vbdef11 { get; set; } = "~";
  26. public string vbdef12 { get; set; } = "~";
  27. public string vbdef13 { get; set; } = "~";
  28. public string vbdef14 { get; set; } = "~";
  29. public string vbdef15 { get; set; } = "~";
  30. public string vbdef16 { get; set; } = "~";
  31. public string vbdef17 { get; set; } = "~";
  32. public string vbdef18 { get; set; } = "~";
  33. public string vbdef19 { get; set; } = "~";
  34. public string vbdef2 { get; set; } = "~";
  35. public string vbdef20 { get; set; } = "~";
  36. public string vbdef3 { get; set; } = "~";
  37. public string vbdef4 { get; set; } = "~";
  38. public string vbdef5 { get; set; } = "~";
  39. public string vbdef6 { get; set; } = "~";
  40. public string vbdef7 { get; set; } = "~";
  41. public string vbdef8 { get; set; } = "~";
  42. public string vbdef9 { get; set; } = "~";
  43. }
  44. }