StlLgOfflineDetiaEntity.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  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.YdmStuffManage.Entity
  8. {
  9. class StlLgOfflineDetiaEntity
  10. {
  11. /// <summary>
  12. /// 顺序号
  13. /// </summary>
  14. private string sequenceno = "";
  15. /// <summary>
  16. /// 熔炼炉号
  17. /// </summary>
  18. private string stoveNo = "";
  19. /// <summary>
  20. /// 判定炉号
  21. /// </summary>
  22. private string judgeStoveNo = "";
  23. /// <summary>
  24. /// 判定炉号(序号)
  25. /// </summary>
  26. private string judgeStoveNoSeq = "";
  27. /// <summary>
  28. /// 支数
  29. /// </summary>
  30. private decimal? actCount = null;
  31. /// <summary>
  32. /// 重量
  33. /// </summary>
  34. private decimal? actWeight = null;
  35. /// <summary>
  36. /// 操作时间
  37. /// </summary>
  38. private string colTime = "";
  39. /// <summary>
  40. /// 备注
  41. /// </summary>
  42. private string remark = "";
  43. /// <summary>
  44. /// 操作人
  45. /// </summary>
  46. private string colUser = "";
  47. /// <summary>
  48. /// 操作班次
  49. /// </summary>
  50. private string colShift = "";
  51. /// <summary>
  52. /// 操作班组
  53. /// </summary>
  54. private string colGroup = "";
  55. /// <summary>
  56. /// 操作ID(年月日+5位流水)
  57. /// </summary>
  58. private string operationId = "";
  59. /// <summary>
  60. /// 厂线代码
  61. /// </summary>
  62. private string plineCode = "";
  63. /// <summary>
  64. /// 虚拟炉号
  65. /// </summary>
  66. private string furnaceno = "";
  67. /// <summary>
  68. /// 返线炉号
  69. /// </summary>
  70. private string backJudgeStoveNo = "";
  71. /// <summary>
  72. /// 铸造订单编号
  73. /// </summary>
  74. private string proPlanId = "";
  75. /// <summary>
  76. /// 工序排产序号
  77. /// </summary>
  78. private string gxPlanNo = "";
  79. /// <summary>
  80. /// 管坯需求编号
  81. /// </summary>
  82. private string gpreqId = "";
  83. /// <summary>
  84. /// 0 复检
  85. /// </summary>
  86. private string operationType = "";
  87. /// <summary>
  88. /// 倍尺数
  89. /// </summary>
  90. private decimal? fixNum = null;
  91. /// <summary>
  92. /// 单倍长度
  93. /// </summary>
  94. private decimal? fixLen = null;
  95. /// <summary>
  96. /// 长度
  97. /// </summary>
  98. private decimal? length = null;
  99. /// <summary>
  100. /// 直径
  101. /// </summary>
  102. private decimal? diameter = null;
  103. /// <summary>
  104. /// 顺序号
  105. /// </summary>
  106. [Description("顺序号")]
  107. [Nullable(false)]
  108. [DataLength(10)]
  109. public string Sequenceno
  110. {
  111. get { return sequenceno; }
  112. set { sequenceno = value; }
  113. }
  114. /// <summary>
  115. /// 熔炼炉号
  116. /// </summary>
  117. [Description("熔炼炉号")]
  118. [Nullable(false)]
  119. [DataLength(10)]
  120. public string StoveNo
  121. {
  122. get { return stoveNo; }
  123. set { stoveNo = value; }
  124. }
  125. /// <summary>
  126. /// 判定炉号
  127. /// </summary>
  128. [Description("判定炉号")]
  129. [Nullable(false)]
  130. [DataLength(6)]
  131. public string JudgeStoveNo
  132. {
  133. get { return judgeStoveNo; }
  134. set { judgeStoveNo = value; }
  135. }
  136. /// <summary>
  137. /// 判定炉号
  138. /// </summary>
  139. [Description("判定炉号(序号)")]
  140. [Nullable(false)]
  141. [DataLength(20)]
  142. public string JudgeStoveNoSeq
  143. {
  144. get { return judgeStoveNoSeq; }
  145. set { judgeStoveNoSeq = value; }
  146. }
  147. /// <summary>
  148. /// 支数
  149. /// </summary>
  150. [Description("支数")]
  151. [Nullable(true)]
  152. [DataLength(6)]
  153. public decimal? ActCount
  154. {
  155. get { return actCount; }
  156. set { actCount = value; }
  157. }
  158. /// <summary>
  159. /// 重量
  160. /// </summary>
  161. [Description("重量")]
  162. [Nullable(true)]
  163. [DataLength(8)]
  164. public decimal? ActWeight
  165. {
  166. get { return actWeight; }
  167. set { actWeight = value; }
  168. }
  169. /// <summary>
  170. /// 操作时间
  171. /// </summary>
  172. [Description("操作时间")]
  173. [Nullable(true)]
  174. public string ColTime
  175. {
  176. get { return colTime; }
  177. set { colTime = value; }
  178. }
  179. /// <summary>
  180. /// 备注
  181. /// </summary>
  182. [Description("备注")]
  183. [Nullable(true)]
  184. [DataLength(100)]
  185. public string Remark
  186. {
  187. get { return remark; }
  188. set { remark = value; }
  189. }
  190. /// <summary>
  191. /// 操作人
  192. /// </summary>
  193. [Description("操作人")]
  194. [Nullable(true)]
  195. [DataLength(20)]
  196. public string ColUser
  197. {
  198. get { return colUser; }
  199. set { colUser = value; }
  200. }
  201. /// <summary>
  202. /// 操作班次
  203. /// </summary>
  204. [Description("操作班次")]
  205. [Nullable(true)]
  206. [DataLength(1)]
  207. public string ColShift
  208. {
  209. get { return colShift; }
  210. set { colShift = value; }
  211. }
  212. /// <summary>
  213. /// 操作班组
  214. /// </summary>
  215. [Description("操作班组")]
  216. [Nullable(true)]
  217. [DataLength(1)]
  218. public string ColGroup
  219. {
  220. get { return colGroup; }
  221. set { colGroup = value; }
  222. }
  223. /// <summary>
  224. /// 操作ID(年月日+5位流水)
  225. /// </summary>
  226. [Description("操作ID(年月日+5位流水)")]
  227. [Nullable(true)]
  228. [DataLength(20)]
  229. public string OperationId
  230. {
  231. get { return operationId; }
  232. set { operationId = value; }
  233. }
  234. /// <summary>
  235. /// 厂线代码
  236. /// </summary>
  237. [Description("厂线代码")]
  238. [Nullable(true)]
  239. [DataLength(20)]
  240. public string PlineCode
  241. {
  242. get { return plineCode; }
  243. set { plineCode = value; }
  244. }
  245. /// <summary>
  246. /// 虚拟炉号
  247. /// </summary>
  248. [Description("虚拟炉号")]
  249. [Nullable(false)]
  250. [DataLength(20)]
  251. public string Furnaceno
  252. {
  253. get { return furnaceno; }
  254. set { furnaceno = value; }
  255. }
  256. /// <summary>
  257. /// 返线炉号
  258. /// </summary>
  259. [Description("返线炉号")]
  260. [Nullable(true)]
  261. [DataLength(20)]
  262. public string BackJudgeStoveNo
  263. {
  264. get { return backJudgeStoveNo; }
  265. set { backJudgeStoveNo = value; }
  266. }
  267. /// <summary>
  268. /// 铸造订单编号
  269. /// </summary>
  270. [Description("铸造订单编号")]
  271. [Nullable(false)]
  272. [DataLength(20)]
  273. public string ProPlanId
  274. {
  275. get { return proPlanId; }
  276. set { proPlanId = value; }
  277. }
  278. /// <summary>
  279. /// 工序排产序号
  280. /// </summary>
  281. [Description("工序排产序号")]
  282. [Nullable(false)]
  283. [DataLength(10)]
  284. public string GxPlanNo
  285. {
  286. get { return gxPlanNo; }
  287. set { gxPlanNo = value; }
  288. }
  289. /// <summary>
  290. /// 管坯需求编号
  291. /// </summary>
  292. [Description("管坯需求编号")]
  293. [Nullable(true)]
  294. [DataLength(20)]
  295. public string GpreqId
  296. {
  297. get { return gpreqId; }
  298. set { gpreqId = value; }
  299. }
  300. /// <summary>
  301. /// 0 复检
  302. /// </summary>
  303. [Description("操作类型")]
  304. [Nullable(true)]
  305. [DataLength(1)]
  306. public string OperationType
  307. {
  308. get { return operationType; }
  309. set { operationType = value; }
  310. }
  311. /// <summary>
  312. /// 倍尺数
  313. /// </summary>
  314. [Description("倍尺数")]
  315. [Nullable(false)]
  316. [DataLength(1)]
  317. public decimal? FixNum
  318. {
  319. get { return fixNum; }
  320. set { fixNum = value; }
  321. }
  322. /// <summary>
  323. /// 单倍长度
  324. /// </summary>
  325. [Description("单倍长度")]
  326. [Nullable(true)]
  327. [DataLength(5)]
  328. public decimal? FixLen
  329. {
  330. get { return fixLen; }
  331. set { fixLen = value; }
  332. }
  333. /// <summary>
  334. /// 长度
  335. /// </summary>
  336. [Description("长度")]
  337. [Nullable(true)]
  338. [DataLength(22)]
  339. public decimal? Length
  340. {
  341. get { return length; }
  342. set { length = value; }
  343. }
  344. /// <summary>
  345. /// 直径
  346. /// </summary>
  347. [Description("直径")]
  348. [Nullable(true)]
  349. [DataLength(22)]
  350. public decimal? Diameter
  351. {
  352. get { return diameter; }
  353. set { diameter = value; }
  354. }
  355. }
  356. }