ComMscPhySampleEntity.cs 8.0 KB

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