XtBjzpz.java 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. package com.huimv.xt.dataobject;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. public class XtBjzpz extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column xt_bjzpz.ID
  8. *
  9. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column xt_bjzpz.JQID
  15. *
  16. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  17. */
  18. private String jqid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column xt_bjzpz.GWBJZ
  22. *
  23. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  24. */
  25. private BigDecimal gwbjz;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column xt_bjzpz.DWBJZ
  29. *
  30. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  31. */
  32. private BigDecimal dwbjz;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column xt_bjzpz.WCBJZ
  36. *
  37. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  38. */
  39. private BigDecimal wcbjz;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column xt_bjzpz.GSBJZ
  43. *
  44. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  45. */
  46. private BigDecimal gsbjz;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column xt_bjzpz.GABJZ
  50. *
  51. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  52. */
  53. private BigDecimal gabjz;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column xt_bjzpz.XGSJ
  57. *
  58. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  59. */
  60. private Date xgsj;
  61. /**
  62. * This method was generated by Apache iBATIS ibator.
  63. * This method returns the value of the database column xt_bjzpz.ID
  64. *
  65. * @return the value of xt_bjzpz.ID
  66. *
  67. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  68. */
  69. public Integer getId() {
  70. return id;
  71. }
  72. /**
  73. * This method was generated by Apache iBATIS ibator.
  74. * This method sets the value of the database column xt_bjzpz.ID
  75. *
  76. * @param id the value for xt_bjzpz.ID
  77. *
  78. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  79. */
  80. public void setId(Integer id) {
  81. this.id = id;
  82. }
  83. /**
  84. * This method was generated by Apache iBATIS ibator.
  85. * This method returns the value of the database column xt_bjzpz.JQID
  86. *
  87. * @return the value of xt_bjzpz.JQID
  88. *
  89. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  90. */
  91. public String getJqid() {
  92. return jqid;
  93. }
  94. /**
  95. * This method was generated by Apache iBATIS ibator.
  96. * This method sets the value of the database column xt_bjzpz.JQID
  97. *
  98. * @param jqid the value for xt_bjzpz.JQID
  99. *
  100. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  101. */
  102. public void setJqid(String jqid) {
  103. this.jqid = jqid == null ? null : jqid.trim();
  104. }
  105. /**
  106. * This method was generated by Apache iBATIS ibator.
  107. * This method returns the value of the database column xt_bjzpz.GWBJZ
  108. *
  109. * @return the value of xt_bjzpz.GWBJZ
  110. *
  111. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  112. */
  113. public BigDecimal getGwbjz() {
  114. return gwbjz;
  115. }
  116. /**
  117. * This method was generated by Apache iBATIS ibator.
  118. * This method sets the value of the database column xt_bjzpz.GWBJZ
  119. *
  120. * @param gwbjz the value for xt_bjzpz.GWBJZ
  121. *
  122. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  123. */
  124. public void setGwbjz(BigDecimal gwbjz) {
  125. this.gwbjz = gwbjz;
  126. }
  127. /**
  128. * This method was generated by Apache iBATIS ibator.
  129. * This method returns the value of the database column xt_bjzpz.DWBJZ
  130. *
  131. * @return the value of xt_bjzpz.DWBJZ
  132. *
  133. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  134. */
  135. public BigDecimal getDwbjz() {
  136. return dwbjz;
  137. }
  138. /**
  139. * This method was generated by Apache iBATIS ibator.
  140. * This method sets the value of the database column xt_bjzpz.DWBJZ
  141. *
  142. * @param dwbjz the value for xt_bjzpz.DWBJZ
  143. *
  144. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  145. */
  146. public void setDwbjz(BigDecimal dwbjz) {
  147. this.dwbjz = dwbjz;
  148. }
  149. /**
  150. * This method was generated by Apache iBATIS ibator.
  151. * This method returns the value of the database column xt_bjzpz.WCBJZ
  152. *
  153. * @return the value of xt_bjzpz.WCBJZ
  154. *
  155. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  156. */
  157. public BigDecimal getWcbjz() {
  158. return wcbjz;
  159. }
  160. /**
  161. * This method was generated by Apache iBATIS ibator.
  162. * This method sets the value of the database column xt_bjzpz.WCBJZ
  163. *
  164. * @param wcbjz the value for xt_bjzpz.WCBJZ
  165. *
  166. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  167. */
  168. public void setWcbjz(BigDecimal wcbjz) {
  169. this.wcbjz = wcbjz;
  170. }
  171. /**
  172. * This method was generated by Apache iBATIS ibator.
  173. * This method returns the value of the database column xt_bjzpz.GSBJZ
  174. *
  175. * @return the value of xt_bjzpz.GSBJZ
  176. *
  177. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  178. */
  179. public BigDecimal getGsbjz() {
  180. return gsbjz;
  181. }
  182. /**
  183. * This method was generated by Apache iBATIS ibator.
  184. * This method sets the value of the database column xt_bjzpz.GSBJZ
  185. *
  186. * @param gsbjz the value for xt_bjzpz.GSBJZ
  187. *
  188. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  189. */
  190. public void setGsbjz(BigDecimal gsbjz) {
  191. this.gsbjz = gsbjz;
  192. }
  193. /**
  194. * This method was generated by Apache iBATIS ibator.
  195. * This method returns the value of the database column xt_bjzpz.GABJZ
  196. *
  197. * @return the value of xt_bjzpz.GABJZ
  198. *
  199. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  200. */
  201. public BigDecimal getGabjz() {
  202. return gabjz;
  203. }
  204. /**
  205. * This method was generated by Apache iBATIS ibator.
  206. * This method sets the value of the database column xt_bjzpz.GABJZ
  207. *
  208. * @param gabjz the value for xt_bjzpz.GABJZ
  209. *
  210. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  211. */
  212. public void setGabjz(BigDecimal gabjz) {
  213. this.gabjz = gabjz;
  214. }
  215. /**
  216. * This method was generated by Apache iBATIS ibator.
  217. * This method returns the value of the database column xt_bjzpz.XGSJ
  218. *
  219. * @return the value of xt_bjzpz.XGSJ
  220. *
  221. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  222. */
  223. public Date getXgsj() {
  224. return xgsj;
  225. }
  226. /**
  227. * This method was generated by Apache iBATIS ibator.
  228. * This method sets the value of the database column xt_bjzpz.XGSJ
  229. *
  230. * @param xgsj the value for xt_bjzpz.XGSJ
  231. *
  232. * @ibatorgenerated Fri Jun 10 14:56:49 CST 2016
  233. */
  234. public void setXgsj(Date xgsj) {
  235. this.xgsj = xgsj;
  236. }
  237. }