XtHkqtsb.java 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtHkqtsb extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_hk_qtsb.ID
  7. *
  8. * @ibatorgenerated Fri Sep 22 10:48:32 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_qtsb.JQID
  14. *
  15. * @ibatorgenerated Fri Sep 22 10:48:32 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_qtsb.SL
  21. *
  22. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  23. */
  24. private String sl;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_hk_qtsb.SLXGSJ
  28. *
  29. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  30. */
  31. private Date slxgsj;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_hk_qtsb.ND
  35. *
  36. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  37. */
  38. private String nd;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_hk_qtsb.NDXGSJ
  42. *
  43. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  44. */
  45. private Date ndxgsj;
  46. /**
  47. * This field was generated by Apache iBATIS ibator.
  48. * This field corresponds to the database column xt_hk_qtsb.PL
  49. *
  50. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  51. */
  52. private String pl;
  53. /**
  54. * This field was generated by Apache iBATIS ibator.
  55. * This field corresponds to the database column xt_hk_qtsb.PLXGSJ
  56. *
  57. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  58. */
  59. private Date plxgsj;
  60. /**
  61. * This field was generated by Apache iBATIS ibator.
  62. * This field corresponds to the database column xt_hk_qtsb.ZM
  63. *
  64. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  65. */
  66. private String zm;
  67. /**
  68. * This field was generated by Apache iBATIS ibator.
  69. * This field corresponds to the database column xt_hk_qtsb.ZMXGSJ
  70. *
  71. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  72. */
  73. private Date zmxgsj;
  74. /**
  75. * This method was generated by Apache iBATIS ibator.
  76. * This method returns the value of the database column xt_hk_qtsb.ID
  77. *
  78. * @return the value of xt_hk_qtsb.ID
  79. *
  80. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  81. */
  82. public Integer getId() {
  83. return id;
  84. }
  85. /**
  86. * This method was generated by Apache iBATIS ibator.
  87. * This method sets the value of the database column xt_hk_qtsb.ID
  88. *
  89. * @param id the value for xt_hk_qtsb.ID
  90. *
  91. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  92. */
  93. public void setId(Integer id) {
  94. this.id = id;
  95. }
  96. /**
  97. * This method was generated by Apache iBATIS ibator.
  98. * This method returns the value of the database column xt_hk_qtsb.JQID
  99. *
  100. * @return the value of xt_hk_qtsb.JQID
  101. *
  102. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  103. */
  104. public String getJqid() {
  105. return jqid;
  106. }
  107. /**
  108. * This method was generated by Apache iBATIS ibator.
  109. * This method sets the value of the database column xt_hk_qtsb.JQID
  110. *
  111. * @param jqid the value for xt_hk_qtsb.JQID
  112. *
  113. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  114. */
  115. public void setJqid(String jqid) {
  116. this.jqid = jqid == null ? null : jqid.trim();
  117. }
  118. /**
  119. * This method was generated by Apache iBATIS ibator.
  120. * This method returns the value of the database column xt_hk_qtsb.SL
  121. *
  122. * @return the value of xt_hk_qtsb.SL
  123. *
  124. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  125. */
  126. public String getSl() {
  127. return sl;
  128. }
  129. /**
  130. * This method was generated by Apache iBATIS ibator.
  131. * This method sets the value of the database column xt_hk_qtsb.SL
  132. *
  133. * @param sl the value for xt_hk_qtsb.SL
  134. *
  135. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  136. */
  137. public void setSl(String sl) {
  138. this.sl = sl == null ? null : sl.trim();
  139. }
  140. /**
  141. * This method was generated by Apache iBATIS ibator.
  142. * This method returns the value of the database column xt_hk_qtsb.SLXGSJ
  143. *
  144. * @return the value of xt_hk_qtsb.SLXGSJ
  145. *
  146. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  147. */
  148. public Date getSlxgsj() {
  149. return slxgsj;
  150. }
  151. /**
  152. * This method was generated by Apache iBATIS ibator.
  153. * This method sets the value of the database column xt_hk_qtsb.SLXGSJ
  154. *
  155. * @param slxgsj the value for xt_hk_qtsb.SLXGSJ
  156. *
  157. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  158. */
  159. public void setSlxgsj(Date slxgsj) {
  160. this.slxgsj = slxgsj;
  161. }
  162. /**
  163. * This method was generated by Apache iBATIS ibator.
  164. * This method returns the value of the database column xt_hk_qtsb.ND
  165. *
  166. * @return the value of xt_hk_qtsb.ND
  167. *
  168. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  169. */
  170. public String getNd() {
  171. return nd;
  172. }
  173. /**
  174. * This method was generated by Apache iBATIS ibator.
  175. * This method sets the value of the database column xt_hk_qtsb.ND
  176. *
  177. * @param nd the value for xt_hk_qtsb.ND
  178. *
  179. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  180. */
  181. public void setNd(String nd) {
  182. this.nd = nd == null ? null : nd.trim();
  183. }
  184. /**
  185. * This method was generated by Apache iBATIS ibator.
  186. * This method returns the value of the database column xt_hk_qtsb.NDXGSJ
  187. *
  188. * @return the value of xt_hk_qtsb.NDXGSJ
  189. *
  190. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  191. */
  192. public Date getNdxgsj() {
  193. return ndxgsj;
  194. }
  195. /**
  196. * This method was generated by Apache iBATIS ibator.
  197. * This method sets the value of the database column xt_hk_qtsb.NDXGSJ
  198. *
  199. * @param ndxgsj the value for xt_hk_qtsb.NDXGSJ
  200. *
  201. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  202. */
  203. public void setNdxgsj(Date ndxgsj) {
  204. this.ndxgsj = ndxgsj;
  205. }
  206. /**
  207. * This method was generated by Apache iBATIS ibator.
  208. * This method returns the value of the database column xt_hk_qtsb.PL
  209. *
  210. * @return the value of xt_hk_qtsb.PL
  211. *
  212. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  213. */
  214. public String getPl() {
  215. return pl;
  216. }
  217. /**
  218. * This method was generated by Apache iBATIS ibator.
  219. * This method sets the value of the database column xt_hk_qtsb.PL
  220. *
  221. * @param pl the value for xt_hk_qtsb.PL
  222. *
  223. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  224. */
  225. public void setPl(String pl) {
  226. this.pl = pl == null ? null : pl.trim();
  227. }
  228. /**
  229. * This method was generated by Apache iBATIS ibator.
  230. * This method returns the value of the database column xt_hk_qtsb.PLXGSJ
  231. *
  232. * @return the value of xt_hk_qtsb.PLXGSJ
  233. *
  234. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  235. */
  236. public Date getPlxgsj() {
  237. return plxgsj;
  238. }
  239. /**
  240. * This method was generated by Apache iBATIS ibator.
  241. * This method sets the value of the database column xt_hk_qtsb.PLXGSJ
  242. *
  243. * @param plxgsj the value for xt_hk_qtsb.PLXGSJ
  244. *
  245. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  246. */
  247. public void setPlxgsj(Date plxgsj) {
  248. this.plxgsj = plxgsj;
  249. }
  250. /**
  251. * This method was generated by Apache iBATIS ibator.
  252. * This method returns the value of the database column xt_hk_qtsb.ZM
  253. *
  254. * @return the value of xt_hk_qtsb.ZM
  255. *
  256. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  257. */
  258. public String getZm() {
  259. return zm;
  260. }
  261. /**
  262. * This method was generated by Apache iBATIS ibator.
  263. * This method sets the value of the database column xt_hk_qtsb.ZM
  264. *
  265. * @param zm the value for xt_hk_qtsb.ZM
  266. *
  267. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  268. */
  269. public void setZm(String zm) {
  270. this.zm = zm == null ? null : zm.trim();
  271. }
  272. /**
  273. * This method was generated by Apache iBATIS ibator.
  274. * This method returns the value of the database column xt_hk_qtsb.ZMXGSJ
  275. *
  276. * @return the value of xt_hk_qtsb.ZMXGSJ
  277. *
  278. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  279. */
  280. public Date getZmxgsj() {
  281. return zmxgsj;
  282. }
  283. /**
  284. * This method was generated by Apache iBATIS ibator.
  285. * This method sets the value of the database column xt_hk_qtsb.ZMXGSJ
  286. *
  287. * @param zmxgsj the value for xt_hk_qtsb.ZMXGSJ
  288. *
  289. * @ibatorgenerated Fri Sep 22 10:48:32 CST 2017
  290. */
  291. public void setZmxgsj(Date zmxgsj) {
  292. this.zmxgsj = zmxgsj;
  293. }
  294. }