d7faf59e33f442e2639d93056a295e3dc86a4031.svn-base 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. package QCM.JHY01.VO;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. public class JhySampleDItemModel {
  5. private String specimen_no;
  6. private Integer seq;
  7. private String smp_no;
  8. private String phy_name_l;
  9. private String phy_code_l;
  10. private String phy_code_m;
  11. private String phy_name_m;
  12. private String phy_code_s;
  13. private String phy_name_s;
  14. private String item_code_d;
  15. private String item_name_d;
  16. private String item_code_t;
  17. private String item_name_t;
  18. private String item_code_s;
  19. private String item_name_s;
  20. private String isjudge;
  21. private String judge_basis;
  22. private String phy_unit;
  23. private String group_seq;
  24. private String quote_specimen_no;
  25. private Integer quote_seq;
  26. private String memo;
  27. private String item_code_l;
  28. private String item_desc_l;
  29. private BigDecimal test_qty;
  30. private BigDecimal smp_qty;
  31. private Date create_time;
  32. private String create_id;
  33. private String create_name;
  34. private String specl_fl;
  35. private String item_flag;
  36. private String stdmin_sign;
  37. private String stdmin;
  38. private String stdmax_sign;
  39. private String stdmax;
  40. private String stdmemo;
  41. private String phy_group_code;
  42. private String resmp_seq;
  43. public String getResmp_seq() {
  44. return resmp_seq;
  45. }
  46. public void setResmp_seq(String resmp_seq) {
  47. this.resmp_seq = resmp_seq;
  48. }
  49. public String getSpecimen_no() {
  50. return specimen_no;
  51. }
  52. public void setSpecimen_no(String specimen_no) {
  53. this.specimen_no = specimen_no;
  54. }
  55. public Integer getSeq() {
  56. return seq;
  57. }
  58. public void setSeq(Integer seq) {
  59. this.seq = seq;
  60. }
  61. public String getSmp_no() {
  62. return smp_no;
  63. }
  64. public void setSmp_no(String smp_no) {
  65. this.smp_no = smp_no;
  66. }
  67. public String getPhy_name_l() {
  68. return phy_name_l;
  69. }
  70. public void setPhy_name_l(String phy_name_l) {
  71. this.phy_name_l = phy_name_l;
  72. }
  73. public String getPhy_code_l() {
  74. return phy_code_l;
  75. }
  76. public void setPhy_code_l(String phy_code_l) {
  77. this.phy_code_l = phy_code_l;
  78. }
  79. public String getPhy_code_m() {
  80. return phy_code_m;
  81. }
  82. public void setPhy_code_m(String phy_code_m) {
  83. this.phy_code_m = phy_code_m;
  84. }
  85. public String getPhy_name_m() {
  86. return phy_name_m;
  87. }
  88. public void setPhy_name_m(String phy_name_m) {
  89. this.phy_name_m = phy_name_m;
  90. }
  91. public String getPhy_code_s() {
  92. return phy_code_s;
  93. }
  94. public void setPhy_code_s(String phy_code_s) {
  95. this.phy_code_s = phy_code_s;
  96. }
  97. public String getPhy_name_s() {
  98. return phy_name_s;
  99. }
  100. public void setPhy_name_s(String phy_name_s) {
  101. this.phy_name_s = phy_name_s;
  102. }
  103. public String getItem_code_d() {
  104. return item_code_d;
  105. }
  106. public void setItem_code_d(String item_code_d) {
  107. this.item_code_d = item_code_d;
  108. }
  109. public String getItem_name_d() {
  110. return item_name_d;
  111. }
  112. public void setItem_name_d(String item_name_d) {
  113. this.item_name_d = item_name_d;
  114. }
  115. public String getItem_code_t() {
  116. return item_code_t;
  117. }
  118. public void setItem_code_t(String item_code_t) {
  119. this.item_code_t = item_code_t;
  120. }
  121. public String getItem_name_t() {
  122. return item_name_t;
  123. }
  124. public void setItem_name_t(String item_name_t) {
  125. this.item_name_t = item_name_t;
  126. }
  127. public String getItem_code_s() {
  128. return item_code_s;
  129. }
  130. public void setItem_code_s(String item_code_s) {
  131. this.item_code_s = item_code_s;
  132. }
  133. public String getItem_name_s() {
  134. return item_name_s;
  135. }
  136. public void setItem_name_s(String item_name_s) {
  137. this.item_name_s = item_name_s;
  138. }
  139. public String getIsjudge() {
  140. return isjudge;
  141. }
  142. public void setIsjudge(String isjudge) {
  143. this.isjudge = isjudge;
  144. }
  145. public String getJudge_basis() {
  146. return judge_basis;
  147. }
  148. public void setJudge_basis(String judge_basis) {
  149. this.judge_basis = judge_basis;
  150. }
  151. public String getPhy_unit() {
  152. return phy_unit;
  153. }
  154. public void setPhy_unit(String phy_unit) {
  155. this.phy_unit = phy_unit;
  156. }
  157. public String getGroup_seq() {
  158. return group_seq;
  159. }
  160. public void setGroup_seq(String group_seq) {
  161. this.group_seq = group_seq;
  162. }
  163. public String getQuote_specimen_no() {
  164. return quote_specimen_no;
  165. }
  166. public void setQuote_specimen_no(String quote_specimen_no) {
  167. this.quote_specimen_no = quote_specimen_no;
  168. }
  169. public Integer getQuote_seq() {
  170. return quote_seq;
  171. }
  172. public void setQuote_seq(Integer quote_seq) {
  173. this.quote_seq = quote_seq;
  174. }
  175. public String getMemo() {
  176. return memo;
  177. }
  178. public void setMemo(String memo) {
  179. this.memo = memo;
  180. }
  181. public String getItem_code_l() {
  182. return item_code_l;
  183. }
  184. public void setItem_code_l(String item_code_l) {
  185. this.item_code_l = item_code_l;
  186. }
  187. public String getItem_desc_l() {
  188. return item_desc_l;
  189. }
  190. public void setItem_desc_l(String item_desc_l) {
  191. this.item_desc_l = item_desc_l;
  192. }
  193. public BigDecimal getTest_qty() {
  194. return test_qty;
  195. }
  196. public void setTest_qty(BigDecimal test_qty) {
  197. this.test_qty = test_qty;
  198. }
  199. public BigDecimal getSmp_qty() {
  200. return smp_qty;
  201. }
  202. public void setSmp_qty(BigDecimal smp_qty) {
  203. this.smp_qty = smp_qty;
  204. }
  205. public Date getCreate_time() {
  206. return create_time;
  207. }
  208. public void setCreate_time(Date create_time) {
  209. this.create_time = create_time;
  210. }
  211. public String getCreate_id() {
  212. return create_id;
  213. }
  214. public void setCreate_id(String create_id) {
  215. this.create_id = create_id;
  216. }
  217. public String getCreate_name() {
  218. return create_name;
  219. }
  220. public void setCreate_name(String create_name) {
  221. this.create_name = create_name;
  222. }
  223. public String getSpecl_fl() {
  224. return specl_fl;
  225. }
  226. public void setSpecl_fl(String specl_fl) {
  227. this.specl_fl = specl_fl;
  228. }
  229. public String getItem_flag() {
  230. return item_flag;
  231. }
  232. public void setItem_flag(String item_flag) {
  233. this.item_flag = item_flag;
  234. }
  235. public String getStdmin_sign() {
  236. return stdmin_sign;
  237. }
  238. public void setStdmin_sign(String stdmin_sign) {
  239. this.stdmin_sign = stdmin_sign;
  240. }
  241. public String getStdmin() {
  242. return stdmin;
  243. }
  244. public void setStdmin(String stdmin) {
  245. this.stdmin = stdmin;
  246. }
  247. public String getStdmax_sign() {
  248. return stdmax_sign;
  249. }
  250. public void setStdmax_sign(String stdmax_sign) {
  251. this.stdmax_sign = stdmax_sign;
  252. }
  253. public String getStdmax() {
  254. return stdmax;
  255. }
  256. public void setStdmax(String stdmax) {
  257. this.stdmax = stdmax;
  258. }
  259. public String getStdmemo() {
  260. return stdmemo;
  261. }
  262. public void setStdmemo(String stdmemo) {
  263. this.stdmemo = stdmemo;
  264. }
  265. public String getPhy_group_code() {
  266. return phy_group_code;
  267. }
  268. public void setPhy_group_code(String phy_group_code) {
  269. this.phy_group_code = phy_group_code;
  270. }
  271. }