so_saleorder_b.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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_saleorder_b")]
  10. public class so_saleorder_b
  11. {
  12. public so_saleorder_b()
  13. {
  14. }
  15. /// <summary>
  16. /// Desc:
  17. /// Default:
  18. /// Nullable:False
  19. /// </summary>
  20. [SugarColumn(IsPrimaryKey = true)]
  21. public string csaleorderbid { get; set; }
  22. public string barrangedflag { get; set; } = "~";
  23. public string bbarsettleflag { get; set; } = "~";
  24. public string bbcostsettleflag { get; set; } = "~";
  25. public string bbindflag { get; set; } = "~";
  26. public string bbinvoicendflag { get; set; } = "~";
  27. public string bboutendflag { get; set; } = "~";
  28. public string bbsendendflag { get; set; } = "~";
  29. public string bdiscountflag { get; set; } = "~";
  30. public string bjczxsflag { get; set; } = "~";
  31. public string blaborflag { get; set; } = "~";
  32. public string blargessflag { get; set; } = "~";
  33. public string blrgcashflag { get; set; } = "~";
  34. public string btriatradeflag { get; set; } = "~";
  35. public string carorgid { get; set; } = "~";
  36. public string carorgvid { get; set; } = "~";
  37. public string carrangepersonid { get; set; } = "~";
  38. public string castunitid { get; set; } = "~";
  39. public string cbindsrcid { get; set; } = "~";
  40. public string cbuylargessactid { get; set; } = "~";
  41. public string cbuylargessid { get; set; } = "~";
  42. public string cbuypromottypeid { get; set; } = "~";
  43. public string cctmanagebid { get; set; } = "~";
  44. public string cctmanageid { get; set; } = "~";
  45. public string ccurrencyid { get; set; } = "~";
  46. public string ccustmaterialid { get; set; } = "~";
  47. public string cexchangesrcretid { get; set; } = "~";
  48. public string cfactoryid { get; set; } = "~";
  49. public string cfirstbid { get; set; } = "~";
  50. public string cfirstid { get; set; } = "~";
  51. public string clargesssrcid { get; set; } = "~";
  52. public string cmaterialid { get; set; } = "~";
  53. public string cmaterialvid { get; set; } = "~";
  54. public string cmffileid { get; set; } = "~";
  55. public string corigareaid { get; set; } = "~";
  56. public string corigcountryid { get; set; } = "~";
  57. public string cprcpromottypeid { get; set; } = "~";
  58. public string cpriceformid { get; set; } = "~";
  59. public string cpriceitemid { get; set; } = "~";
  60. public string cpriceitemtableid { get; set; } = "~";
  61. public string cpricepolicyid { get; set; } = "~";
  62. public string cpricepromtactid { get; set; } = "~";
  63. public string cprodlineid { get; set; } = "~";
  64. public string cproductorid { get; set; } = "~";
  65. public string cprofitcenterid { get; set; } = "~";
  66. public string cprofitcentervid { get; set; } = "~";
  67. public string cprojectid { get; set; } = "~";
  68. public string cpromotpriceid { get; set; } = "~";
  69. public string cqtunitid { get; set; } = "~";
  70. public string cqualitylevelid { get; set; } = "~";
  71. public string crececountryid { get; set; } = "~";
  72. public string creceiveadddocid { get; set; } = "~";
  73. public string creceiveaddrid { get; set; } = "~";
  74. public string creceiveareaid { get; set; } = "~";
  75. public string creceivecustid { get; set; } = "~";
  76. public string cretpolicyid { get; set; } = "~";
  77. public string cretreasonid { get; set; } = "~";
  78. public string crowno { get; set; } = "~";
  79. public string csaleorderid { get; set; } = "~";
  80. public string csendcountryid { get; set; } = "~";
  81. public string csendstockorgid { get; set; } = "~";
  82. public string csendstockorgvid { get; set; } = "~";
  83. public string csendstordocid { get; set; } = "~";
  84. public string csettleorgid { get; set; } = "~";
  85. public string csettleorgvid { get; set; } = "~";
  86. public string csprofitcenterid { get; set; } = "~";
  87. public string csprofitcentervid { get; set; } = "~";
  88. public string csrcbid { get; set; } = "~";
  89. public string csrcid { get; set; } = "~";
  90. public string ctaxcodeid { get; set; } = "~";
  91. public string ctaxcountryid { get; set; } = "~";
  92. public string ctrafficorgid { get; set; } = "~";
  93. public string ctrafficorgvid { get; set; } = "~";
  94. public string cunitid { get; set; } = "~";
  95. public string cvendorid { get; set; } = "~";
  96. public string dbilldate { get; set; } = "~";
  97. public Int16? dr { get; set; } = 0;
  98. public string dreceivedate { get; set; } = "~";
  99. public string dsenddate { get; set; } = "~";
  100. public int? fbuysellflag { get; set; }
  101. public int? flargesstypeflag { get; set; }
  102. public int? fretexchange { get; set; } = 0;
  103. public int? frowstatus { get; set; } = 1;
  104. public int? ftaxtypeflag { get; set; }
  105. public decimal? naccprice { get; set; }
  106. public decimal? naskqtorignetprice { get; set; }
  107. public decimal? naskqtorigprice { get; set; }
  108. public decimal? naskqtorigtaxprc { get; set; }
  109. public decimal? naskqtorigtxntprc { get; set; }
  110. public decimal? nastnum { get; set; }
  111. public decimal? ncaltaxmny { get; set; }
  112. public decimal? ndiscount { get; set; }
  113. public decimal? ndiscountrate { get; set; }
  114. public decimal? nexchangerate { get; set; }
  115. public decimal? nglobalexchgrate { get; set; }
  116. public decimal? nglobalmny { get; set; }
  117. public decimal? nglobaltaxmny { get; set; }
  118. public decimal? ngroupexchgrate { get; set; }
  119. public decimal? ngroupmny { get; set; }
  120. public decimal? ngrouptaxmny { get; set; }
  121. public decimal? nitemdiscountrate { get; set; }
  122. public decimal? nlargessmny { get; set; }
  123. public decimal? nlargesstaxmny { get; set; }
  124. public decimal? nmffileprice { get; set; }
  125. public decimal? nmny { get; set; }
  126. public decimal? nnetprice { get; set; }
  127. public decimal? nnum { get; set; }
  128. public decimal? norigdiscount { get; set; }
  129. public decimal? norigmny { get; set; }
  130. public decimal? norignetprice { get; set; }
  131. public decimal? norigprice { get; set; }
  132. public decimal? norigtaxmny { get; set; }
  133. public decimal? norigtaxnetprice { get; set; }
  134. public decimal? norigtaxprice { get; set; }
  135. public decimal? npiece { get; set; }
  136. public decimal? nprice { get; set; }
  137. public decimal? nqtnetprice { get; set; }
  138. public decimal? nqtorignetprice { get; set; }
  139. public decimal? nqtorigprice { get; set; }
  140. public decimal? nqtorigtaxnetprc { get; set; }
  141. public decimal? nqtorigtaxprice { get; set; }
  142. public decimal? nqtprice { get; set; }
  143. public decimal? nqttaxnetprice { get; set; }
  144. public decimal? nqttaxprice { get; set; }
  145. public decimal? nqtunitnum { get; set; }
  146. public decimal? ntax { get; set; }
  147. public decimal? ntaxmny { get; set; }
  148. public decimal? ntaxnetprice { get; set; }
  149. public decimal? ntaxprice { get; set; }
  150. public decimal? ntaxrate { get; set; }
  151. public decimal? nvolume { get; set; }
  152. public decimal? nweight { get; set; }
  153. public string pk_batchcode { get; set; } = "~";
  154. public string pk_group { get; set; } = "~";
  155. public string pk_org { get; set; } = "~";
  156. public string tlastarrangetime { get; set; }
  157. public string ts { get; set; }
  158. public string vbatchcode { get; set; }
  159. public string vbdef1 { get; set; } = "~";
  160. public string vbdef10 { get; set; } = "~";
  161. public string vbdef11 { get; set; } = "~";
  162. public string vbdef12 { get; set; } = "~";
  163. public string vbdef13 { get; set; } = "~";
  164. public string vbdef14 { get; set; } = "~";
  165. public string vbdef15 { get; set; } = "~";
  166. public string vbdef16 { get; set; } = "~";
  167. public string vbdef17 { get; set; } = "~";
  168. public string vbdef18 { get; set; } = "~";
  169. public string vbdef19 { get; set; } = "~";
  170. public string vbdef2 { get; set; } = "~";
  171. public string vbdef20 { get; set; } = "~";
  172. public string vbdef3 { get; set; } = "~";
  173. public string vbdef4 { get; set; } = "~";
  174. public string vbdef5 { get; set; } = "~";
  175. public string vbdef6 { get; set; } = "~";
  176. public string vbdef7 { get; set; } = "~";
  177. public string vbdef8 { get; set; } = "~";
  178. public string vbdef9 { get; set; } = "~";
  179. public string vbrevisereason { get; set; }
  180. public string vchangerate { get; set; } = "~";
  181. public string vclosereason { get; set; }
  182. public string vctcode { get; set; }
  183. public string vcustombillcode { get; set; }
  184. public string vfirstcode { get; set; }
  185. public string vfirstrowno { get; set; } = "~";
  186. public string vfirsttrantype { get; set; } = "~";
  187. public string vfirsttype { get; set; } = "~";
  188. public string vfree1 { get; set; } = "~";
  189. public string vfree10 { get; set; } = "~";
  190. public string vfree2 { get; set; } = "~";
  191. public string vfree3 { get; set; } = "~";
  192. public string vfree4 { get; set; } = "~";
  193. public string vfree5 { get; set; } = "~";
  194. public string vfree6 { get; set; } = "~";
  195. public string vfree7 { get; set; } = "~";
  196. public string vfree8 { get; set; } = "~";
  197. public string vfree9 { get; set; } = "~";
  198. public string vqtunitrate { get; set; } = "~";
  199. public string vreturnmode { get; set; }
  200. public string vrownote { get; set; } = "~";
  201. public string vsrccode { get; set; }
  202. public string vsrcrowno { get; set; } = "~";
  203. public string vsrctrantype { get; set; } = "~";
  204. public string vsrctype { get; set; } = "~";
  205. }
  206. }