ebbe022b438e41a655e8e0bdff8bf652e76ab2b1.svn-base 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. package QCM.JHY01.VO;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. public class JhySampleOrdMdoel {
  5. private String design_key;
  6. private String smp_no;
  7. private String psc;
  8. private String psc_desc;
  9. private String heat_no;
  10. private String batch_no;
  11. private String inspection_lot;
  12. private String delivery_state_code;
  13. private String delivery_state_desc;
  14. private String thick;
  15. private String width;
  16. private String length;
  17. private String pline_code;
  18. private String pline_name;
  19. private String msc_pline;
  20. private String process_code;
  21. private String cert_inst_code;
  22. private String cert_inst_name;
  23. private String smp_type_code;
  24. private String smp_type_name;
  25. private BigDecimal smelting_cnt;
  26. private BigDecimal product_cnt;
  27. private String assay_no_cp;
  28. private String assay_no_rl;
  29. private String cic_id;
  30. private String phy_id;
  31. private String judge_status;
  32. private String judge_result_code;
  33. private String judge_result_desc;
  34. private String judge_name;
  35. private Date judge_time;
  36. private String judge_memo;
  37. private String prod_code;
  38. private String prod_name;
  39. private String steel_code;
  40. private String steel_name;
  41. private String std_code;
  42. private String std_name;
  43. private Date create_time;
  44. private String create_id;
  45. private String create_name;
  46. private String item_flag;
  47. private String improve_memo;
  48. public String getImprove_memo() {
  49. return improve_memo;
  50. }
  51. public void setImprove_memo(String improve_memo) {
  52. this.improve_memo = improve_memo;
  53. }
  54. public String getItem_flag() {
  55. return item_flag;
  56. }
  57. public void setItem_flag(String item_flag) {
  58. this.item_flag = item_flag;
  59. }
  60. public String getDesign_key() {
  61. return design_key;
  62. }
  63. public void setDesign_key(String design_key) {
  64. this.design_key = design_key;
  65. }
  66. public String getSmp_no() {
  67. return smp_no;
  68. }
  69. public void setSmp_no(String smp_no) {
  70. this.smp_no = smp_no;
  71. }
  72. public String getPsc() {
  73. return psc;
  74. }
  75. public void setPsc(String psc) {
  76. this.psc = psc;
  77. }
  78. public String getPsc_desc() {
  79. return psc_desc;
  80. }
  81. public void setPsc_desc(String psc_desc) {
  82. this.psc_desc = psc_desc;
  83. }
  84. public String getHeat_no() {
  85. return heat_no;
  86. }
  87. public void setHeat_no(String heat_no) {
  88. this.heat_no = heat_no;
  89. }
  90. public String getBatch_no() {
  91. return batch_no;
  92. }
  93. public void setBatch_no(String batch_no) {
  94. this.batch_no = batch_no;
  95. }
  96. public String getInspection_lot() {
  97. return inspection_lot;
  98. }
  99. public void setInspection_lot(String inspection_lot) {
  100. this.inspection_lot = inspection_lot;
  101. }
  102. public String getDelivery_state_code() {
  103. return delivery_state_code;
  104. }
  105. public void setDelivery_state_code(String delivery_state_code) {
  106. this.delivery_state_code = delivery_state_code;
  107. }
  108. public String getDelivery_state_desc() {
  109. return delivery_state_desc;
  110. }
  111. public void setDelivery_state_desc(String delivery_state_desc) {
  112. this.delivery_state_desc = delivery_state_desc;
  113. }
  114. public String getThick() {
  115. return thick;
  116. }
  117. public void setThick(String thick) {
  118. this.thick = thick;
  119. }
  120. public String getWidth() {
  121. return width;
  122. }
  123. public void setWidth(String width) {
  124. this.width = width;
  125. }
  126. public String getLength() {
  127. return length;
  128. }
  129. public void setLength(String length) {
  130. this.length = length;
  131. }
  132. public String getPline_code() {
  133. return pline_code;
  134. }
  135. public void setPline_code(String pline_code) {
  136. this.pline_code = pline_code;
  137. }
  138. public String getPline_name() {
  139. return pline_name;
  140. }
  141. public void setPline_name(String pline_name) {
  142. this.pline_name = pline_name;
  143. }
  144. public String getMsc_pline() {
  145. return msc_pline;
  146. }
  147. public void setMsc_pline(String msc_pline) {
  148. this.msc_pline = msc_pline;
  149. }
  150. public String getProcess_code() {
  151. return process_code;
  152. }
  153. public void setProcess_code(String process_code) {
  154. this.process_code = process_code;
  155. }
  156. public String getCert_inst_code() {
  157. return cert_inst_code;
  158. }
  159. public void setCert_inst_code(String cert_inst_code) {
  160. this.cert_inst_code = cert_inst_code;
  161. }
  162. public String getCert_inst_name() {
  163. return cert_inst_name;
  164. }
  165. public void setCert_inst_name(String cert_inst_name) {
  166. this.cert_inst_name = cert_inst_name;
  167. }
  168. public String getSmp_type_code() {
  169. return smp_type_code;
  170. }
  171. public void setSmp_type_code(String smp_type_code) {
  172. this.smp_type_code = smp_type_code;
  173. }
  174. public String getSmp_type_name() {
  175. return smp_type_name;
  176. }
  177. public void setSmp_type_name(String smp_type_name) {
  178. this.smp_type_name = smp_type_name;
  179. }
  180. public BigDecimal getSmelting_cnt() {
  181. return smelting_cnt;
  182. }
  183. public void setSmelting_cnt(BigDecimal smelting_cnt) {
  184. this.smelting_cnt = smelting_cnt;
  185. }
  186. public BigDecimal getProduct_cnt() {
  187. return product_cnt;
  188. }
  189. public void setProduct_cnt(BigDecimal product_cnt) {
  190. this.product_cnt = product_cnt;
  191. }
  192. public String getAssay_no_cp() {
  193. return assay_no_cp;
  194. }
  195. public void setAssay_no_cp(String assay_no_cp) {
  196. this.assay_no_cp = assay_no_cp;
  197. }
  198. public String getAssay_no_rl() {
  199. return assay_no_rl;
  200. }
  201. public void setAssay_no_rl(String assay_no_rl) {
  202. this.assay_no_rl = assay_no_rl;
  203. }
  204. public String getCic_id() {
  205. return cic_id;
  206. }
  207. public void setCic_id(String cic_id) {
  208. this.cic_id = cic_id;
  209. }
  210. public String getPhy_id() {
  211. return phy_id;
  212. }
  213. public void setPhy_id(String phy_id) {
  214. this.phy_id = phy_id;
  215. }
  216. public String getJudge_status() {
  217. return judge_status;
  218. }
  219. public void setJudge_status(String judge_status) {
  220. this.judge_status = judge_status;
  221. }
  222. public String getJudge_result_code() {
  223. return judge_result_code;
  224. }
  225. public void setJudge_result_code(String judge_result_code) {
  226. this.judge_result_code = judge_result_code;
  227. }
  228. public String getJudge_result_desc() {
  229. return judge_result_desc;
  230. }
  231. public void setJudge_result_desc(String judge_result_desc) {
  232. this.judge_result_desc = judge_result_desc;
  233. }
  234. public String getJudge_name() {
  235. return judge_name;
  236. }
  237. public void setJudge_name(String judge_name) {
  238. this.judge_name = judge_name;
  239. }
  240. public Date getJudge_time() {
  241. return judge_time;
  242. }
  243. public void setJudge_time(Date judge_time) {
  244. this.judge_time = judge_time;
  245. }
  246. public String getJudge_memo() {
  247. return judge_memo;
  248. }
  249. public void setJudge_memo(String judge_memo) {
  250. this.judge_memo = judge_memo;
  251. }
  252. public String getProd_code() {
  253. return prod_code;
  254. }
  255. public void setProd_code(String prod_code) {
  256. this.prod_code = prod_code;
  257. }
  258. public String getProd_name() {
  259. return prod_name;
  260. }
  261. public void setProd_name(String prod_name) {
  262. this.prod_name = prod_name;
  263. }
  264. public String getSteel_code() {
  265. return steel_code;
  266. }
  267. public void setSteel_code(String steel_code) {
  268. this.steel_code = steel_code;
  269. }
  270. public String getSteel_name() {
  271. return steel_name;
  272. }
  273. public void setSteel_name(String steel_name) {
  274. this.steel_name = steel_name;
  275. }
  276. public String getStd_code() {
  277. return std_code;
  278. }
  279. public void setStd_code(String std_code) {
  280. this.std_code = std_code;
  281. }
  282. public String getStd_name() {
  283. return std_name;
  284. }
  285. public void setStd_name(String std_name) {
  286. this.std_name = std_name;
  287. }
  288. public Date getCreate_time() {
  289. return create_time;
  290. }
  291. public void setCreate_time(Date create_time) {
  292. this.create_time = create_time;
  293. }
  294. public String getCreate_id() {
  295. return create_id;
  296. }
  297. public void setCreate_id(String create_id) {
  298. this.create_id = create_id;
  299. }
  300. public String getCreate_name() {
  301. return create_name;
  302. }
  303. public void setCreate_name(String create_name) {
  304. this.create_name = create_name;
  305. }
  306. }