XtHkbjgzxx.java 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtHkbjgzxx extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_hkbj_gzxx.ID
  7. *
  8. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  9. */
  10. private Integer id;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_hkbj_gzxx.JQID
  14. *
  15. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  16. */
  17. private String jqid;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_hkbj_gzxx.GZLX
  21. *
  22. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  23. */
  24. private String gzlx;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_hkbj_gzxx.FSSJ
  28. *
  29. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  30. */
  31. private Date fssj;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_hkbj_gzxx.JSSJ
  35. *
  36. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  37. */
  38. private Date jssj;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_hkbj_gzxx.SBLX
  42. *
  43. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  44. */
  45. private String sblx;
  46. /**
  47. * This field was generated by Apache iBATIS ibator.
  48. * This field corresponds to the database column xt_hkbj_gzxx.SBXH
  49. *
  50. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  51. */
  52. private String sbxh;
  53. /**
  54. * This field was generated by Apache iBATIS ibator.
  55. * This field corresponds to the database column xt_hkbj_gzxx.UUID
  56. *
  57. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  58. */
  59. private String uuid;
  60. /**
  61. * This field was generated by Apache iBATIS ibator.
  62. * This field corresponds to the database column xt_hkbj_gzxx.TXBZ
  63. *
  64. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  65. */
  66. private Integer txbz;
  67. /**
  68. * This method was generated by Apache iBATIS ibator.
  69. * This method returns the value of the database column xt_hkbj_gzxx.ID
  70. *
  71. * @return the value of xt_hkbj_gzxx.ID
  72. *
  73. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  74. */
  75. public Integer getId() {
  76. return id;
  77. }
  78. /**
  79. * This method was generated by Apache iBATIS ibator.
  80. * This method sets the value of the database column xt_hkbj_gzxx.ID
  81. *
  82. * @param id the value for xt_hkbj_gzxx.ID
  83. *
  84. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  85. */
  86. public void setId(Integer id) {
  87. this.id = id;
  88. }
  89. /**
  90. * This method was generated by Apache iBATIS ibator.
  91. * This method returns the value of the database column xt_hkbj_gzxx.JQID
  92. *
  93. * @return the value of xt_hkbj_gzxx.JQID
  94. *
  95. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  96. */
  97. public String getJqid() {
  98. return jqid;
  99. }
  100. /**
  101. * This method was generated by Apache iBATIS ibator.
  102. * This method sets the value of the database column xt_hkbj_gzxx.JQID
  103. *
  104. * @param jqid the value for xt_hkbj_gzxx.JQID
  105. *
  106. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  107. */
  108. public void setJqid(String jqid) {
  109. this.jqid = jqid == null ? null : jqid.trim();
  110. }
  111. /**
  112. * This method was generated by Apache iBATIS ibator.
  113. * This method returns the value of the database column xt_hkbj_gzxx.GZLX
  114. *
  115. * @return the value of xt_hkbj_gzxx.GZLX
  116. *
  117. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  118. */
  119. public String getGzlx() {
  120. return gzlx;
  121. }
  122. /**
  123. * This method was generated by Apache iBATIS ibator.
  124. * This method sets the value of the database column xt_hkbj_gzxx.GZLX
  125. *
  126. * @param gzlx the value for xt_hkbj_gzxx.GZLX
  127. *
  128. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  129. */
  130. public void setGzlx(String gzlx) {
  131. this.gzlx = gzlx == null ? null : gzlx.trim();
  132. }
  133. /**
  134. * This method was generated by Apache iBATIS ibator.
  135. * This method returns the value of the database column xt_hkbj_gzxx.FSSJ
  136. *
  137. * @return the value of xt_hkbj_gzxx.FSSJ
  138. *
  139. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  140. */
  141. public Date getFssj() {
  142. return fssj;
  143. }
  144. /**
  145. * This method was generated by Apache iBATIS ibator.
  146. * This method sets the value of the database column xt_hkbj_gzxx.FSSJ
  147. *
  148. * @param fssj the value for xt_hkbj_gzxx.FSSJ
  149. *
  150. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  151. */
  152. public void setFssj(Date fssj) {
  153. this.fssj = fssj;
  154. }
  155. /**
  156. * This method was generated by Apache iBATIS ibator.
  157. * This method returns the value of the database column xt_hkbj_gzxx.JSSJ
  158. *
  159. * @return the value of xt_hkbj_gzxx.JSSJ
  160. *
  161. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  162. */
  163. public Date getJssj() {
  164. return jssj;
  165. }
  166. /**
  167. * This method was generated by Apache iBATIS ibator.
  168. * This method sets the value of the database column xt_hkbj_gzxx.JSSJ
  169. *
  170. * @param jssj the value for xt_hkbj_gzxx.JSSJ
  171. *
  172. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  173. */
  174. public void setJssj(Date jssj) {
  175. this.jssj = jssj;
  176. }
  177. /**
  178. * This method was generated by Apache iBATIS ibator.
  179. * This method returns the value of the database column xt_hkbj_gzxx.SBLX
  180. *
  181. * @return the value of xt_hkbj_gzxx.SBLX
  182. *
  183. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  184. */
  185. public String getSblx() {
  186. return sblx;
  187. }
  188. /**
  189. * This method was generated by Apache iBATIS ibator.
  190. * This method sets the value of the database column xt_hkbj_gzxx.SBLX
  191. *
  192. * @param sblx the value for xt_hkbj_gzxx.SBLX
  193. *
  194. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  195. */
  196. public void setSblx(String sblx) {
  197. this.sblx = sblx == null ? null : sblx.trim();
  198. }
  199. /**
  200. * This method was generated by Apache iBATIS ibator.
  201. * This method returns the value of the database column xt_hkbj_gzxx.SBXH
  202. *
  203. * @return the value of xt_hkbj_gzxx.SBXH
  204. *
  205. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  206. */
  207. public String getSbxh() {
  208. return sbxh;
  209. }
  210. /**
  211. * This method was generated by Apache iBATIS ibator.
  212. * This method sets the value of the database column xt_hkbj_gzxx.SBXH
  213. *
  214. * @param sbxh the value for xt_hkbj_gzxx.SBXH
  215. *
  216. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  217. */
  218. public void setSbxh(String sbxh) {
  219. this.sbxh = sbxh == null ? null : sbxh.trim();
  220. }
  221. /**
  222. * This method was generated by Apache iBATIS ibator.
  223. * This method returns the value of the database column xt_hkbj_gzxx.UUID
  224. *
  225. * @return the value of xt_hkbj_gzxx.UUID
  226. *
  227. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  228. */
  229. public String getUuid() {
  230. return uuid;
  231. }
  232. /**
  233. * This method was generated by Apache iBATIS ibator.
  234. * This method sets the value of the database column xt_hkbj_gzxx.UUID
  235. *
  236. * @param uuid the value for xt_hkbj_gzxx.UUID
  237. *
  238. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  239. */
  240. public void setUuid(String uuid) {
  241. this.uuid = uuid == null ? null : uuid.trim();
  242. }
  243. /**
  244. * This method was generated by Apache iBATIS ibator.
  245. * This method returns the value of the database column xt_hkbj_gzxx.TXBZ
  246. *
  247. * @return the value of xt_hkbj_gzxx.TXBZ
  248. *
  249. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  250. */
  251. public Integer getTxbz() {
  252. return txbz;
  253. }
  254. /**
  255. * This method was generated by Apache iBATIS ibator.
  256. * This method sets the value of the database column xt_hkbj_gzxx.TXBZ
  257. *
  258. * @param txbz the value for xt_hkbj_gzxx.TXBZ
  259. *
  260. * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
  261. */
  262. public void setTxbz(Integer txbz) {
  263. this.txbz = txbz;
  264. }
  265. private int count;
  266. private String gzxx;
  267. private String zsmc;
  268. private String mcmc;
  269. private String fssjStr;
  270. private String zsqy;
  271. public String getZsmc() {
  272. return zsmc;
  273. }
  274. public void setZsmc(String zsmc) {
  275. this.zsmc = zsmc;
  276. }
  277. public String getMcmc() {
  278. return mcmc;
  279. }
  280. public void setMcmc(String mcmc) {
  281. this.mcmc = mcmc;
  282. }
  283. public String getGzxx() {
  284. return gzxx;
  285. }
  286. public void setGzxx(String gzxx) {
  287. this.gzxx = gzxx;
  288. }
  289. public int getCount() {
  290. return count;
  291. }
  292. public void setCount(int count) {
  293. this.count = count;
  294. }
  295. public String getFssjStr() {
  296. return fssjStr;
  297. }
  298. public void setFssjStr(String fssjStr) {
  299. this.fssjStr = fssjStr;
  300. }
  301. public String getZsqy() {
  302. return zsqy;
  303. }
  304. public void setZsqy(String zsqy) {
  305. this.zsqy = zsqy;
  306. }
  307. }