DaJbdj.java 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. package com.huimv.da.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.math.BigDecimal;
  4. import java.util.Date;
  5. public class DaJbdj extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column da_jbdj.ID
  9. *
  10. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  11. */
  12. private Integer id;
  13. /**
  14. * This field was generated by Apache iBATIS ibator.
  15. * This field corresponds to the database column da_jbdj.LQID
  16. *
  17. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  18. */
  19. private Integer lqid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column da_jbdj.DWEB
  23. *
  24. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  25. */
  26. private String dweb;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column da_jbdj.DQTW
  30. *
  31. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  32. */
  33. private BigDecimal dqtw;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column da_jbdj.QZSJ
  37. *
  38. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  39. */
  40. private Date qzsj;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column da_jbdj.JBZL
  44. *
  45. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  46. */
  47. private String jbzl;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column da_jbdj.YPZL
  51. *
  52. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  53. */
  54. private String ypzl;
  55. private String jbzlmc; // 疾病种类名称
  56. private String ypzlmc; // 药品种类名称
  57. /**
  58. * This method was generated by Apache iBATIS ibator.
  59. * This method returns the value of the database column da_jbdj.ID
  60. *
  61. * @return the value of da_jbdj.ID
  62. *
  63. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  64. */
  65. public Integer getId() {
  66. return id;
  67. }
  68. /**
  69. * This method was generated by Apache iBATIS ibator.
  70. * This method sets the value of the database column da_jbdj.ID
  71. *
  72. * @param id the value for da_jbdj.ID
  73. *
  74. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  75. */
  76. public void setId(Integer id) {
  77. this.id = id;
  78. }
  79. /**
  80. * This method was generated by Apache iBATIS ibator.
  81. * This method returns the value of the database column da_jbdj.LQID
  82. *
  83. * @return the value of da_jbdj.LQID
  84. *
  85. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  86. */
  87. public Integer getLqid() {
  88. return lqid;
  89. }
  90. /**
  91. * This method was generated by Apache iBATIS ibator.
  92. * This method sets the value of the database column da_jbdj.LQID
  93. *
  94. * @param lqid the value for da_jbdj.LQID
  95. *
  96. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  97. */
  98. public void setLqid(Integer lqid) {
  99. this.lqid = lqid;
  100. }
  101. /**
  102. * This method was generated by Apache iBATIS ibator.
  103. * This method returns the value of the database column da_jbdj.DWEB
  104. *
  105. * @return the value of da_jbdj.DWEB
  106. *
  107. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  108. */
  109. public String getDweb() {
  110. return dweb;
  111. }
  112. /**
  113. * This method was generated by Apache iBATIS ibator.
  114. * This method sets the value of the database column da_jbdj.DWEB
  115. *
  116. * @param dweb the value for da_jbdj.DWEB
  117. *
  118. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  119. */
  120. public void setDweb(String dweb) {
  121. this.dweb = dweb == null ? null : dweb.trim();
  122. }
  123. /**
  124. * This method was generated by Apache iBATIS ibator.
  125. * This method returns the value of the database column da_jbdj.DQTW
  126. *
  127. * @return the value of da_jbdj.DQTW
  128. *
  129. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  130. */
  131. public BigDecimal getDqtw() {
  132. return dqtw;
  133. }
  134. /**
  135. * This method was generated by Apache iBATIS ibator.
  136. * This method sets the value of the database column da_jbdj.DQTW
  137. *
  138. * @param dqtw the value for da_jbdj.DQTW
  139. *
  140. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  141. */
  142. public void setDqtw(BigDecimal dqtw) {
  143. this.dqtw = dqtw;
  144. }
  145. /**
  146. * This method was generated by Apache iBATIS ibator.
  147. * This method returns the value of the database column da_jbdj.QZSJ
  148. *
  149. * @return the value of da_jbdj.QZSJ
  150. *
  151. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  152. */
  153. public Date getQzsj() {
  154. return qzsj;
  155. }
  156. /**
  157. * This method was generated by Apache iBATIS ibator.
  158. * This method sets the value of the database column da_jbdj.QZSJ
  159. *
  160. * @param qzsj the value for da_jbdj.QZSJ
  161. *
  162. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  163. */
  164. public void setQzsj(Date qzsj) {
  165. this.qzsj = qzsj;
  166. }
  167. /**
  168. * This method was generated by Apache iBATIS ibator.
  169. * This method returns the value of the database column da_jbdj.JBZL
  170. *
  171. * @return the value of da_jbdj.JBZL
  172. *
  173. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  174. */
  175. public String getJbzl() {
  176. return jbzl;
  177. }
  178. /**
  179. * This method was generated by Apache iBATIS ibator.
  180. * This method sets the value of the database column da_jbdj.JBZL
  181. *
  182. * @param jbzl the value for da_jbdj.JBZL
  183. *
  184. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  185. */
  186. public void setJbzl(String jbzl) {
  187. this.jbzl = jbzl == null ? null : jbzl.trim();
  188. }
  189. /**
  190. * This method was generated by Apache iBATIS ibator.
  191. * This method returns the value of the database column da_jbdj.YPZL
  192. *
  193. * @return the value of da_jbdj.YPZL
  194. *
  195. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  196. */
  197. public String getYpzl() {
  198. return ypzl;
  199. }
  200. /**
  201. * This method was generated by Apache iBATIS ibator.
  202. * This method sets the value of the database column da_jbdj.YPZL
  203. *
  204. * @param ypzl the value for da_jbdj.YPZL
  205. *
  206. * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015
  207. */
  208. public void setYpzl(String ypzl) {
  209. this.ypzl = ypzl == null ? null : ypzl.trim();
  210. }
  211. public String getJbzlmc() {
  212. return jbzlmc;
  213. }
  214. public void setJbzlmc(String jbzlmc) {
  215. this.jbzlmc = jbzlmc;
  216. }
  217. public String getYpzlmc() {
  218. return ypzlmc;
  219. }
  220. public void setYpzlmc(String ypzlmc) {
  221. this.ypzlmc = ypzlmc;
  222. }
  223. }