92d5bd86045a1645034e26e0d965b21bf8c03cb4.svn-base 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. package QCM.COMMUNAL.VO;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. public class QcmJudgeChemical implements Serializable{
  5. private String cic_id;
  6. /**
  7. *成分判定记录号(C+2位年/月/日+4位流水号)
  8. */
  9. public String getCic_id(){
  10. return this.cic_id;
  11. }
  12. /**
  13. *成分判定记录号(C+2位年/月/日+4位流水号)
  14. */
  15. public void setCic_id(String cic_id){
  16. this.cic_id=cic_id;
  17. }
  18. private String heat_no;
  19. /**
  20. *炉号
  21. */
  22. public String getHeat_no(){
  23. return this.heat_no;
  24. }
  25. /**
  26. *炉号
  27. */
  28. public void setHeat_no(String heat_no){
  29. this.heat_no=heat_no;
  30. }
  31. private String batch_no;
  32. /**
  33. *轧批号
  34. */
  35. public String getBatch_no(){
  36. return this.batch_no;
  37. }
  38. /**
  39. *轧批号
  40. */
  41. public void setBatch_no(String batch_no){
  42. this.batch_no=batch_no;
  43. }
  44. private String inspection_lot;
  45. /**
  46. *检验号
  47. */
  48. public String getInspection_lot(){
  49. return this.inspection_lot;
  50. }
  51. /**
  52. *检验号
  53. */
  54. public void setInspection_lot(String inspection_lot){
  55. this.inspection_lot=inspection_lot;
  56. }
  57. private String smp_no;
  58. /**
  59. *试样号
  60. */
  61. public String getSmp_no(){
  62. return this.smp_no;
  63. }
  64. /**
  65. *试样号
  66. */
  67. public void setSmp_no(String smp_no){
  68. this.smp_no=smp_no;
  69. }
  70. private String design_key;
  71. /**
  72. *DESIGN_KEY
  73. */
  74. public String getDesign_key(){
  75. return this.design_key;
  76. }
  77. /**
  78. *DESIGN_KEY
  79. */
  80. public void setDesign_key(String design_key){
  81. this.design_key=design_key;
  82. }
  83. private String psc;
  84. /**
  85. *产品规范码
  86. */
  87. public String getPsc(){
  88. return this.psc;
  89. }
  90. /**
  91. *产品规范码
  92. */
  93. public void setPsc(String psc){
  94. this.psc=psc;
  95. }
  96. private String assay_no_cp;
  97. /**
  98. *成品成分化验号集合(存在多个的情况下,使用","进行分割)
  99. */
  100. public String getAssay_no_cp(){
  101. return this.assay_no_cp;
  102. }
  103. /**
  104. *成品成分化验号集合(存在多个的情况下,使用","进行分割)
  105. */
  106. public void setAssay_no_cp(String assay_no_cp){
  107. this.assay_no_cp=assay_no_cp;
  108. }
  109. private String assay_no_rl;
  110. /**
  111. *熔炼成分化验号集合(存在多个的情况下,使用","进行分割)
  112. */
  113. public String getAssay_no_rl(){
  114. return this.assay_no_rl;
  115. }
  116. /**
  117. *熔炼成分化验号集合(存在多个的情况下,使用","进行分割)
  118. */
  119. public void setAssay_no_rl(String assay_no_rl){
  120. this.assay_no_rl=assay_no_rl;
  121. }
  122. private String pline_code;
  123. /**
  124. *产线代码
  125. */
  126. public String getPline_code(){
  127. return this.pline_code;
  128. }
  129. /**
  130. *产线代码
  131. */
  132. public void setPline_code(String pline_code){
  133. this.pline_code=pline_code;
  134. }
  135. private String pline_name;
  136. /**
  137. *产线名称
  138. */
  139. public String getPline_name(){
  140. return this.pline_name;
  141. }
  142. /**
  143. *产线名称
  144. */
  145. public void setPline_name(String pline_name){
  146. this.pline_name=pline_name;
  147. }
  148. private String cic_result_code;
  149. /**
  150. *判定结果代码
  151. */
  152. public String getCic_result_code(){
  153. return this.cic_result_code;
  154. }
  155. /**
  156. *判定结果代码
  157. */
  158. public void setCic_result_code(String cic_result_code){
  159. this.cic_result_code=cic_result_code;
  160. }
  161. private String cic_result_desc;
  162. /**
  163. *判定结果描述
  164. */
  165. public String getCic_result_desc(){
  166. return this.cic_result_desc;
  167. }
  168. /**
  169. *判定结果描述
  170. */
  171. public void setCic_result_desc(String cic_result_desc){
  172. this.cic_result_desc=cic_result_desc;
  173. }
  174. private String cic_memo;
  175. /**
  176. *判定备注
  177. */
  178. public String getCic_memo(){
  179. return this.cic_memo;
  180. }
  181. /**
  182. *判定备注
  183. */
  184. public void setCic_memo(String cic_memo){
  185. this.cic_memo=cic_memo;
  186. }
  187. private String judge_name;
  188. /**
  189. *判定人
  190. */
  191. public String getJudge_name(){
  192. return this.judge_name;
  193. }
  194. public void setJudge_name(String judge_name){
  195. this.judge_name=judge_name;
  196. }
  197. private Date judge_ttime;
  198. /**
  199. *判定时间
  200. */
  201. public Date getJudge_ttime(){
  202. return this.judge_ttime;
  203. }
  204. /**
  205. *判定时间
  206. */
  207. public void setJudge_ttime(Date judge_ttime){
  208. this.judge_ttime=judge_ttime;
  209. }
  210. /**
  211. * 物料号
  212. */
  213. private String material_no;
  214. public String getMaterial_no() {
  215. return material_no;
  216. }
  217. public void setMaterial_no(String material_no) {
  218. this.material_no = material_no;
  219. }
  220. private String psc_desc;
  221. private String prod_code;
  222. private String prod_name;
  223. private String steel_code;
  224. private String steel_name;
  225. private String std_code;
  226. private String std_name;
  227. public String getPsc_desc() {
  228. return psc_desc;
  229. }
  230. public void setPsc_desc(String psc_desc) {
  231. this.psc_desc = psc_desc;
  232. }
  233. public String getProd_code() {
  234. return prod_code;
  235. }
  236. public void setProd_code(String prod_code) {
  237. this.prod_code = prod_code;
  238. }
  239. public String getProd_name() {
  240. return prod_name;
  241. }
  242. public void setProd_name(String prod_name) {
  243. this.prod_name = prod_name;
  244. }
  245. public String getSteel_code() {
  246. return steel_code;
  247. }
  248. public void setSteel_code(String steel_code) {
  249. this.steel_code = steel_code;
  250. }
  251. public String getSteel_name() {
  252. return steel_name;
  253. }
  254. public void setSteel_name(String steel_name) {
  255. this.steel_name = steel_name;
  256. }
  257. public String getStd_code() {
  258. return std_code;
  259. }
  260. public void setStd_code(String std_code) {
  261. this.std_code = std_code;
  262. }
  263. public String getStd_name() {
  264. return std_name;
  265. }
  266. public void setStd_name(String std_name) {
  267. this.std_name = std_name;
  268. }
  269. private String board_no;
  270. public String getBoard_no() {
  271. return board_no;
  272. }
  273. public void setBoard_no(String board_no) {
  274. this.board_no = board_no;
  275. }
  276. private String delivery_state_code;
  277. public String getDelivery_state_code() {
  278. return delivery_state_code;
  279. }
  280. public void setDelivery_state_code(String delivery_state_code) {
  281. this.delivery_state_code = delivery_state_code;
  282. }
  283. private String delivery_state_desc;
  284. public String getDelivery_state_desc() {
  285. return delivery_state_desc;
  286. }
  287. public void setDelivery_state_desc(String delivery_state_desc) {
  288. this.delivery_state_desc = delivery_state_desc;
  289. }
  290. private String thick;
  291. private String width;
  292. private String length;
  293. public String getThick() {
  294. return thick;
  295. }
  296. public void setThick(String thick) {
  297. this.thick = thick;
  298. }
  299. public String getWidth() {
  300. return width;
  301. }
  302. public void setWidth(String width) {
  303. this.width = width;
  304. }
  305. public String getLength() {
  306. return length;
  307. }
  308. public void setLength(String length) {
  309. this.length = length;
  310. }
  311. private String grade_code;
  312. private String grade_name;
  313. public String getGrade_code() {
  314. return grade_code;
  315. }
  316. public void setGrade_code(String grade_code) {
  317. this.grade_code = grade_code;
  318. }
  319. public String getGrade_name() {
  320. return grade_name;
  321. }
  322. public void setGrade_name(String grade_name) {
  323. this.grade_name = grade_name;
  324. }
  325. }