ComMscPhySpline2Entity.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. using Core.Mes.Client.Comm.Attribute;
  2. using Newtonsoft.Json;
  3. using System;
  4. using System.ComponentModel;
  5. namespace Core.StlMes.Client.Qcm.model
  6. {
  7. /// <summary>
  8. /// 数据库表COM_MSC_PHY_SPLINE2所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
  9. /// 作者:tgcx-test 时间:2016-11-22
  10. /// </summary>
  11. public class ComMscPhySpline2Entity
  12. {
  13. /// <summary>
  14. /// 取样码
  15. /// </summary>
  16. private string phyCodeMin = "";
  17. /// <summary>
  18. /// 取样码描述
  19. /// </summary>
  20. private string phyNameMin = "";
  21. /// <summary>
  22. /// 试样索引号(COM_BASE_SPLINE)
  23. /// </summary>
  24. private string eic = "";
  25. /// <summary>
  26. /// 创建人
  27. /// </summary>
  28. private string createName = "";
  29. /// <summary>
  30. /// 创建时间
  31. /// </summary>
  32. private string createTime = "";
  33. /// <summary>
  34. /// 修改人
  35. /// </summary>
  36. private string updateName = "";
  37. /// <summary>
  38. /// 修改时间
  39. /// </summary>
  40. private string updateTime = "";
  41. /// <summary>
  42. /// 删除人
  43. /// </summary>
  44. private string deleteName = "";
  45. /// <summary>
  46. /// 删除时间
  47. /// </summary>
  48. private string deleteTime = "";
  49. /// <summary>
  50. /// 有效标志(1:有效,0:无效)
  51. /// </summary>
  52. private string validflag = "";
  53. /// <summary>
  54. /// 备注
  55. /// </summary>
  56. private string memo = "";
  57. /// <summary>
  58. /// 试样组+方向+温度+尺寸的代码组合
  59. /// </summary>
  60. private string sampleKey = "";
  61. /// <summary>
  62. /// 试样组+'('+方向+'_'+温度+'_'+尺寸+'_'+')'的组合描述
  63. /// </summary>
  64. private string sampleKeyDesc = "";
  65. /// <summary>
  66. /// 项目代码_方向
  67. /// </summary>
  68. private string itemCodeF = "";
  69. /// <summary>
  70. /// 项目代码_尺寸
  71. /// </summary>
  72. private string itemCodeC = "";
  73. /// <summary>
  74. /// 项目代码_温度
  75. /// </summary>
  76. private string itemCodeW = "";
  77. /// <summary>
  78. /// 标准代码(试验标准)
  79. /// </summary>
  80. private string stdCodeTest = "";
  81. /// <summary>
  82. /// 标准名称(试验标准)
  83. /// </summary>
  84. private string stdNameTest = "";
  85. private string itemNameC = "";
  86. private string itemNameW = "";
  87. private string itemNameF = "";
  88. /// <summary>
  89. /// 取样码
  90. /// </summary>
  91. [Description("取样码")]
  92. [Nullable(false)]
  93. [DataLength(5)]
  94. [JsonProperty("phyCodeMin")]
  95. public string PhyCodeMin
  96. {
  97. get { return phyCodeMin; }
  98. set { phyCodeMin = value; }
  99. }
  100. /// <summary>
  101. /// 取样码描述
  102. /// </summary>
  103. [Description("取样码描述")]
  104. [Nullable(true)]
  105. [DataLength(100)]
  106. [JsonProperty("phyNameMin")]
  107. public string PhyNameMin
  108. {
  109. get { return phyNameMin; }
  110. set { phyNameMin = value; }
  111. }
  112. /// <summary>
  113. /// 试样索引号(COM_BASE_SPLINE)
  114. /// </summary>
  115. [Description("试样索引号(COM_BASE_SPLINE)")]
  116. [Nullable(false)]
  117. [DataLength(8)]
  118. [JsonProperty("eic")]
  119. public string Eic
  120. {
  121. get { return eic; }
  122. set { eic = value; }
  123. }
  124. /// <summary>
  125. /// 创建人
  126. /// </summary>
  127. [Description("创建人")]
  128. [Nullable(true)]
  129. [DataLength(20)]
  130. [JsonProperty("createName")]
  131. public string CreateName
  132. {
  133. get { return createName; }
  134. set { createName = value; }
  135. }
  136. /// <summary>
  137. /// 创建时间
  138. /// </summary>
  139. [Description("创建时间")]
  140. [Nullable(true)]
  141. [JsonProperty("createTime")]
  142. public string CreateTime
  143. {
  144. get { return createTime; }
  145. set { createTime = value; }
  146. }
  147. /// <summary>
  148. /// 修改人
  149. /// </summary>
  150. [Description("修改人")]
  151. [Nullable(true)]
  152. [DataLength(20)]
  153. [JsonProperty("updateName")]
  154. public string UpdateName
  155. {
  156. get { return updateName; }
  157. set { updateName = value; }
  158. }
  159. /// <summary>
  160. /// 修改时间
  161. /// </summary>
  162. [Description("修改时间")]
  163. [Nullable(true)]
  164. [JsonProperty("updateTime")]
  165. public string UpdateTime
  166. {
  167. get { return updateTime; }
  168. set { updateTime = value; }
  169. }
  170. /// <summary>
  171. /// 删除人
  172. /// </summary>
  173. [Description("删除人")]
  174. [Nullable(true)]
  175. [DataLength(20)]
  176. [JsonProperty("deleteName")]
  177. public string DeleteName
  178. {
  179. get { return deleteName; }
  180. set { deleteName = value; }
  181. }
  182. /// <summary>
  183. /// 删除时间
  184. /// </summary>
  185. [Description("删除时间")]
  186. [Nullable(true)]
  187. [JsonProperty("deleteTime")]
  188. public string DeleteTime
  189. {
  190. get { return deleteTime; }
  191. set { deleteTime = value; }
  192. }
  193. /// <summary>
  194. /// 有效标志(1:有效,0:无效)
  195. /// </summary>
  196. [Description("有效标志(1:有效,0:无效)")]
  197. [Nullable(false)]
  198. [DataLength(1)]
  199. [JsonProperty("validflag")]
  200. public string Validflag
  201. {
  202. get { return validflag; }
  203. set { validflag = value; }
  204. }
  205. /// <summary>
  206. /// 备注
  207. /// </summary>
  208. [Description("备注")]
  209. [Nullable(true)]
  210. [DataLength(500)]
  211. [JsonProperty("memo")]
  212. public string Memo
  213. {
  214. get { return memo; }
  215. set { memo = value; }
  216. }
  217. /// <summary>
  218. /// 试样组+方向+温度+尺寸的代码组合
  219. /// </summary>
  220. [Description("试样组+方向+温度+尺寸的代码组合")]
  221. [Nullable(false)]
  222. [DataLength(23)]
  223. [JsonProperty("sampleKey")]
  224. public string SampleKey
  225. {
  226. get { return sampleKey; }
  227. set { sampleKey = value; }
  228. }
  229. /// <summary>
  230. /// 试样组+'('+方向+'_'+温度+'_'+尺寸+'_'+')'的组合描述
  231. /// </summary>
  232. [Description("试样组+'('+方向+'_'+温度+'_'+尺寸+'_'+')'的组合描述")]
  233. [Nullable(true)]
  234. [DataLength(200)]
  235. [JsonProperty("sampleKeyDesc")]
  236. public string SampleKeyDesc
  237. {
  238. get { return sampleKeyDesc; }
  239. set { sampleKeyDesc = value; }
  240. }
  241. /// <summary>
  242. /// 项目代码_方向
  243. /// </summary>
  244. [Description("项目代码_方向")]
  245. [Nullable(true)]
  246. [DataLength(5)]
  247. [JsonProperty("itemCodeF")]
  248. public string ItemCodeF
  249. {
  250. get { return itemCodeF; }
  251. set { itemCodeF = value; }
  252. }
  253. /// <summary>
  254. /// 项目代码_尺寸
  255. /// </summary>
  256. [Description("项目代码_尺寸")]
  257. [Nullable(true)]
  258. [DataLength(5)]
  259. [JsonProperty("itemCodeC")]
  260. public string ItemCodeC
  261. {
  262. get { return itemCodeC; }
  263. set { itemCodeC = value; }
  264. }
  265. /// <summary>
  266. /// 项目代码_温度
  267. /// </summary>
  268. [Description("项目代码_温度")]
  269. [Nullable(true)]
  270. [DataLength(5)]
  271. [JsonProperty("itemCodeW")]
  272. public string ItemCodeW
  273. {
  274. get { return itemCodeW; }
  275. set { itemCodeW = value; }
  276. }
  277. /// <summary>
  278. /// 标准代码(试验标准)
  279. /// </summary>
  280. [Description("标准代码(试验标准)")]
  281. [Nullable(false)]
  282. [DataLength(300)]
  283. [JsonProperty("stdCodeTest")]
  284. public string StdCodeTest
  285. {
  286. get { return stdCodeTest; }
  287. set { stdCodeTest = value; }
  288. }
  289. /// <summary>
  290. /// 标准名称(试验标准)
  291. /// </summary>
  292. [Description("标准名称(试验标准)")]
  293. [Nullable(false)]
  294. [DataLength(3000)]
  295. [JsonProperty("stdNameTest")]
  296. public string StdNameTest
  297. {
  298. get { return stdNameTest; }
  299. set { stdNameTest = value; }
  300. }
  301. public string ItemNameC
  302. {
  303. get { return itemNameC; }
  304. set { itemNameC = value; }
  305. }
  306. public string ItemNameW
  307. {
  308. get { return itemNameW; }
  309. set { itemNameW = value; }
  310. }
  311. public string ItemNameF
  312. {
  313. get { return itemNameF; }
  314. set { itemNameF = value; }
  315. }
  316. }
  317. }