GspOutDT.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace CoreEntity.Entity
  5. {
  6. [Serializable]
  7. public class GspOutDT
  8. {
  9. private int _billno;
  10. private int _billsn;
  11. private string _entid;
  12. private int _billsort;
  13. private string _goodsid;
  14. private int _gspresults;
  15. private string _angleid;
  16. private string _appearance;
  17. private string _packdesc;
  18. private string _secacceptid;
  19. private string _acceptdate;
  20. private decimal _checknum;
  21. private string _standard;
  22. private string _situation;
  23. private string _opinion;
  24. private string _groupop;
  25. private string _deptop;
  26. private string _factory;
  27. private string _importregno;
  28. private int _rfbillno;
  29. private int _rfbillsn;
  30. private string _rfbillcode;
  31. private string _remark;
  32. private string _checkcode;
  33. private string _packid;
  34. private string _unit;
  35. private int _meas;
  36. private decimal _basenum;
  37. private decimal _num;
  38. private string _rfruleid;
  39. private string _isunqa;
  40. private string _isrefused;
  41. private string _ownerid;
  42. private string _whorgid;
  43. private string _whid;
  44. private string _locatid;
  45. private string _isreview;
  46. private string _isdone;
  47. private string _isdouchk;
  48. private string _StaffName;
  49. private string _OppContact;
  50. private string _Contact;
  51. private string _GoodsName;
  52. private string _ApprovalNo;
  53. private string _PK;
  54. public GspOutDT()
  55. {
  56. }
  57. public int BillNo
  58. {
  59. get { return _billno; }
  60. set { _billno = value; }
  61. }
  62. public int BillSn
  63. {
  64. get { return _billsn; }
  65. set { _billsn = value; }
  66. }
  67. public string EntId
  68. {
  69. get { return _entid; }
  70. set { _entid = value; }
  71. }
  72. public int BillSort
  73. {
  74. get { return _billsort; }
  75. set { _billsort = value; }
  76. }
  77. public string GoodsId
  78. {
  79. get { return _goodsid; }
  80. set { _goodsid = value; }
  81. }
  82. public int GSPResults
  83. {
  84. get { return _gspresults; }
  85. set { _gspresults = value; }
  86. }
  87. public string AngleId
  88. {
  89. get { return _angleid; }
  90. set { _angleid = value; }
  91. }
  92. public string Appearance
  93. {
  94. get { return _appearance; }
  95. set { _appearance = value; }
  96. }
  97. public string PackDesc
  98. {
  99. get { return _packdesc; }
  100. set { _packdesc = value; }
  101. }
  102. public string SecAcceptId
  103. {
  104. get { return _secacceptid; }
  105. set { _secacceptid = value; }
  106. }
  107. public string AcceptDate
  108. {
  109. get { return _acceptdate; }
  110. set { _acceptdate = value; }
  111. }
  112. public decimal CheckNum
  113. {
  114. get { return _checknum; }
  115. set { _checknum = value; }
  116. }
  117. public string Standard
  118. {
  119. get { return _standard; }
  120. set { _standard = value; }
  121. }
  122. public string Situation
  123. {
  124. get { return _situation; }
  125. set { _situation = value; }
  126. }
  127. public string Opinion
  128. {
  129. get { return _opinion; }
  130. set { _opinion = value; }
  131. }
  132. public string GroupOp
  133. {
  134. get { return _groupop; }
  135. set { _groupop = value; }
  136. }
  137. public string DeptOp
  138. {
  139. get { return _deptop; }
  140. set { _deptop = value; }
  141. }
  142. public string Factory
  143. {
  144. get { return _factory; }
  145. set { _factory = value; }
  146. }
  147. public string ImportRegNo
  148. {
  149. get { return _importregno; }
  150. set { _importregno = value; }
  151. }
  152. public int RfBillNo
  153. {
  154. get { return _rfbillno; }
  155. set { _rfbillno = value; }
  156. }
  157. public int RfBillSn
  158. {
  159. get { return _rfbillsn; }
  160. set { _rfbillsn = value; }
  161. }
  162. public string RfBillCode
  163. {
  164. get { return _rfbillcode; }
  165. set { _rfbillcode = value; }
  166. }
  167. public string Remark
  168. {
  169. get { return _remark; }
  170. set { _remark = value; }
  171. }
  172. public string CheckCode
  173. {
  174. get { return _checkcode; }
  175. set { _checkcode = value; }
  176. }
  177. public string PackId
  178. {
  179. get { return _packid; }
  180. set { _packid = value; }
  181. }
  182. public string unit
  183. {
  184. get { return _unit; }
  185. set { _unit = value; }
  186. }
  187. public int Meas
  188. {
  189. get { return _meas; }
  190. set { _meas = value; }
  191. }
  192. public decimal BaseNum
  193. {
  194. get { return _basenum; }
  195. set { _basenum = value; }
  196. }
  197. public decimal Num
  198. {
  199. get { return _num; }
  200. set { _num = value; }
  201. }
  202. public string RfRuleId
  203. {
  204. get { return _rfruleid; }
  205. set { _rfruleid = value; }
  206. }
  207. public string IsUnqa
  208. {
  209. get { return _isunqa; }
  210. set { _isunqa = value; }
  211. }
  212. public string IsRefused
  213. {
  214. get { return _isrefused; }
  215. set { _isrefused = value; }
  216. }
  217. public string OwnerId
  218. {
  219. get { return _ownerid; }
  220. set { _ownerid = value; }
  221. }
  222. public string WHOrgId
  223. {
  224. get { return _whorgid; }
  225. set { _whorgid = value; }
  226. }
  227. public string WHId
  228. {
  229. get { return _whid; }
  230. set { _whid = value; }
  231. }
  232. public string LocatId
  233. {
  234. get { return _locatid; }
  235. set { _locatid = value; }
  236. }
  237. public string IsReview
  238. {
  239. get { return _isreview; }
  240. set { _isreview = value; }
  241. }
  242. public string IsDone
  243. {
  244. get { return _isdone; }
  245. set { _isdone = value; }
  246. }
  247. public string IsDouChk
  248. {
  249. get { return _isdouchk; }
  250. set { _isdouchk = value; }
  251. }
  252. public string StaffName { get => _StaffName; set => _StaffName = value; }
  253. public string OppContact { get => _OppContact; set => _OppContact = value; }
  254. public string Contact { get => _Contact; set => _Contact = value; }
  255. public string GoodsName { get => _GoodsName; set => _GoodsName = value; }
  256. public string ApprovalNo { get => _ApprovalNo; set => _ApprovalNo = value; }
  257. public string PK { get => _PK; set => _PK = value; }
  258. }
  259. }