CraftOrdDesignMscPlPrcEntity.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Linq;
  5. using System.Text;
  6. using Core.Mes.Client.Comm.Attribute;
  7. namespace Core.StlMes.Client.SaleOrder
  8. {
  9. /// <summary>
  10. /// 数据库表SLM_ORD_DESIGN_MSC_PL_PRC所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:Chenxi-PC2 时间:2015-09-16
  12. /// </summary>
  13. public class CraftOrdDesignMscPlPrcEntity
  14. {
  15. /// <summary>
  16. /// DESGIN_KEY
  17. /// </summary>
  18. private string desginKey = "";
  19. /// <summary>
  20. /// 全程产线号(COM_MSC_BACKLOG)
  21. /// </summary>
  22. private string mscPline = "";
  23. /// <summary>
  24. /// 全程途径码
  25. /// </summary>
  26. private string wholeBacklog = "";
  27. /// <summary>
  28. /// 全程途径描述
  29. /// </summary>
  30. private string wholeBacklogDesc = "";
  31. /// <summary>
  32. /// 全程工序顺序号(COM_MSC_PROCESS)
  33. /// </summary>
  34. private decimal? backlogSeq = null;
  35. /// <summary>
  36. /// 工序代码(COM_MSC_PROCESS)
  37. /// </summary>
  38. private string processCode = "";
  39. /// <summary>
  40. /// 工序名称(COM_MSC_PROCESS)
  41. /// </summary>
  42. private string processDesc = "";
  43. /// <summary>
  44. /// 同工序循环次数(COM_MSC_PROCESS)
  45. /// </summary>
  46. private decimal? processSeq = null;
  47. /// <summary>
  48. /// 二级工序代码(COM_MSC_PROCESS)
  49. /// </summary>
  50. private string processCodeC = "";
  51. /// <summary>
  52. /// 二级工序名称(COM_MSC_PROCESS)
  53. /// </summary>
  54. private string processDescC = "";
  55. /// <summary>
  56. /// 生产时间(小时/100吨)(自炼)
  57. /// </summary>
  58. private decimal? minuteProduct = null;
  59. /// <summary>
  60. /// 生产时间(小时/100吨)(外购)
  61. /// </summary>
  62. private decimal? minuteProductOut = null;
  63. /// <summary>
  64. /// 等待时间(小时/100吨)(自炼)
  65. /// </summary>
  66. private decimal? minuteWaite = null;
  67. /// <summary>
  68. /// 等待时间(小时/100吨)(外购)
  69. /// </summary>
  70. private decimal? minuteWaiteOut = null;
  71. /// <summary>
  72. /// 批量等待时间(小时/100吨)(自炼)
  73. /// </summary>
  74. private decimal? batchWaite = null;
  75. /// <summary>
  76. /// 批量等待时间(小时/100吨)(外购)
  77. /// </summary>
  78. private decimal? batchWaiteOut = null;
  79. /// <summary>
  80. /// 成分标准索引号(CICN000001)(COM_MSC_PROCESS)(集合,","分割)
  81. /// </summary>
  82. private string cic = "";
  83. /// <summary>
  84. /// 材质标准索引号(COM_MSC_PROCESS)
  85. /// </summary>
  86. private string pic = "";
  87. /// <summary>
  88. /// 公差标准索引号(COM_MSC_PROCESS)
  89. /// </summary>
  90. private string sic = "";
  91. /// <summary>
  92. /// 探伤索引号(COM_MSC_PROCESS)
  93. /// </summary>
  94. private string dic = "";
  95. /// <summary>
  96. /// 水压索引码(COM_MSC_PROCESS)
  97. /// </summary>
  98. private string wic = "";
  99. /// <summary>
  100. /// 内控加工索引号(COM_MSC_PROCESS)(集合,","分割)
  101. /// </summary>
  102. private string gic = "";
  103. /// <summary>
  104. /// DESGIN_KEY
  105. /// </summary>
  106. [Description("DESGIN_KEY")]
  107. [Nullable(false)]
  108. [DataLength(40)]
  109. public string DesginKey
  110. {
  111. get { return desginKey; }
  112. set { desginKey = value; }
  113. }
  114. /// <summary>
  115. /// 全程产线号(COM_MSC_BACKLOG)
  116. /// </summary>
  117. [Description("全程产线号")]
  118. [Nullable(false)]
  119. [DataLength(6)]
  120. public string MscPline
  121. {
  122. get { return mscPline; }
  123. set { mscPline = value; }
  124. }
  125. /// <summary>
  126. /// 全程途径码
  127. /// </summary>
  128. [Description("全程途径码")]
  129. [Nullable(false)]
  130. [DataLength(100)]
  131. public string WholeBacklog
  132. {
  133. get { return wholeBacklog; }
  134. set { wholeBacklog = value; }
  135. }
  136. /// <summary>
  137. /// 全程途径描述
  138. /// </summary>
  139. [Description("全程途径描述")]
  140. [Nullable(false)]
  141. [DataLength(500)]
  142. public string WholeBacklogDesc
  143. {
  144. get { return wholeBacklogDesc; }
  145. set { wholeBacklogDesc = value; }
  146. }
  147. /// <summary>
  148. /// 全程工序顺序号(COM_MSC_PROCESS)
  149. /// </summary>
  150. [Description("全程工序顺序号")]
  151. [Nullable(false)]
  152. [DataLength(22)]
  153. public decimal? BacklogSeq
  154. {
  155. get { return backlogSeq; }
  156. set { backlogSeq = value; }
  157. }
  158. /// <summary>
  159. /// 工序代码(COM_MSC_PROCESS)
  160. /// </summary>
  161. [Description("工序代码")]
  162. [Nullable(false)]
  163. [DataLength(8)]
  164. public string ProcessCode
  165. {
  166. get { return processCode; }
  167. set { processCode = value; }
  168. }
  169. /// <summary>
  170. /// 工序名称(COM_MSC_PROCESS)
  171. /// </summary>
  172. [Description("工序名称")]
  173. [Nullable(false)]
  174. [DataLength(50)]
  175. public string ProcessDesc
  176. {
  177. get { return processDesc; }
  178. set { processDesc = value; }
  179. }
  180. /// <summary>
  181. /// 同工序循环次数(COM_MSC_PROCESS)
  182. /// </summary>
  183. [Description("同工序循环次数")]
  184. [Nullable(true)]
  185. [DataLength(22)]
  186. public decimal? ProcessSeq
  187. {
  188. get { return processSeq; }
  189. set { processSeq = value; }
  190. }
  191. /// <summary>
  192. /// 二级工序代码(COM_MSC_PROCESS)
  193. /// </summary>
  194. [Description("二级工序代码")]
  195. [Nullable(true)]
  196. [DataLength(8)]
  197. public string ProcessCodeC
  198. {
  199. get { return processCodeC; }
  200. set { processCodeC = value; }
  201. }
  202. /// <summary>
  203. /// 二级工序名称(COM_MSC_PROCESS)
  204. /// </summary>
  205. [Description("二级工序名称")]
  206. [Nullable(true)]
  207. [DataLength(50)]
  208. public string ProcessDescC
  209. {
  210. get { return processDescC; }
  211. set { processDescC = value; }
  212. }
  213. /// <summary>
  214. /// 生产时间(小时/100吨)(自炼)
  215. /// </summary>
  216. [Description("生产时间")]
  217. [Nullable(true)]
  218. [DataLength(8)]
  219. public decimal? MinuteProduct
  220. {
  221. get { return minuteProduct; }
  222. set { minuteProduct = value; }
  223. }
  224. /// <summary>
  225. /// 生产时间(小时/100吨)(外购)
  226. /// </summary>
  227. [Description("生产时间")]
  228. [Nullable(true)]
  229. [DataLength(8)]
  230. public decimal? MinuteProductOut
  231. {
  232. get { return minuteProductOut; }
  233. set { minuteProductOut = value; }
  234. }
  235. /// <summary>
  236. /// 等待时间(小时/100吨)(自炼)
  237. /// </summary>
  238. [Description("等待时间")]
  239. [Nullable(true)]
  240. [DataLength(8)]
  241. public decimal? MinuteWaite
  242. {
  243. get { return minuteWaite; }
  244. set { minuteWaite = value; }
  245. }
  246. /// <summary>
  247. /// 等待时间(小时/100吨)(外购)
  248. /// </summary>
  249. [Description("等待时间")]
  250. [Nullable(true)]
  251. [DataLength(8)]
  252. public decimal? MinuteWaiteOut
  253. {
  254. get { return minuteWaiteOut; }
  255. set { minuteWaiteOut = value; }
  256. }
  257. /// <summary>
  258. /// 批量等待时间(小时/100吨)(自炼)
  259. /// </summary>
  260. [Description("批量等待时间")]
  261. [Nullable(true)]
  262. [DataLength(8)]
  263. public decimal? BatchWaite
  264. {
  265. get { return batchWaite; }
  266. set { batchWaite = value; }
  267. }
  268. /// <summary>
  269. /// 批量等待时间(小时/100吨)(外购)
  270. /// </summary>
  271. [Description("批量等待时间")]
  272. [Nullable(true)]
  273. [DataLength(8)]
  274. public decimal? BatchWaiteOut
  275. {
  276. get { return batchWaiteOut; }
  277. set { batchWaiteOut = value; }
  278. }
  279. /// <summary>
  280. /// 成分标准索引号(CICN000001)(COM_MSC_PROCESS)(集合,","分割)
  281. /// </summary>
  282. [Description("成分标准索引号(CICN000001)(COM_MSC_PROCESS)(集合,\",\"分割)")]
  283. [Nullable(true)]
  284. [DataLength(400)]
  285. public string Cic
  286. {
  287. get { return cic; }
  288. set { cic = value; }
  289. }
  290. /// <summary>
  291. /// 材质标准索引号(COM_MSC_PROCESS)
  292. /// </summary>
  293. [Description("材质标准索引号(COM_MSC_PROCESS)")]
  294. [Nullable(true)]
  295. [DataLength(400)]
  296. public string Pic
  297. {
  298. get { return pic; }
  299. set { pic = value; }
  300. }
  301. /// <summary>
  302. /// 公差标准索引号(COM_MSC_PROCESS)
  303. /// </summary>
  304. [Description("公差标准索引号(COM_MSC_PROCESS)")]
  305. [Nullable(true)]
  306. [DataLength(400)]
  307. public string Sic
  308. {
  309. get { return sic; }
  310. set { sic = value; }
  311. }
  312. /// <summary>
  313. /// 探伤索引号(COM_MSC_PROCESS)
  314. /// </summary>
  315. [Description("探伤索引号(COM_MSC_PROCESS)")]
  316. [Nullable(true)]
  317. [DataLength(400)]
  318. public string Dic
  319. {
  320. get { return dic; }
  321. set { dic = value; }
  322. }
  323. /// <summary>
  324. /// 水压索引码(COM_MSC_PROCESS)
  325. /// </summary>
  326. [Description("水压索引码(COM_MSC_PROCESS)")]
  327. [Nullable(true)]
  328. [DataLength(400)]
  329. public string Wic
  330. {
  331. get { return wic; }
  332. set { wic = value; }
  333. }
  334. /// <summary>
  335. /// 内控加工索引号(COM_MSC_PROCESS)(集合,","分割)
  336. /// </summary>
  337. [Description("内控加工索引号(COM_MSC_PROCESS)(集合,\",\"分割)")]
  338. [Nullable(true)]
  339. [DataLength(400)]
  340. public string Gic
  341. {
  342. get { return gic; }
  343. set { gic = value; }
  344. }
  345. }
  346. }