XtHkJrq.java 7.0 KB

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