JGInformationEntity.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Linq;
  5. using System.Text;
  6. namespace Core.StlMes.Client.PlnSaleOrd.报表.entity
  7. {
  8. public class JGInformationEntity
  9. {
  10. private string ordLnDlyPk;
  11. [Description("交货行PK")]
  12. public string OrdLnDlyPk
  13. {
  14. get { return ordLnDlyPk; }
  15. set { ordLnDlyPk = value; }
  16. }
  17. private string jgOrderno;
  18. [Description("接箍合同号")]
  19. public string JgOrderno
  20. {
  21. get { return jgOrderno; }
  22. set { jgOrderno = value; }
  23. }
  24. private string orderNoSeq;
  25. [Description("合同行号")]
  26. public string OrderNoSeq
  27. {
  28. get { return orderNoSeq; }
  29. set { orderNoSeq = value; }
  30. }
  31. private string specJgDesc;
  32. [Description("接箍规格")]
  33. public string SpecJgDesc
  34. {
  35. get { return specJgDesc; }
  36. set { specJgDesc = value; }
  37. }
  38. private string modelDesc;
  39. [Description("接箍扣型")]
  40. public string ModelDesc
  41. {
  42. get { return modelDesc; }
  43. set { modelDesc = value; }
  44. }
  45. private decimal? numJg;
  46. [Description("接箍个数")]
  47. public decimal? NumJg
  48. {
  49. get { return numJg; }
  50. set { numJg = value; }
  51. }
  52. private string buyerName;
  53. [Description("客户名称")]
  54. public string BuyerName
  55. {
  56. get { return buyerName; }
  57. set { buyerName = value; }
  58. }
  59. private string finalUserDesc;
  60. [Description("最终用户")]
  61. public string FinalUserDesc
  62. {
  63. get { return finalUserDesc; }
  64. set { finalUserDesc = value; }
  65. }
  66. private string jgorderstatus;
  67. [Description("接箍合同状态")]
  68. public string Jgorderstatus
  69. {
  70. get { return jgorderstatus; }
  71. set { jgorderstatus = value; }
  72. }
  73. private string proPlanId;
  74. [Description("接箍订单号")]
  75. public string ProPlanId
  76. {
  77. get { return proPlanId; }
  78. set { proPlanId = value; }
  79. }
  80. private string prdcrNo;
  81. [Description("监制编号")]
  82. public string PrdcrNo
  83. {
  84. get { return prdcrNo; }
  85. set { prdcrNo = value; }
  86. }
  87. private string prdcrDescOrd;
  88. [Description("管体监制要求")]
  89. public string PrdcrDescOrd
  90. {
  91. get { return prdcrDescOrd; }
  92. set { prdcrDescOrd = value; }
  93. }
  94. private string prdcrDescJg;
  95. [Description("接箍监制要求")]
  96. public string PrdcrDescJg
  97. {
  98. get { return prdcrDescJg; }
  99. set { prdcrDescJg = value; }
  100. }
  101. private string prdcrDescJgl;
  102. [Description("接箍料监制要求")]
  103. public string PrdcrDescJgl
  104. {
  105. get { return prdcrDescJgl; }
  106. set { prdcrDescJgl = value; }
  107. }
  108. private string blWlDesc;
  109. [Description("接箍料物料描述")]
  110. public string BlWlDesc
  111. {
  112. get { return blWlDesc; }
  113. set { blWlDesc = value; }
  114. }
  115. private decimal? minD;
  116. [Description("接箍料外径")]
  117. public decimal? MinD
  118. {
  119. get { return minD; }
  120. set { minD = value; }
  121. }
  122. private decimal? minH;
  123. [Description("接箍料壁厚")]
  124. public decimal? MinH
  125. {
  126. get { return minH; }
  127. set { minH = value; }
  128. }
  129. private decimal? aimlengthBl;
  130. [Description("接箍料目标长度")]
  131. public decimal? AimlengthBl
  132. {
  133. get { return aimlengthBl; }
  134. set { aimlengthBl = value; }
  135. }
  136. private decimal? planNum;
  137. [Description("接箍订单个数")]
  138. public decimal? PlanNum
  139. {
  140. get { return planNum; }
  141. set { planNum = value; }
  142. }
  143. private decimal? matchnum;
  144. [Description("接箍订单接箍利库个")]
  145. public decimal? Matchnum
  146. {
  147. get { return matchnum; }
  148. set { matchnum = value; }
  149. }
  150. private decimal? jgwtBlreq;
  151. [Description("已做备料接箍个")]
  152. public decimal? JgwtBlreq
  153. {
  154. get { return jgwtBlreq; }
  155. set { jgwtBlreq = value; }
  156. }
  157. private string planstatusGxM;
  158. [Description("接箍订单状态")]
  159. public string PlanstatusGxM
  160. {
  161. get { return planstatusGxM; }
  162. set { planstatusGxM = value; }
  163. }
  164. private string reqBlId;
  165. [Description("备料需求号")]
  166. public string ReqBlId
  167. {
  168. get { return reqBlId; }
  169. set { reqBlId = value; }
  170. }
  171. private string codeJgBl;
  172. [Description("备料码")]
  173. public string CodeJgBl
  174. {
  175. get { return codeJgBl; }
  176. set { codeJgBl = value; }
  177. }
  178. private string steelcode;
  179. [Description("备料钢级编号")]
  180. public string Steelcode
  181. {
  182. get { return steelcode; }
  183. set { steelcode = value; }
  184. }
  185. private string steelname;
  186. [Description("备料钢级")]
  187. public string Steelname
  188. {
  189. get { return steelname; }
  190. set { steelname = value; }
  191. }
  192. private decimal? outdiameter;
  193. [Description("备料外径")]
  194. public decimal? Outdiameter
  195. {
  196. get { return outdiameter; }
  197. set { outdiameter = value; }
  198. }
  199. private decimal? wallthick;
  200. [Description("备料壁厚")]
  201. public decimal? Wallthick
  202. {
  203. get { return wallthick; }
  204. set { wallthick = value; }
  205. }
  206. private decimal? aimlength;
  207. [Description("备料长度")]
  208. public decimal? Aimlength
  209. {
  210. get { return aimlength; }
  211. set { aimlength = value; }
  212. }
  213. private decimal? jgblReqWeight;
  214. [Description("备料需求重量")]
  215. public decimal? JgblReqWeight
  216. {
  217. get { return jgblReqWeight; }
  218. set { jgblReqWeight = value; }
  219. }
  220. private decimal? jgblReqNum;
  221. [Description("备料需求支数")]
  222. public decimal? JgblReqNum
  223. {
  224. get { return jgblReqNum; }
  225. set { jgblReqNum = value; }
  226. }
  227. private string planstatusBl;
  228. [Description("备料需求状态")]
  229. public string PlanstatusBl
  230. {
  231. get { return planstatusBl; }
  232. set { planstatusBl = value; }
  233. }
  234. private string producname;
  235. [Description("合同品名")]
  236. public string Producname
  237. {
  238. get { return producname; }
  239. set { producname = value; }
  240. }
  241. private string stdName;
  242. [Description("合同标准")]
  243. public string StdName
  244. {
  245. get { return stdName; }
  246. set { stdName = value; }
  247. }
  248. private string stdStyleDesc;
  249. [Description("合同标准类别")]
  250. public string StdStyleDesc
  251. {
  252. get { return stdStyleDesc; }
  253. set { stdStyleDesc = value; }
  254. }
  255. private string ordSteelname;
  256. [Description("合同钢级")]
  257. public string OrdSteelname
  258. {
  259. get { return ordSteelname; }
  260. set { ordSteelname = value; }
  261. }
  262. private string specName;
  263. [Description("合同规格")]
  264. public string SpecName
  265. {
  266. get { return specName; }
  267. set { specName = value; }
  268. }
  269. private string ordModelDesc;
  270. [Description("合同扣型")]
  271. public string OrdModelDesc
  272. {
  273. get { return ordModelDesc; }
  274. set { ordModelDesc = value; }
  275. }
  276. private decimal? orderQty;
  277. [Description("合同订货量")]
  278. public decimal? OrderQty
  279. {
  280. get { return orderQty; }
  281. set { orderQty = value; }
  282. }
  283. private string orderUnit;
  284. [Description("合同订货单位")]
  285. public string OrderUnit
  286. {
  287. get { return orderUnit; }
  288. set { orderUnit = value; }
  289. }
  290. private decimal? orderweight;
  291. [Description("合同估算量")]
  292. public decimal? Orderweight
  293. {
  294. get { return orderweight; }
  295. set { orderweight = value; }
  296. }
  297. private decimal? ordernum;
  298. [Description("合同估算支数")]
  299. public decimal? Ordernum
  300. {
  301. get { return ordernum; }
  302. set { ordernum = value; }
  303. }
  304. private string planstatusOrd;
  305. [Description("合同状态")]
  306. public string PlanstatusOrd
  307. {
  308. get { return planstatusOrd; }
  309. set { planstatusOrd = value; }
  310. }
  311. private string proPlanIdS = "";
  312. [Description("接箍排产订单")]
  313. public string ProPlanIdS
  314. {
  315. get { return proPlanIdS; }
  316. set { proPlanIdS = value; }
  317. }
  318. private string codeJg = "";
  319. [Description("接箍码")]
  320. public string CodeJg
  321. {
  322. get { return codeJg; }
  323. set { codeJg = value; }
  324. }
  325. }
  326. }