SlmOrdDesignMscPlPcEntity.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  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. /// <summary>
  9. /// 数据库表SLM_ORD_DESIGN_MSC_PL_PC所对应的实体类(生成工具:代码生成工具2.4)
  10. /// 作者:Chenxi-PC 时间:2015-06-18
  11. /// </summary>
  12. public class SlmOrdDesignMscPlPcEntity
  13. {
  14. /// <summary>
  15. /// DESGIN_KEY
  16. /// </summary>
  17. private object desginKey;
  18. /// <summary>
  19. /// ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)
  20. /// </summary>
  21. private object ordLnDlyPk;
  22. /// <summary>
  23. /// 全程产线号(COM_MSC_BACKLOG)
  24. /// </summary>
  25. private object mscPline;
  26. /// <summary>
  27. /// 交货结束日期/最迟交货日期
  28. /// </summary>
  29. private object delvryEdate;
  30. /// <summary>
  31. /// 交货量
  32. /// </summary>
  33. private object delvryQty;
  34. /// <summary>
  35. /// 订货计量单位(支、吨、米)
  36. /// </summary>
  37. private object orderUnit;
  38. /// <summary>
  39. /// 收货单位编码
  40. /// </summary>
  41. private object receivNo;
  42. /// <summary>
  43. /// 收货单位名称
  44. /// </summary>
  45. private object receivNm;
  46. /// <summary>
  47. /// 推荐交货期
  48. /// </summary>
  49. private object rcmdDelvryEdate;
  50. /// <summary>
  51. /// 生产周期(以Day为单位)
  52. /// </summary>
  53. private object prdCyc;
  54. /// <summary>
  55. /// 生产周期(批量)
  56. /// </summary>
  57. private object prdCycBtch;
  58. /// <summary>
  59. /// 是否新物料(0:否;1:是)
  60. /// </summary>
  61. private object nMaterialFl;
  62. /// <summary>
  63. /// 周期修正(以Day为单位,在新物料时维护)
  64. /// </summary>
  65. private object cycEdit;
  66. /// <summary>
  67. /// 创建人
  68. /// </summary>
  69. private object createName;
  70. /// <summary>
  71. /// 创建时间
  72. /// </summary>
  73. private object createTime;
  74. /// <summary>
  75. /// 修改人
  76. /// </summary>
  77. private object updateName;
  78. /// <summary>
  79. /// 修改时间
  80. /// </summary>
  81. private object updateTime;
  82. public SlmOrdDesignMscPlPcEntity()
  83. {
  84. desginKey = "";
  85. ordLnDlyPk = "";
  86. mscPline = "";
  87. delvryEdate = "";
  88. delvryQty = "";
  89. orderUnit = "";
  90. receivNo = "";
  91. receivNm = "";
  92. rcmdDelvryEdate = "";
  93. prdCyc = "";
  94. prdCycBtch = "";
  95. nMaterialFl = "";
  96. cycEdit = "";
  97. createName = "";
  98. createTime = "";
  99. updateName = "";
  100. updateTime = "";
  101. }
  102. /// <summary>
  103. /// DESGIN_KEY
  104. /// </summary>
  105. [Description("DESGIN_KEY")]
  106. public object DesginKey
  107. {
  108. get { return desginKey; }
  109. set
  110. {
  111. if (value == null)
  112. {
  113. desginKey = DBNull.Value;
  114. }
  115. else
  116. {
  117. desginKey = value;
  118. }
  119. }
  120. }
  121. /// <summary>
  122. /// ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)
  123. /// </summary>
  124. [Description("ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)")]
  125. public object OrdLnDlyPk
  126. {
  127. get { return ordLnDlyPk; }
  128. set
  129. {
  130. if (value == null)
  131. {
  132. ordLnDlyPk = DBNull.Value;
  133. }
  134. else
  135. {
  136. ordLnDlyPk = value;
  137. }
  138. }
  139. }
  140. /// <summary>
  141. /// 全程产线号(COM_MSC_BACKLOG)
  142. /// </summary>
  143. [Description("全程产线号(COM_MSC_BACKLOG)")]
  144. public object MscPline
  145. {
  146. get { return mscPline; }
  147. set
  148. {
  149. if (value == null)
  150. {
  151. mscPline = DBNull.Value;
  152. }
  153. else
  154. {
  155. mscPline = value;
  156. }
  157. }
  158. }
  159. /// <summary>
  160. /// 交货结束日期/最迟交货日期
  161. /// </summary>
  162. [Description("交货期")]
  163. public object DelvryEdate
  164. {
  165. get { return delvryEdate; }
  166. set
  167. {
  168. if (value == null)
  169. {
  170. delvryEdate = DBNull.Value;
  171. }
  172. else
  173. {
  174. delvryEdate = value;
  175. }
  176. }
  177. }
  178. /// <summary>
  179. /// 交货量
  180. /// </summary>
  181. [Description("交货量")]
  182. public object DelvryQty
  183. {
  184. get { return delvryQty; }
  185. set
  186. {
  187. if (value == null)
  188. {
  189. delvryQty = DBNull.Value;
  190. }
  191. else
  192. {
  193. delvryQty = value;
  194. }
  195. }
  196. }
  197. /// <summary>
  198. /// 订货计量单位(支、吨、米)
  199. /// </summary>
  200. [Description("单位")]
  201. public object OrderUnit
  202. {
  203. get { return orderUnit; }
  204. set
  205. {
  206. if (value == null)
  207. {
  208. orderUnit = DBNull.Value;
  209. }
  210. else
  211. {
  212. orderUnit = value;
  213. }
  214. }
  215. }
  216. /// <summary>
  217. /// 收货单位编码
  218. /// </summary>
  219. [Description("收货单位编码")]
  220. public object ReceivNo
  221. {
  222. get { return receivNo; }
  223. set
  224. {
  225. if (value == null)
  226. {
  227. receivNo = DBNull.Value;
  228. }
  229. else
  230. {
  231. receivNo = value;
  232. }
  233. }
  234. }
  235. /// <summary>
  236. /// 收货单位名称
  237. /// </summary>
  238. [Description("收货单位名称")]
  239. public object ReceivNm
  240. {
  241. get { return receivNm; }
  242. set
  243. {
  244. if (value == null)
  245. {
  246. receivNm = DBNull.Value;
  247. }
  248. else
  249. {
  250. receivNm = value;
  251. }
  252. }
  253. }
  254. /// <summary>
  255. /// 推荐交货期
  256. /// </summary>
  257. [Description("推荐交货期")]
  258. public object RcmdDelvryEdate
  259. {
  260. get { return rcmdDelvryEdate; }
  261. set
  262. {
  263. if (value == null)
  264. {
  265. rcmdDelvryEdate = DBNull.Value;
  266. }
  267. else
  268. {
  269. rcmdDelvryEdate = value;
  270. }
  271. }
  272. }
  273. /// <summary>
  274. /// 生产周期(以Day为单位)
  275. /// </summary>
  276. [Description("最小生产周期")]
  277. public object PrdCyc
  278. {
  279. get { return prdCyc; }
  280. set
  281. {
  282. if (value == null)
  283. {
  284. prdCyc = DBNull.Value;
  285. }
  286. else
  287. {
  288. prdCyc = value;
  289. }
  290. }
  291. }
  292. /// <summary>
  293. /// 生产周期(批量)
  294. /// </summary>
  295. [Description("最大生产周期")]
  296. public object PrdCycBtch
  297. {
  298. get { return prdCycBtch; }
  299. set
  300. {
  301. if (value == null)
  302. {
  303. prdCycBtch = DBNull.Value;
  304. }
  305. else
  306. {
  307. prdCycBtch = value;
  308. }
  309. }
  310. }
  311. /// <summary>
  312. /// 是否新物料(0:否;1:是)
  313. /// </summary>
  314. [Description("是否新物料(0:否;1:是)")]
  315. public object NMaterialFl
  316. {
  317. get { return nMaterialFl; }
  318. set
  319. {
  320. if (value == null)
  321. {
  322. nMaterialFl = DBNull.Value;
  323. }
  324. else
  325. {
  326. nMaterialFl = value;
  327. }
  328. }
  329. }
  330. /// <summary>
  331. /// 周期修正(以Day为单位,在新物料时维护)
  332. /// </summary>
  333. [Description("周期修正")]
  334. public object CycEdit
  335. {
  336. get { return cycEdit; }
  337. set
  338. {
  339. if (value == null)
  340. {
  341. cycEdit = DBNull.Value;
  342. }
  343. else
  344. {
  345. cycEdit = value;
  346. }
  347. }
  348. }
  349. /// <summary>
  350. /// 创建人
  351. /// </summary>
  352. [Description("创建人")]
  353. public object CreateName
  354. {
  355. get { return createName; }
  356. set
  357. {
  358. if (value == null)
  359. {
  360. createName = DBNull.Value;
  361. }
  362. else
  363. {
  364. createName = value;
  365. }
  366. }
  367. }
  368. /// <summary>
  369. /// 创建时间
  370. /// </summary>
  371. [Description("创建时间")]
  372. public object CreateTime
  373. {
  374. get { return createTime; }
  375. set
  376. {
  377. if (value == null)
  378. {
  379. createTime = DBNull.Value;
  380. }
  381. else
  382. {
  383. createTime = value;
  384. }
  385. }
  386. }
  387. /// <summary>
  388. /// 修改人
  389. /// </summary>
  390. [Description("修改人")]
  391. public object UpdateName
  392. {
  393. get { return updateName; }
  394. set
  395. {
  396. if (value == null)
  397. {
  398. updateName = DBNull.Value;
  399. }
  400. else
  401. {
  402. updateName = value;
  403. }
  404. }
  405. }
  406. /// <summary>
  407. /// 修改时间
  408. /// </summary>
  409. [Description("修改时间")]
  410. public object UpdateTime
  411. {
  412. get { return updateTime; }
  413. set
  414. {
  415. if (value == null)
  416. {
  417. updateTime = DBNull.Value;
  418. }
  419. else
  420. {
  421. updateTime = value;
  422. }
  423. }
  424. }
  425. }
  426. }