MilSizeCheckDeatilEntity.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.ComponentModel;
  6. namespace com.steering.mes.zgmil.entity
  7. {
  8. /// <summary>
  9. /// 数据库表MIL_SIZE_CHECK_DEATIL所对应的实体类(生成工具:代码生成工具2.4)
  10. /// 作者:PC201506012023 时间:2015-12-28
  11. /// </summary>
  12. public class MilSizeCheckDeatilEntity
  13. {
  14. /// <summary>
  15. /// 实绩编号
  16. /// </summary>
  17. private object resultNo;
  18. /// <summary>
  19. /// 判定炉号
  20. /// </summary>
  21. private object judgeStoveNo;
  22. /// <summary>
  23. /// 抽检管编号
  24. /// </summary>
  25. private object samplePipeNo;
  26. /// <summary>
  27. /// D1
  28. /// </summary>
  29. private object d1;
  30. /// <summary>
  31. /// D2
  32. /// </summary>
  33. private object d2;
  34. /// <summary>
  35. /// S1
  36. /// </summary>
  37. private object s1;
  38. /// <summary>
  39. /// S2
  40. /// </summary>
  41. private object s2;
  42. /// <summary>
  43. /// S3
  44. /// </summary>
  45. private object s3;
  46. /// <summary>
  47. /// S4
  48. /// </summary>
  49. private object s4;
  50. /// <summary>
  51. /// 不圆度
  52. /// </summary>
  53. private string nonRoundness;
  54. /// <summary>
  55. /// 不均度
  56. /// </summary>
  57. private string unevenDegree;
  58. /// <summary>
  59. /// 0为管段,1为管体
  60. /// </summary>
  61. private object location;
  62. /// <summary>
  63. /// 抽检管序号
  64. /// </summary>
  65. private object samplePipeSeq;
  66. //轧管订单编号
  67. private String proPlanId;
  68. public String ProPlanId
  69. {
  70. get { return proPlanId; }
  71. set { proPlanId = value; }
  72. }
  73. //工序排产序号
  74. private String gxPlanNo;
  75. public String GxPlanNo
  76. {
  77. get { return gxPlanNo; }
  78. set { gxPlanNo = value; }
  79. }
  80. public MilSizeCheckDeatilEntity()
  81. {
  82. proPlanId = "";
  83. gxPlanNo = "";
  84. resultNo = "";
  85. judgeStoveNo = "";
  86. samplePipeNo = "";
  87. d1 = "";
  88. d2 = "";
  89. s1 = "";
  90. s2 = "";
  91. s3 = "";
  92. s4 = "";
  93. nonRoundness = "";
  94. unevenDegree = "";
  95. location = "";
  96. samplePipeSeq = "";
  97. }
  98. /// <summary>
  99. /// 实绩编号
  100. /// </summary>
  101. [Description("实绩编号")]
  102. public object ResultNo
  103. {
  104. get { return resultNo; }
  105. set
  106. {
  107. if (value == null)
  108. {
  109. resultNo = DBNull.Value;
  110. }
  111. else
  112. {
  113. resultNo = value;
  114. }
  115. }
  116. }
  117. /// <summary>
  118. /// 判定炉号
  119. /// </summary>
  120. [Description("判定炉号")]
  121. public object JudgeStoveNo
  122. {
  123. get { return judgeStoveNo; }
  124. set
  125. {
  126. if (value == null)
  127. {
  128. judgeStoveNo = DBNull.Value;
  129. }
  130. else
  131. {
  132. judgeStoveNo = value;
  133. }
  134. }
  135. }
  136. /// <summary>
  137. /// 抽检管编号
  138. /// </summary>
  139. [Description("抽检管编号")]
  140. public object SamplePipeNo
  141. {
  142. get { return samplePipeNo; }
  143. set
  144. {
  145. if (value == null)
  146. {
  147. samplePipeNo = DBNull.Value;
  148. }
  149. else
  150. {
  151. samplePipeNo = value;
  152. }
  153. }
  154. }
  155. /// <summary>
  156. /// D1
  157. /// </summary>
  158. [Description("D1")]
  159. public object D1
  160. {
  161. get { return d1; }
  162. set
  163. {
  164. if (value == null)
  165. {
  166. d1 = DBNull.Value;
  167. }
  168. else
  169. {
  170. d1 = value;
  171. }
  172. }
  173. }
  174. /// <summary>
  175. /// D2
  176. /// </summary>
  177. [Description("D2")]
  178. public object D2
  179. {
  180. get { return d2; }
  181. set
  182. {
  183. if (value == null)
  184. {
  185. d2 = DBNull.Value;
  186. }
  187. else
  188. {
  189. d2 = value;
  190. }
  191. }
  192. }
  193. /// <summary>
  194. /// S1
  195. /// </summary>
  196. [Description("S1")]
  197. public object S1
  198. {
  199. get { return s1; }
  200. set
  201. {
  202. if (value == null)
  203. {
  204. s1 = DBNull.Value;
  205. }
  206. else
  207. {
  208. s1 = value;
  209. }
  210. }
  211. }
  212. /// <summary>
  213. /// S2
  214. /// </summary>
  215. [Description("S2")]
  216. public object S2
  217. {
  218. get { return s2; }
  219. set
  220. {
  221. if (value == null)
  222. {
  223. s2 = DBNull.Value;
  224. }
  225. else
  226. {
  227. s2 = value;
  228. }
  229. }
  230. }
  231. /// <summary>
  232. /// S3
  233. /// </summary>
  234. [Description("S3")]
  235. public object S3
  236. {
  237. get { return s3; }
  238. set
  239. {
  240. if (value == null)
  241. {
  242. s3 = DBNull.Value;
  243. }
  244. else
  245. {
  246. s3 = value;
  247. }
  248. }
  249. }
  250. /// <summary>
  251. /// S4
  252. /// </summary>
  253. [Description("S4")]
  254. public object S4
  255. {
  256. get { return s4; }
  257. set
  258. {
  259. if (value == null)
  260. {
  261. s4 = DBNull.Value;
  262. }
  263. else
  264. {
  265. s4 = value;
  266. }
  267. }
  268. }
  269. /// <summary>
  270. /// 0为管段,1为管体
  271. /// </summary>
  272. [Description("0为管段,1为管体")]
  273. public object Location
  274. {
  275. get { return location; }
  276. set
  277. {
  278. if (value == null)
  279. {
  280. location = DBNull.Value;
  281. }
  282. else
  283. {
  284. location = value;
  285. }
  286. }
  287. }
  288. /// <summary>
  289. /// 不圆度
  290. /// </summary>
  291. [Description("不圆度")]
  292. public string NonRoundness
  293. {
  294. get { return nonRoundness; }
  295. set
  296. {
  297. nonRoundness = value;
  298. }
  299. }
  300. /// <summary>
  301. /// 不均度
  302. /// </summary>
  303. [Description("不均度")]
  304. public string UnevenDegree
  305. {
  306. get { return unevenDegree; }
  307. set
  308. {
  309. unevenDegree = value;
  310. }
  311. }
  312. /// <summary>
  313. /// 抽检管序号
  314. /// </summary>
  315. [Description("抽检管序号")]
  316. public object SamplePipeSeq
  317. {
  318. get { return samplePipeSeq; }
  319. set
  320. {
  321. if (value == null)
  322. {
  323. samplePipeSeq = DBNull.Value;
  324. }
  325. else
  326. {
  327. samplePipeSeq = value;
  328. }
  329. }
  330. }
  331. }
  332. }