HttAppearancecheckRecordEntity.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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.Mcp.Treatment.Entity
  8. {
  9. /// <summary>
  10. /// 数据库表HTT_APPEARANCECHECK_RECORD所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:milu 时间:2021-12-27
  12. /// </summary>
  13. /// <summary>
  14. /// 数据库表HTT_APPEARANCECHECK_RECORD所对应的实体类(生成工具:代码生成工具3.0)
  15. /// 作者:milu 时间:2021-12-27
  16. /// </summary>
  17. public class HttAppearancecheckRecordEntity
  18. {
  19. /// <summary>
  20. /// 管号
  21. /// </summary>
  22. private string pipeNo = "";
  23. /// <summary>
  24. /// 东端管端直度
  25. /// </summary>
  26. private decimal? eastPipeEndStaightess = null;
  27. /// <summary>
  28. /// 东端管端平均外径
  29. /// </summary>
  30. private decimal? eastPipeExternal = null;
  31. /// <summary>
  32. /// 东端大径
  33. /// </summary>
  34. private decimal? eastPipeMax = null;
  35. /// <summary>
  36. /// 东端小径
  37. /// </summary>
  38. private decimal? eastPipeMin = null;
  39. /// <summary>
  40. /// 东端不圆度
  41. /// </summary>
  42. private decimal? eastPipeNoy = null;
  43. /// <summary>
  44. /// 西端管端直度
  45. /// </summary>
  46. private decimal? westPipeEndStaightess = null;
  47. /// <summary>
  48. /// 西端管端平均外径
  49. /// </summary>
  50. private decimal? westPipeExternal = null;
  51. /// <summary>
  52. /// 西端大径
  53. /// </summary>
  54. private decimal? westPipeMax = null;
  55. /// <summary>
  56. /// 西端小径
  57. /// </summary>
  58. private decimal? westPipeMin = null;
  59. /// <summary>
  60. /// 西端不圆度
  61. /// </summary>
  62. private decimal? westPipeNoy = null;
  63. /// <summary>
  64. /// 全长直度
  65. /// </summary>
  66. private decimal? fulllengthstraightness = null;
  67. /// <summary>
  68. /// 实绩编号
  69. /// </summary>
  70. private string resultNo = "";
  71. /// <summary>
  72. /// 炉计划ID
  73. /// </summary>
  74. private string heatPlanNo = "";
  75. /// <summary>
  76. /// 产线代码
  77. /// </summary>
  78. private string plineCode = "";
  79. /// <summary>
  80. /// 主键
  81. /// </summary>
  82. private string recordNo = "";
  83. /// <summary>
  84. /// 管号
  85. /// </summary>
  86. [Description("管号")]
  87. [Nullable(true)]
  88. [DataLength(24)]
  89. public string PipeNo
  90. {
  91. get { return pipeNo; }
  92. set { pipeNo = value; }
  93. }
  94. /// <summary>
  95. /// 东端管端直度
  96. /// </summary>
  97. [Description("东端管端直度")]
  98. [Nullable(true)]
  99. [DataLength(8)]
  100. public decimal? EastPipeEndStaightess
  101. {
  102. get { return eastPipeEndStaightess; }
  103. set { eastPipeEndStaightess = value; }
  104. }
  105. /// <summary>
  106. /// 东端管端平均外径
  107. /// </summary>
  108. [Description("东端管端平均外径")]
  109. [Nullable(true)]
  110. [DataLength(8)]
  111. public decimal? EastPipeExternal
  112. {
  113. get { return eastPipeExternal; }
  114. set { eastPipeExternal = value; }
  115. }
  116. /// <summary>
  117. /// 东端大径
  118. /// </summary>
  119. [Description("东端大径")]
  120. [Nullable(true)]
  121. [DataLength(8)]
  122. public decimal? EastPipeMax
  123. {
  124. get { return eastPipeMax; }
  125. set { eastPipeMax = value; }
  126. }
  127. /// <summary>
  128. /// 东端小径
  129. /// </summary>
  130. [Description("东端小径")]
  131. [Nullable(true)]
  132. [DataLength(8)]
  133. public decimal? EastPipeMin
  134. {
  135. get { return eastPipeMin; }
  136. set { eastPipeMin = value; }
  137. }
  138. /// <summary>
  139. /// 东端不圆度
  140. /// </summary>
  141. [Description("东端不圆度")]
  142. [Nullable(true)]
  143. [DataLength(8)]
  144. public decimal? EastPipeNoy
  145. {
  146. get { return eastPipeNoy; }
  147. set { eastPipeNoy = value; }
  148. }
  149. /// <summary>
  150. /// 西端管端直度
  151. /// </summary>
  152. [Description("西端管端直度")]
  153. [Nullable(true)]
  154. [DataLength(8)]
  155. public decimal? WestPipeEndStaightess
  156. {
  157. get { return westPipeEndStaightess; }
  158. set { westPipeEndStaightess = value; }
  159. }
  160. /// <summary>
  161. /// 西端管端平均外径
  162. /// </summary>
  163. [Description("西端管端平均外径")]
  164. [Nullable(true)]
  165. [DataLength(8)]
  166. public decimal? WestPipeExternal
  167. {
  168. get { return westPipeExternal; }
  169. set { westPipeExternal = value; }
  170. }
  171. /// <summary>
  172. /// 西端大径
  173. /// </summary>
  174. [Description("西端大径")]
  175. [Nullable(true)]
  176. [DataLength(8)]
  177. public decimal? WestPipeMax
  178. {
  179. get { return westPipeMax; }
  180. set { westPipeMax = value; }
  181. }
  182. /// <summary>
  183. /// 西端小径
  184. /// </summary>
  185. [Description("西端小径")]
  186. [Nullable(true)]
  187. [DataLength(8)]
  188. public decimal? WestPipeMin
  189. {
  190. get { return westPipeMin; }
  191. set { westPipeMin = value; }
  192. }
  193. /// <summary>
  194. /// 西端不圆度
  195. /// </summary>
  196. [Description("西端不圆度")]
  197. [Nullable(true)]
  198. [DataLength(8)]
  199. public decimal? WestPipeNoy
  200. {
  201. get { return westPipeNoy; }
  202. set { westPipeNoy = value; }
  203. }
  204. /// <summary>
  205. /// 全长直度
  206. /// </summary>
  207. [Description("全长直度")]
  208. [Nullable(true)]
  209. [DataLength(8)]
  210. public decimal? Fulllengthstraightness
  211. {
  212. get { return fulllengthstraightness; }
  213. set { fulllengthstraightness = value; }
  214. }
  215. /// <summary>
  216. /// 实绩编号
  217. /// </summary>
  218. [Description("实绩编号")]
  219. [Nullable(true)]
  220. [DataLength(24)]
  221. public string ResultNo
  222. {
  223. get { return resultNo; }
  224. set { resultNo = value; }
  225. }
  226. /// <summary>
  227. /// 炉计划ID
  228. /// </summary>
  229. [Description("炉计划ID")]
  230. [Nullable(true)]
  231. [DataLength(20)]
  232. public string HeatPlanNo
  233. {
  234. get { return heatPlanNo; }
  235. set { heatPlanNo = value; }
  236. }
  237. /// <summary>
  238. /// 产线代码
  239. /// </summary>
  240. [Description("产线代码")]
  241. [Nullable(true)]
  242. [DataLength(20)]
  243. public string PlineCode
  244. {
  245. get { return plineCode; }
  246. set { plineCode = value; }
  247. }
  248. /// <summary>
  249. /// 主键
  250. /// </summary>
  251. [Description("主键")]
  252. [Nullable(true)]
  253. [DataLength(32)]
  254. public string RecordNo
  255. {
  256. get { return recordNo; }
  257. set { recordNo = value; }
  258. }
  259. }
  260. }