MatZcMEntity.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  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.SaleOrder
  7. {
  8. class MatZcMEntity
  9. {
  10. private String modelCode;
  11. [Description("扣型代码")]
  12. public String ModelCode
  13. {
  14. get { return modelCode; }
  15. set { modelCode = value; }
  16. }
  17. private String modelDesc;
  18. [Description("扣型")]
  19. public String ModelDesc
  20. {
  21. get { return modelDesc; }
  22. set { modelDesc = value; }
  23. }
  24. private String stdStyle;
  25. [Description("标准类别代码")]
  26. public String StdStyle
  27. {
  28. get { return stdStyle; }
  29. set { stdStyle = value; }
  30. }
  31. private String stdStyleDesc;
  32. [Description("标准类别")]
  33. public String StdStyleDesc
  34. {
  35. get { return stdStyleDesc; }
  36. set { stdStyleDesc = value; }
  37. }
  38. private String belongCode;
  39. [Description("销售组织代码")]
  40. public String BelongCode
  41. {
  42. get { return belongCode; }
  43. set { belongCode = value; }
  44. }
  45. private String belongName;
  46. [Description("销售组织")]
  47. public String BelongName
  48. {
  49. get { return belongName; }
  50. set { belongName = value; }
  51. }
  52. private String judgeStoveNo;
  53. [Description("炉号")]
  54. public String JudgeStoveNo
  55. {
  56. get { return judgeStoveNo; }
  57. set { judgeStoveNo = value; }
  58. }
  59. private String batchNo;
  60. [Description("批号")]
  61. public String BatchNo
  62. {
  63. get { return batchNo; }
  64. set { batchNo = value; }
  65. }
  66. private String batchGroudNo;
  67. [Description("组号")]
  68. public String BatchGroudNo
  69. {
  70. get { return batchGroudNo; }
  71. set { batchGroudNo = value; }
  72. }
  73. private String productFlag;
  74. [Description("材料类别")]
  75. public String ProductFlag
  76. {
  77. get { return productFlag; }
  78. set { productFlag = value; }
  79. }
  80. private String matStatus;
  81. [Description("材料状态")]
  82. public String MatStatus
  83. {
  84. get { return matStatus; }
  85. set { matStatus = value; }
  86. }
  87. private String specCode;
  88. [Description("规格代码")]
  89. public String SpecCode
  90. {
  91. get { return specCode; }
  92. set { specCode = value; }
  93. }
  94. private String specName;
  95. [Description("规格")]
  96. public String SpecName
  97. {
  98. get { return specName; }
  99. set { specName = value; }
  100. }
  101. private String actDimater;
  102. [Description("外径")]
  103. public String ActDimater
  104. {
  105. get { return actDimater; }
  106. set { actDimater = value; }
  107. }
  108. private String actHeight;
  109. [Description("壁厚")]
  110. public String ActHeight
  111. {
  112. get { return actHeight; }
  113. set { actHeight = value; }
  114. }
  115. private String actLenMin;
  116. [Description("下限")]
  117. public String ActLenMin
  118. {
  119. get { return actLenMin; }
  120. set { actLenMin = value; }
  121. }
  122. private String actLenMax;
  123. [Description("上限")]
  124. public String ActLenMax
  125. {
  126. get { return actLenMax; }
  127. set { actLenMax = value; }
  128. }
  129. private String produccode;
  130. [Description("品名代码")]
  131. public String Produccode
  132. {
  133. get { return produccode; }
  134. set { produccode = value; }
  135. }
  136. private String producname;
  137. [Description("品名")]
  138. public String Producname
  139. {
  140. get { return producname; }
  141. set { producname = value; }
  142. }
  143. private String materialNo;
  144. [Description("物料编码")]
  145. public String MaterialNo
  146. {
  147. get { return materialNo; }
  148. set { materialNo = value; }
  149. }
  150. private String materialName;
  151. [Description("物料")]
  152. public String MaterialName
  153. {
  154. get { return materialName; }
  155. set { materialName = value; }
  156. }
  157. private String steelcode;
  158. [Description("钢级牌号代码")]
  159. public String Steelcode
  160. {
  161. get { return steelcode; }
  162. set { steelcode = value; }
  163. }
  164. private String steelname;
  165. [Description("钢级")]
  166. public String Steelname
  167. {
  168. get { return steelname; }
  169. set { steelname = value; }
  170. }
  171. private String stdCode;
  172. [Description("标准代码")]
  173. public String StdCode
  174. {
  175. get { return stdCode; }
  176. set { stdCode = value; }
  177. }
  178. private String stdName;
  179. [Description("标准名称")]
  180. public String StdName
  181. {
  182. get { return stdName; }
  183. set { stdName = value; }
  184. }
  185. private String orderNo;
  186. [Description("合同号")]
  187. public String OrderNo
  188. {
  189. get { return orderNo; }
  190. set { orderNo = value; }
  191. }
  192. private String orderSeq;
  193. [Description("合同行")]
  194. public String OrderSeq
  195. {
  196. get { return orderSeq; }
  197. set { orderSeq = value; }
  198. }
  199. private String orderSeqNo;
  200. [Description("交货行")]
  201. public String OrderSeqNo
  202. {
  203. get { return orderSeqNo; }
  204. set { orderSeqNo = value; }
  205. }
  206. private String ordPk;
  207. [Description("合同主键")]
  208. public String OrdPk
  209. {
  210. get { return ordPk; }
  211. set { ordPk = value; }
  212. }
  213. private String ordLnPk;
  214. [Description("合同行主键")]
  215. public String OrdLnPk
  216. {
  217. get { return ordLnPk; }
  218. set { ordLnPk = value; }
  219. }
  220. private String ordLnDlyPk;
  221. [Description("交货行主键")]
  222. public String OrdLnDlyPk
  223. {
  224. get { return ordLnDlyPk; }
  225. set { ordLnDlyPk = value; }
  226. }
  227. private String proOrderNo;
  228. [Description("生产合同号")]
  229. public String ProOrderNo
  230. {
  231. get { return proOrderNo; }
  232. set { proOrderNo = value; }
  233. }
  234. private String proOrderId;
  235. [Description("生产订单号")]
  236. public String ProOrderId
  237. {
  238. get { return proOrderId; }
  239. set { proOrderId = value; }
  240. }
  241. private String instockTime;
  242. [Description("入库时间")]
  243. public String InstockTime
  244. {
  245. get { return instockTime; }
  246. set { instockTime = value; }
  247. }
  248. private String storageNo;
  249. [Description("仓库号编码")]
  250. public String StorageNo
  251. {
  252. get { return storageNo; }
  253. set { storageNo = value; }
  254. }
  255. private String storageName;
  256. [Description("仓库名称")]
  257. public String StorageName
  258. {
  259. get { return storageName; }
  260. set { storageName = value; }
  261. }
  262. private double? actLen;
  263. [Description("长度")]
  264. public double? ActLen
  265. {
  266. get { return actLen; }
  267. set { actLen = value; }
  268. }
  269. private double? actCount;
  270. [Description("支数")]
  271. public double? ActCount
  272. {
  273. get { return actCount; }
  274. set { actCount = value; }
  275. }
  276. private double? lkactCount;
  277. [Description("利库支数")]
  278. public double? LkactCount
  279. {
  280. get { return lkactCount; }
  281. set { lkactCount = value; }
  282. }
  283. private double? actWeight;
  284. [Description("实重(t)")]
  285. public double? ActWeight
  286. {
  287. get { return actWeight; }
  288. set { actWeight = value; }
  289. }
  290. private double? actTheoryWight;
  291. [Description("理重(t)")]
  292. public double? ActTheoryWight
  293. {
  294. get { return actTheoryWight; }
  295. set { actTheoryWight = value; }
  296. }
  297. private String memo;
  298. [Description("备注")]
  299. public String Memo
  300. {
  301. get { return memo; }
  302. set { memo = value; }
  303. }
  304. private String judgeResultCode;
  305. [Description("综合判定结果代码")]
  306. public String JudgeResultCode
  307. {
  308. get { return judgeResultCode; }
  309. set { judgeResultCode = value; }
  310. }
  311. private String judgeResult;
  312. [Description("综合判定结果")]
  313. public String JudgeResult
  314. {
  315. get { return judgeResult; }
  316. set { judgeResult = value; }
  317. }
  318. private String judgeStdName;
  319. [Description("判定标准")]
  320. public String JudgeStdName
  321. {
  322. get { return judgeStdName; }
  323. set { judgeStdName = value; }
  324. }
  325. /// <summary>
  326. /// 质量封锁标志(0未封锁、2质量封锁)
  327. /// </summary>
  328. private object lockFlag;
  329. /// <summary>
  330. /// 质量封锁标志(0未封锁、2质量封锁)
  331. /// </summary>
  332. [Description("质量封锁标志")]
  333. public object LockFlag
  334. {
  335. get { return lockFlag; }
  336. set
  337. {
  338. if (value == null)
  339. {
  340. lockFlag = DBNull.Value;
  341. }
  342. else
  343. {
  344. lockFlag = value;
  345. }
  346. }
  347. }
  348. /// <summary>
  349. /// 管理封锁标志(0未封锁、1管理封锁)
  350. /// </summary>
  351. private object mngLockFlag;
  352. [Description("管理封锁标志")]
  353. public object MngLockFlag
  354. {
  355. get { return mngLockFlag; }
  356. set
  357. {
  358. if (value == null)
  359. {
  360. mngLockFlag = DBNull.Value;
  361. }
  362. else
  363. {
  364. mngLockFlag = value;
  365. }
  366. }
  367. }
  368. string supplyUnitCode = "";
  369. /// <summary>
  370. /// 制造商代码
  371. /// </summary>
  372. [Description("制造商代码")]
  373. public string SupplyUnitCode
  374. {
  375. get { return supplyUnitCode; }
  376. set { supplyUnitCode = value; }
  377. }
  378. string supplyUnit = "";
  379. /// <summary>
  380. /// 制造商
  381. /// </summary>
  382. [Description("制造商")]
  383. public string SupplyUnit
  384. {
  385. get { return supplyUnit; }
  386. set { supplyUnit = value; }
  387. }
  388. public MatZcMEntity()
  389. {
  390. lockFlag = "";
  391. mngLockFlag = "";
  392. stdStyle = "";
  393. stdStyleDesc = "";
  394. modelCode = "";
  395. modelDesc = "";
  396. belongCode = "";
  397. belongName = "";
  398. judgeStoveNo = "";
  399. batchNo = "";
  400. batchGroudNo = "";
  401. productFlag = "";
  402. matStatus = "";
  403. specCode = "";
  404. specName = "";
  405. actDimater = "";
  406. actHeight = "";
  407. actLenMin = "";
  408. actLenMax = "";
  409. produccode = "";
  410. producname = "";
  411. materialNo = "";
  412. materialName = "";
  413. steelcode = "";
  414. steelname = "";
  415. stdCode = "";
  416. stdName = "";
  417. orderNo = "";
  418. orderSeq = "";
  419. orderSeqNo = "";
  420. ordPk = "";
  421. ordLnPk = "";
  422. ordLnDlyPk = "";
  423. proOrderNo = "";
  424. proOrderId = "";
  425. instockTime = "";
  426. storageNo = "";
  427. actLen = 0;
  428. actCount = 0;
  429. lkactCount = 0;
  430. actWeight = 0;
  431. actTheoryWight = 0;
  432. judgeStdName = "";
  433. }
  434. }
  435. }