PlnBasePlineLgEntity.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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.PlnSaleOrd.炼钢计划.entity
  8. {
  9. /// <summary>
  10. /// 数据库表PLN_BASE_PLINE_LG所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:USER-20150714WV 时间:2016-06-15
  12. /// </summary>
  13. public class PlnBasePlineLgEntity
  14. {
  15. /// <summary>
  16. /// 产线代码
  17. /// </summary>
  18. private string plineCode = "";
  19. /// <summary>
  20. /// 产线描述
  21. /// </summary>
  22. private string plineName = "";
  23. /// <summary>
  24. /// 工序代码
  25. /// </summary>
  26. private string processCode = "";
  27. /// <summary>
  28. /// 工序描述
  29. /// </summary>
  30. private string processDesc = "";
  31. /// <summary>
  32. /// 电炉寿命(炉)
  33. /// </summary>
  34. private decimal? efMaxLife = null;
  35. /// <summary>
  36. /// 标准出钢量
  37. /// </summary>
  38. private decimal? stdOutWt = null;
  39. /// <summary>
  40. /// 电炉留余
  41. /// </summary>
  42. private decimal? efWtLeft = null;
  43. /// <summary>
  44. /// 出钢量上限(前50炉95%)
  45. /// </summary>
  46. private decimal? outWtMax = null;
  47. /// <summary>
  48. /// 出钢量下限
  49. /// </summary>
  50. private decimal? outWtMin = null;
  51. /// <summary>
  52. /// 当前已排炉龄
  53. /// </summary>
  54. private decimal? efAgeNow = null;
  55. /// <summary>
  56. /// 电炉状态重置人
  57. /// </summary>
  58. private string efResetMan = "";
  59. /// <summary>
  60. /// 电炉状态重置时间
  61. /// </summary>
  62. private string efResetTime = "";
  63. /// <summary>
  64. /// 排产简称
  65. /// </summary>
  66. private string scheduleCode = "";
  67. /// <summary>
  68. /// 创建时间
  69. /// </summary>
  70. private string creatTime = "";
  71. /// <summary>
  72. /// 创建人
  73. /// </summary>
  74. private string createName = "";
  75. /// <summary>
  76. /// 产线代码
  77. /// </summary>
  78. [Description("产线代码")]
  79. [Nullable(false)]
  80. [DataLength(20)]
  81. public string PlineCode
  82. {
  83. get { return plineCode; }
  84. set { plineCode = value; }
  85. }
  86. /// <summary>
  87. /// 产线描述
  88. /// </summary>
  89. [Description("产线描述")]
  90. [Nullable(true)]
  91. [DataLength(100)]
  92. public string PlineName
  93. {
  94. get { return plineName; }
  95. set { plineName = value; }
  96. }
  97. /// <summary>
  98. /// 工序代码
  99. /// </summary>
  100. [Description("工序代码")]
  101. [Nullable(true)]
  102. [DataLength(20)]
  103. public string ProcessCode
  104. {
  105. get { return processCode; }
  106. set { processCode = value; }
  107. }
  108. /// <summary>
  109. /// 工序描述
  110. /// </summary>
  111. [Description("工序描述")]
  112. [Nullable(true)]
  113. [DataLength(100)]
  114. public string ProcessDesc
  115. {
  116. get { return processDesc; }
  117. set { processDesc = value; }
  118. }
  119. /// <summary>
  120. /// 电炉寿命(炉)
  121. /// </summary>
  122. [Description("电炉寿命(炉)")]
  123. [Nullable(true)]
  124. [DataLength(6)]
  125. public decimal? EfMaxLife
  126. {
  127. get { return efMaxLife; }
  128. set { efMaxLife = value; }
  129. }
  130. /// <summary>
  131. /// 标准出钢量
  132. /// </summary>
  133. [Description("标准出钢量")]
  134. [Nullable(true)]
  135. [DataLength(6)]
  136. public decimal? StdOutWt
  137. {
  138. get { return stdOutWt; }
  139. set { stdOutWt = value; }
  140. }
  141. /// <summary>
  142. /// 电炉留余
  143. /// </summary>
  144. [Description("电炉留余")]
  145. [Nullable(true)]
  146. [DataLength(6)]
  147. public decimal? EfWtLeft
  148. {
  149. get { return efWtLeft; }
  150. set { efWtLeft = value; }
  151. }
  152. /// <summary>
  153. /// 出钢量上限(前50炉95%)
  154. /// </summary>
  155. [Description("出钢量上限")]
  156. [Nullable(true)]
  157. [DataLength(6)]
  158. public decimal? OutWtMax
  159. {
  160. get { return outWtMax; }
  161. set { outWtMax = value; }
  162. }
  163. /// <summary>
  164. /// 出钢量下限
  165. /// </summary>
  166. [Description("出钢量下限")]
  167. [Nullable(true)]
  168. [DataLength(6)]
  169. public decimal? OutWtMin
  170. {
  171. get { return outWtMin; }
  172. set { outWtMin = value; }
  173. }
  174. /// <summary>
  175. /// 当前已排炉龄
  176. /// </summary>
  177. [Description("当前已排炉龄")]
  178. [Nullable(true)]
  179. [DataLength(6)]
  180. public decimal? EfAgeNow
  181. {
  182. get { return efAgeNow; }
  183. set { efAgeNow = value; }
  184. }
  185. /// <summary>
  186. /// 电炉状态重置人
  187. /// </summary>
  188. [Description("状态重置人")]
  189. [Nullable(true)]
  190. [DataLength(20)]
  191. public string EfResetMan
  192. {
  193. get { return efResetMan; }
  194. set { efResetMan = value; }
  195. }
  196. /// <summary>
  197. /// 电炉状态重置时间
  198. /// </summary>
  199. [Description("状态重置时间")]
  200. [Nullable(true)]
  201. public string EfResetTime
  202. {
  203. get { return efResetTime; }
  204. set { efResetTime = value; }
  205. }
  206. /// <summary>
  207. /// 排产简称
  208. /// </summary>
  209. [Description("排产简称")]
  210. [Nullable(true)]
  211. [DataLength(10)]
  212. public string ScheduleCode
  213. {
  214. get { return scheduleCode; }
  215. set { scheduleCode = value; }
  216. }
  217. /// <summary>
  218. /// 创建时间
  219. /// </summary>
  220. [Description("创建时间")]
  221. [Nullable(true)]
  222. public string CreatTime
  223. {
  224. get { return creatTime; }
  225. set { creatTime = value; }
  226. }
  227. /// <summary>
  228. /// 创建人
  229. /// </summary>
  230. [Description("创建人")]
  231. [Nullable(true)]
  232. [DataLength(20)]
  233. public string CreateName
  234. {
  235. get { return createName; }
  236. set { createName = value; }
  237. }
  238. }
  239. }