MilFurnacesGroupEntity.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. using Core.Mes.Client.Comm.Attribute;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.ComponentModel;
  5. using System.Linq;
  6. using System.Text;
  7. namespace Core.StlMes.Client.ZGMil.Entity
  8. {
  9. /// <summary>
  10. /// 数据库表MIL_FURNACES_GROUP所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:PC-20160918TFRG 时间:2016-12-27
  12. /// </summary>
  13. public class MilFurnacesGroupEntity
  14. {
  15. private List<MilFurnacesReslutDetiaEntity> milFurnacesReslutDetiaEntity = null;
  16. public List<MilFurnacesReslutDetiaEntity> MilFurnacesReslutDetiaEntity
  17. {
  18. get { return milFurnacesReslutDetiaEntity; }
  19. set { milFurnacesReslutDetiaEntity = value; }
  20. }
  21. /// <summary>
  22. /// 组批炉号
  23. /// </summary>
  24. private string zpJudgeStoveNo = "";
  25. /// <summary>
  26. /// 组批批号
  27. /// </summary>
  28. private string zpLotNo = "";
  29. /// <summary>
  30. /// 支数
  31. /// </summary>
  32. private decimal? zpCount = null;
  33. /// <summary>
  34. /// 判定标准
  35. /// </summary>
  36. private string zpStandrad = "";
  37. /// <summary>
  38. /// 组批钢级
  39. /// </summary>
  40. private string zpSteel = "";
  41. /// <summary>
  42. /// 组批钢种
  43. /// </summary>
  44. private string zpGrade = "";
  45. /// <summary>
  46. /// 组批长度
  47. /// </summary>
  48. private decimal? zpLength = null;
  49. /// <summary>
  50. /// 组批重量
  51. /// </summary>
  52. private decimal? zpHeight = null;
  53. /// <summary>
  54. /// 组批长度范围
  55. /// </summary>
  56. private string zpLengthRange = "";
  57. /// <summary>
  58. /// 组批等级
  59. /// </summary>
  60. private decimal? zpLevel = null;
  61. /// <summary>
  62. /// 组批规格
  63. /// </summary>
  64. private string zpSize = "";
  65. /// <summary>
  66. /// 组批时间
  67. /// </summary>
  68. private string zpTime = "";
  69. /// <summary>
  70. /// 备注
  71. /// </summary>
  72. private string remark = "";
  73. /// <summary>
  74. /// 操作人
  75. /// </summary>
  76. private string colUser = "";
  77. /// <summary>
  78. /// 操作班次
  79. /// </summary>
  80. private string colShift = "";
  81. /// <summary>
  82. /// 操作班组
  83. /// </summary>
  84. private string colGroup = "";
  85. /// <summary>
  86. /// 外径
  87. /// </summary>
  88. private decimal? diameter = null;
  89. /// <summary>
  90. /// 壁厚
  91. /// </summary>
  92. private decimal? thickness = null;
  93. /// <summary>
  94. /// 品种
  95. /// </summary>
  96. private string varieties = "";
  97. /// <summary>
  98. /// 厂线代码
  99. /// </summary>
  100. private string plineCode = "";
  101. /// <summary>
  102. /// 机组
  103. /// </summary>
  104. private string plineName = "";
  105. [Description("机组")]
  106. [Nullable(true)]
  107. [DataLength(20)]
  108. public string PlineName
  109. {
  110. get { return plineName; }
  111. set { plineName = value; }
  112. }
  113. /// <summary>
  114. /// 扣型
  115. /// </summary>
  116. private string modelDesc = "";
  117. /// <summary>
  118. /// 操作ID(年月日+5位流水)
  119. /// </summary>
  120. private string operationId = "";
  121. /// <summary>
  122. /// 组批炉号
  123. /// </summary>
  124. [Description("组批炉号")]
  125. [Nullable(false)]
  126. [DataLength(20)]
  127. public string ZpJudgeStoveNo
  128. {
  129. get { return zpJudgeStoveNo; }
  130. set { zpJudgeStoveNo = value; }
  131. }
  132. /// <summary>
  133. /// 组批批号
  134. /// </summary>
  135. [Description("组批批号")]
  136. [Nullable(true)]
  137. [DataLength(20)]
  138. public string ZpLotNo
  139. {
  140. get { return zpLotNo; }
  141. set { zpLotNo = value; }
  142. }
  143. /// <summary>
  144. /// 支数
  145. /// </summary>
  146. [Description("支数")]
  147. [Nullable(true)]
  148. [DataLength(6)]
  149. public decimal? ZpCount
  150. {
  151. get { return zpCount; }
  152. set { zpCount = value; }
  153. }
  154. /// <summary>
  155. /// 判定标准
  156. /// </summary>
  157. [Description("判定标准")]
  158. [Nullable(true)]
  159. [DataLength(100)]
  160. public string ZpStandrad
  161. {
  162. get { return zpStandrad; }
  163. set { zpStandrad = value; }
  164. }
  165. /// <summary>
  166. /// 组批钢级
  167. /// </summary>
  168. [Description("组批钢级")]
  169. [Nullable(true)]
  170. [DataLength(20)]
  171. public string ZpSteel
  172. {
  173. get { return zpSteel; }
  174. set { zpSteel = value; }
  175. }
  176. /// <summary>
  177. /// 组批钢种
  178. /// </summary>
  179. [Description("组批钢种")]
  180. [Nullable(true)]
  181. [DataLength(20)]
  182. public string ZpGrade
  183. {
  184. get { return zpGrade; }
  185. set { zpGrade = value; }
  186. }
  187. /// <summary>
  188. /// 组批长度
  189. /// </summary>
  190. [Description("组批长度")]
  191. [Nullable(true)]
  192. [DataLength(8)]
  193. public decimal? ZpLength
  194. {
  195. get { return zpLength; }
  196. set { zpLength = value; }
  197. }
  198. /// <summary>
  199. /// 组批重量
  200. /// </summary>
  201. [Description("组批重量")]
  202. [Nullable(true)]
  203. [DataLength(8)]
  204. public decimal? ZpHeight
  205. {
  206. get { return zpHeight; }
  207. set { zpHeight = value; }
  208. }
  209. /// <summary>
  210. /// 组批长度范围
  211. /// </summary>
  212. [Description("组批长度范围")]
  213. [Nullable(true)]
  214. [DataLength(20)]
  215. public string ZpLengthRange
  216. {
  217. get { return zpLengthRange; }
  218. set { zpLengthRange = value; }
  219. }
  220. /// <summary>
  221. /// 组批等级
  222. /// </summary>
  223. [Description("组批等级")]
  224. [Nullable(true)]
  225. [DataLength(1)]
  226. public decimal? ZpLevel
  227. {
  228. get { return zpLevel; }
  229. set { zpLevel = value; }
  230. }
  231. /// <summary>
  232. /// 组批规格
  233. /// </summary>
  234. [Description("组批规格")]
  235. [Nullable(true)]
  236. [DataLength(20)]
  237. public string ZpSize
  238. {
  239. get { return zpSize; }
  240. set { zpSize = value; }
  241. }
  242. /// <summary>
  243. /// 组批时间
  244. /// </summary>
  245. [Description("组批时间")]
  246. [Nullable(true)]
  247. public string ZpTime
  248. {
  249. get { return zpTime; }
  250. set { zpTime = value; }
  251. }
  252. /// <summary>
  253. /// 备注
  254. /// </summary>
  255. [Description("备注")]
  256. [Nullable(true)]
  257. [DataLength(100)]
  258. public string Remark
  259. {
  260. get { return remark; }
  261. set { remark = value; }
  262. }
  263. /// <summary>
  264. /// 操作人
  265. /// </summary>
  266. [Description("操作人")]
  267. [Nullable(true)]
  268. [DataLength(20)]
  269. public string ColUser
  270. {
  271. get { return colUser; }
  272. set { colUser = value; }
  273. }
  274. /// <summary>
  275. /// 操作班次
  276. /// </summary>
  277. [Description("操作班次")]
  278. [Nullable(true)]
  279. [DataLength(1)]
  280. public string ColShift
  281. {
  282. get { return colShift; }
  283. set { colShift = value; }
  284. }
  285. /// <summary>
  286. /// 操作班组
  287. /// </summary>
  288. [Description("操作班组")]
  289. [Nullable(true)]
  290. [DataLength(1)]
  291. public string ColGroup
  292. {
  293. get { return colGroup; }
  294. set { colGroup = value; }
  295. }
  296. /// <summary>
  297. /// 外径
  298. /// </summary>
  299. [Description("外径")]
  300. [Nullable(true)]
  301. [DataLength(8)]
  302. public decimal? Diameter
  303. {
  304. get { return diameter; }
  305. set { diameter = value; }
  306. }
  307. /// <summary>
  308. /// 壁厚
  309. /// </summary>
  310. [Description("壁厚")]
  311. [Nullable(true)]
  312. [DataLength(8)]
  313. public decimal? Thickness
  314. {
  315. get { return thickness; }
  316. set { thickness = value; }
  317. }
  318. /// <summary>
  319. /// 品种
  320. /// </summary>
  321. [Description("品种")]
  322. [Nullable(true)]
  323. [DataLength(20)]
  324. public string Varieties
  325. {
  326. get { return varieties; }
  327. set { varieties = value; }
  328. }
  329. /// <summary>
  330. /// 厂线代码
  331. /// </summary>
  332. [Description("厂线代码")]
  333. [Nullable(true)]
  334. [DataLength(20)]
  335. public string PlineCode
  336. {
  337. get { return plineCode; }
  338. set { plineCode = value; }
  339. }
  340. /// <summary>
  341. /// 扣型
  342. /// </summary>
  343. [Description("扣型")]
  344. [Nullable(true)]
  345. [DataLength(100)]
  346. public string ModelDesc
  347. {
  348. get { return modelDesc; }
  349. set { modelDesc = value; }
  350. }
  351. /// <summary>
  352. /// 操作ID(年月日+5位流水)
  353. /// </summary>
  354. [Description("操作ID(年月日+5位流水)")]
  355. [Nullable(false)]
  356. [DataLength(20)]
  357. public string OperationId
  358. {
  359. get { return operationId; }
  360. set { operationId = value; }
  361. }
  362. }
  363. }