YdmZcBillCTEntity.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.ComponentModel;
  6. namespace Core.StlMes.Client.PipeLeaveFactory.YdmObject
  7. {
  8. public class YdmZcBillCTEntity
  9. {
  10. private string billNo;
  11. [Description("提单号")]
  12. public string BillNo
  13. {
  14. get { return billNo; }
  15. set { billNo = value; }
  16. }
  17. private string orderSeqNo;
  18. [Description("合同号")]
  19. public string OrderSeqNo
  20. {
  21. get { return orderSeqNo; }
  22. set { orderSeqNo = value; }
  23. }
  24. private string orderNo;
  25. [Description("合同头号")]
  26. public string OrderNo
  27. {
  28. get { return orderNo; }
  29. set { orderNo = value; }
  30. }
  31. private string orderSeq;
  32. [Description("合同行号")]
  33. public string OrderSeq
  34. {
  35. get { return orderSeq; }
  36. set { orderSeq = value; }
  37. }
  38. private string deliveryNo;
  39. [Description("交货行号")]
  40. public string DeliveryNo
  41. {
  42. get { return deliveryNo; }
  43. set { deliveryNo = value; }
  44. }
  45. private string ordPk;
  46. [Description("合同主键")]
  47. public string OrdPk
  48. {
  49. get { return ordPk; }
  50. set { ordPk = value; }
  51. }
  52. private string ordLnPk;
  53. [Description("合同行主键")]
  54. public string OrdLnPk
  55. {
  56. get { return ordLnPk; }
  57. set { ordLnPk = value; }
  58. }
  59. private string ordLnDlyPk;
  60. [Description("交货行主键")]
  61. public string OrdLnDlyPk
  62. {
  63. get { return ordLnDlyPk; }
  64. set { ordLnDlyPk = value; }
  65. }
  66. private string judgeStoveNo;
  67. [Description("炉号")]
  68. public string JudgeStoveNo
  69. {
  70. get { return judgeStoveNo; }
  71. set { judgeStoveNo = value; }
  72. }
  73. private string batchNo;
  74. [Description("批号")]
  75. public string BatchNo
  76. {
  77. get { return batchNo; }
  78. set { batchNo = value; }
  79. }
  80. private string groupNo;
  81. [Description("组号")]
  82. public string GroupNo
  83. {
  84. get { return groupNo; }
  85. set { groupNo = value; }
  86. }
  87. private string produccode;
  88. [Description("品名代码")]
  89. public string Produccode
  90. {
  91. get { return produccode; }
  92. set { produccode = value; }
  93. }
  94. private string producname;
  95. [Description("品名")]
  96. public string Producname
  97. {
  98. get { return producname; }
  99. set { producname = value; }
  100. }
  101. private string steelcode;
  102. [Description("钢级代码")]
  103. public string Steelcode
  104. {
  105. get { return steelcode; }
  106. set { steelcode = value; }
  107. }
  108. private string steelname;
  109. [Description("钢级牌号")]
  110. public string Steelname
  111. {
  112. get { return steelname; }
  113. set { steelname = value; }
  114. }
  115. private string stdCode;
  116. [Description("标准代码")]
  117. public string StdCode
  118. {
  119. get { return stdCode; }
  120. set { stdCode = value; }
  121. }
  122. private string stdName;
  123. [Description("标准名称")]
  124. public string StdName
  125. {
  126. get { return stdName; }
  127. set { stdName = value; }
  128. }
  129. private string stdStyle;
  130. [Description("标准类别代码")]
  131. public string StdStyle
  132. {
  133. get { return stdStyle; }
  134. set { stdStyle = value; }
  135. }
  136. private string stdStyleDesc;
  137. [Description("标准类别")]
  138. public string StdStyleDesc
  139. {
  140. get { return stdStyleDesc; }
  141. set { stdStyleDesc = value; }
  142. }
  143. private string modelCode;
  144. [Description("扣型代码")]
  145. public string ModelCode
  146. {
  147. get { return modelCode; }
  148. set { modelCode = value; }
  149. }
  150. private string modelDesc;
  151. [Description("扣型")]
  152. public string ModelDesc
  153. {
  154. get { return modelDesc; }
  155. set { modelDesc = value; }
  156. }
  157. private string specCode;
  158. [Description("规格代码")]
  159. public string SpecCode
  160. {
  161. get { return specCode; }
  162. set { specCode = value; }
  163. }
  164. private string specName;
  165. [Description("产品规格")]
  166. public string SpecName
  167. {
  168. get { return specName; }
  169. set { specName = value; }
  170. }
  171. private string actLenMin;
  172. [Description("下限")]
  173. public string ActLenMin
  174. {
  175. get { return actLenMin; }
  176. set { actLenMin = value; }
  177. }
  178. private string actLenMax;
  179. [Description("上限")]
  180. public string ActLenMax
  181. {
  182. get { return actLenMax; }
  183. set { actLenMax = value; }
  184. }
  185. private string actCount;
  186. [Description("支")]
  187. public string ActCount
  188. {
  189. get { return actCount; }
  190. set { actCount = value; }
  191. }
  192. private string actWeight;
  193. [Description("吨")]
  194. public string ActWeight
  195. {
  196. get { return actWeight; }
  197. set { actWeight = value; }
  198. }
  199. private string actCountLoad;
  200. [Description("支")]
  201. public string ActCountLoad
  202. {
  203. get { return actCountLoad; }
  204. set { actCountLoad = value; }
  205. }
  206. private string actWeightLoad;
  207. [Description("吨")]
  208. public string ActWeightLoad
  209. {
  210. get { return actWeightLoad; }
  211. set { actWeightLoad = value; }
  212. }
  213. private string actCountKc;
  214. [Description("支")]
  215. public string ActCountKc
  216. {
  217. get { return actCountKc; }
  218. set { actCountKc = value; }
  219. }
  220. private string actWeightKc;
  221. [Description("吨")]
  222. public string ActWeightKc
  223. {
  224. get { return actWeightKc; }
  225. set { actWeightKc = value; }
  226. }
  227. private string actCountSd;
  228. [Description("支")]
  229. public string ActCountSd
  230. {
  231. get { return actCountSd; }
  232. set { actCountSd = value; }
  233. }
  234. private string actWeightSd;
  235. [Description("吨")]
  236. public string ActWeightSd
  237. {
  238. get { return actWeightSd; }
  239. set { actWeightSd = value; }
  240. }
  241. private string actCountZy;
  242. [Description("支")]
  243. public string ActCountZy
  244. {
  245. get { return actCountZy; }
  246. set { actCountZy = value; }
  247. }
  248. private string actWeightZy;
  249. [Description("吨")]
  250. public string ActWeightZy
  251. {
  252. get { return actWeightZy; }
  253. set { actWeightZy = value; }
  254. }
  255. private string actCountHc;
  256. [Description("支")]
  257. public string ActCountHc
  258. {
  259. get { return actCountHc; }
  260. set { actCountHc = value; }
  261. }
  262. private string actWeighHc;
  263. [Description("吨")]
  264. public string ActWeighHc
  265. {
  266. get { return actWeighHc; }
  267. set { actWeighHc = value; }
  268. }
  269. }
  270. }