SjlrFzxs.java 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. package com.huimv.sjlr.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class SjlrFzxs extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column sjlr_fzxs.ID
  8. *
  9. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column sjlr_fzxs.MCID
  15. *
  16. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  17. */
  18. private Integer mcid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column sjlr_fzxs.DJH
  22. *
  23. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  24. */
  25. private String djh;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column sjlr_fzxs.XSSJ
  29. *
  30. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  31. */
  32. private Date xssj;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column sjlr_fzxs.KHMC
  36. *
  37. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  38. */
  39. private String khmc;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column sjlr_fzxs.XSLX
  43. *
  44. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  45. */
  46. private String xslx;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column sjlr_fzxs.DQSL
  50. *
  51. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  52. */
  53. private String dqsl;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column sjlr_fzxs.SL
  57. *
  58. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  59. */
  60. private Integer sl;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column sjlr_fzxs.ZL
  64. *
  65. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  66. */
  67. private String zl;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column sjlr_fzxs.XSJE
  71. *
  72. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  73. */
  74. private String xsje;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column sjlr_fzxs.BZ
  78. *
  79. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  80. */
  81. private String bz;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column sjlr_fzxs.XGR
  85. *
  86. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  87. */
  88. private String xgr;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column sjlr_fzxs.XGSJ
  92. *
  93. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  94. */
  95. private Date xgsj;
  96. /**
  97. * This field was generated by Apache iBATIS ibator.
  98. * This field corresponds to the database column sjlr_fzxs.ZFBZ
  99. *
  100. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  101. */
  102. private Integer zfbz;
  103. /**
  104. * This method was generated by Apache iBATIS ibator.
  105. * This method returns the value of the database column sjlr_fzxs.ID
  106. *
  107. * @return the value of sjlr_fzxs.ID
  108. *
  109. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  110. */
  111. public Integer getId() {
  112. return id;
  113. }
  114. /**
  115. * This method was generated by Apache iBATIS ibator.
  116. * This method sets the value of the database column sjlr_fzxs.ID
  117. *
  118. * @param id the value for sjlr_fzxs.ID
  119. *
  120. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  121. */
  122. public void setId(Integer id) {
  123. this.id = id;
  124. }
  125. /**
  126. * This method was generated by Apache iBATIS ibator.
  127. * This method returns the value of the database column sjlr_fzxs.MCID
  128. *
  129. * @return the value of sjlr_fzxs.MCID
  130. *
  131. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  132. */
  133. public Integer getMcid() {
  134. return mcid;
  135. }
  136. /**
  137. * This method was generated by Apache iBATIS ibator.
  138. * This method sets the value of the database column sjlr_fzxs.MCID
  139. *
  140. * @param mcid the value for sjlr_fzxs.MCID
  141. *
  142. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  143. */
  144. public void setMcid(Integer mcid) {
  145. this.mcid = mcid;
  146. }
  147. /**
  148. * This method was generated by Apache iBATIS ibator.
  149. * This method returns the value of the database column sjlr_fzxs.DJH
  150. *
  151. * @return the value of sjlr_fzxs.DJH
  152. *
  153. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  154. */
  155. public String getDjh() {
  156. return djh;
  157. }
  158. /**
  159. * This method was generated by Apache iBATIS ibator.
  160. * This method sets the value of the database column sjlr_fzxs.DJH
  161. *
  162. * @param djh the value for sjlr_fzxs.DJH
  163. *
  164. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  165. */
  166. public void setDjh(String djh) {
  167. this.djh = djh == null ? null : djh.trim();
  168. }
  169. /**
  170. * This method was generated by Apache iBATIS ibator.
  171. * This method returns the value of the database column sjlr_fzxs.XSSJ
  172. *
  173. * @return the value of sjlr_fzxs.XSSJ
  174. *
  175. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  176. */
  177. public Date getXssj() {
  178. return xssj;
  179. }
  180. /**
  181. * This method was generated by Apache iBATIS ibator.
  182. * This method sets the value of the database column sjlr_fzxs.XSSJ
  183. *
  184. * @param xssj the value for sjlr_fzxs.XSSJ
  185. *
  186. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  187. */
  188. public void setXssj(Date xssj) {
  189. this.xssj = xssj;
  190. }
  191. /**
  192. * This method was generated by Apache iBATIS ibator.
  193. * This method returns the value of the database column sjlr_fzxs.KHMC
  194. *
  195. * @return the value of sjlr_fzxs.KHMC
  196. *
  197. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  198. */
  199. public String getKhmc() {
  200. return khmc;
  201. }
  202. /**
  203. * This method was generated by Apache iBATIS ibator.
  204. * This method sets the value of the database column sjlr_fzxs.KHMC
  205. *
  206. * @param khmc the value for sjlr_fzxs.KHMC
  207. *
  208. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  209. */
  210. public void setKhmc(String khmc) {
  211. this.khmc = khmc == null ? null : khmc.trim();
  212. }
  213. /**
  214. * This method was generated by Apache iBATIS ibator.
  215. * This method returns the value of the database column sjlr_fzxs.XSLX
  216. *
  217. * @return the value of sjlr_fzxs.XSLX
  218. *
  219. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  220. */
  221. public String getXslx() {
  222. return xslx;
  223. }
  224. /**
  225. * This method was generated by Apache iBATIS ibator.
  226. * This method sets the value of the database column sjlr_fzxs.XSLX
  227. *
  228. * @param xslx the value for sjlr_fzxs.XSLX
  229. *
  230. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  231. */
  232. public void setXslx(String xslx) {
  233. this.xslx = xslx == null ? null : xslx.trim();
  234. }
  235. /**
  236. * This method was generated by Apache iBATIS ibator.
  237. * This method returns the value of the database column sjlr_fzxs.DQSL
  238. *
  239. * @return the value of sjlr_fzxs.DQSL
  240. *
  241. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  242. */
  243. public String getDqsl() {
  244. return dqsl;
  245. }
  246. /**
  247. * This method was generated by Apache iBATIS ibator.
  248. * This method sets the value of the database column sjlr_fzxs.DQSL
  249. *
  250. * @param dqsl the value for sjlr_fzxs.DQSL
  251. *
  252. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  253. */
  254. public void setDqsl(String dqsl) {
  255. this.dqsl = dqsl == null ? null : dqsl.trim();
  256. }
  257. /**
  258. * This method was generated by Apache iBATIS ibator.
  259. * This method returns the value of the database column sjlr_fzxs.SL
  260. *
  261. * @return the value of sjlr_fzxs.SL
  262. *
  263. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  264. */
  265. public Integer getSl() {
  266. return sl;
  267. }
  268. /**
  269. * This method was generated by Apache iBATIS ibator.
  270. * This method sets the value of the database column sjlr_fzxs.SL
  271. *
  272. * @param sl the value for sjlr_fzxs.SL
  273. *
  274. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  275. */
  276. public void setSl(Integer sl) {
  277. this.sl = sl;
  278. }
  279. /**
  280. * This method was generated by Apache iBATIS ibator.
  281. * This method returns the value of the database column sjlr_fzxs.ZL
  282. *
  283. * @return the value of sjlr_fzxs.ZL
  284. *
  285. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  286. */
  287. public String getZl() {
  288. return zl;
  289. }
  290. /**
  291. * This method was generated by Apache iBATIS ibator.
  292. * This method sets the value of the database column sjlr_fzxs.ZL
  293. *
  294. * @param zl the value for sjlr_fzxs.ZL
  295. *
  296. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  297. */
  298. public void setZl(String zl) {
  299. this.zl = zl == null ? null : zl.trim();
  300. }
  301. /**
  302. * This method was generated by Apache iBATIS ibator.
  303. * This method returns the value of the database column sjlr_fzxs.XSJE
  304. *
  305. * @return the value of sjlr_fzxs.XSJE
  306. *
  307. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  308. */
  309. public String getXsje() {
  310. return xsje;
  311. }
  312. /**
  313. * This method was generated by Apache iBATIS ibator.
  314. * This method sets the value of the database column sjlr_fzxs.XSJE
  315. *
  316. * @param xsje the value for sjlr_fzxs.XSJE
  317. *
  318. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  319. */
  320. public void setXsje(String xsje) {
  321. this.xsje = xsje == null ? null : xsje.trim();
  322. }
  323. /**
  324. * This method was generated by Apache iBATIS ibator.
  325. * This method returns the value of the database column sjlr_fzxs.BZ
  326. *
  327. * @return the value of sjlr_fzxs.BZ
  328. *
  329. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  330. */
  331. public String getBz() {
  332. return bz;
  333. }
  334. /**
  335. * This method was generated by Apache iBATIS ibator.
  336. * This method sets the value of the database column sjlr_fzxs.BZ
  337. *
  338. * @param bz the value for sjlr_fzxs.BZ
  339. *
  340. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  341. */
  342. public void setBz(String bz) {
  343. this.bz = bz == null ? null : bz.trim();
  344. }
  345. /**
  346. * This method was generated by Apache iBATIS ibator.
  347. * This method returns the value of the database column sjlr_fzxs.XGR
  348. *
  349. * @return the value of sjlr_fzxs.XGR
  350. *
  351. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  352. */
  353. public String getXgr() {
  354. return xgr;
  355. }
  356. /**
  357. * This method was generated by Apache iBATIS ibator.
  358. * This method sets the value of the database column sjlr_fzxs.XGR
  359. *
  360. * @param xgr the value for sjlr_fzxs.XGR
  361. *
  362. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  363. */
  364. public void setXgr(String xgr) {
  365. this.xgr = xgr == null ? null : xgr.trim();
  366. }
  367. /**
  368. * This method was generated by Apache iBATIS ibator.
  369. * This method returns the value of the database column sjlr_fzxs.XGSJ
  370. *
  371. * @return the value of sjlr_fzxs.XGSJ
  372. *
  373. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  374. */
  375. public Date getXgsj() {
  376. return xgsj;
  377. }
  378. /**
  379. * This method was generated by Apache iBATIS ibator.
  380. * This method sets the value of the database column sjlr_fzxs.XGSJ
  381. *
  382. * @param xgsj the value for sjlr_fzxs.XGSJ
  383. *
  384. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  385. */
  386. public void setXgsj(Date xgsj) {
  387. this.xgsj = xgsj;
  388. }
  389. /**
  390. * This method was generated by Apache iBATIS ibator.
  391. * This method returns the value of the database column sjlr_fzxs.ZFBZ
  392. *
  393. * @return the value of sjlr_fzxs.ZFBZ
  394. *
  395. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  396. */
  397. public Integer getZfbz() {
  398. return zfbz;
  399. }
  400. /**
  401. * This method was generated by Apache iBATIS ibator.
  402. * This method sets the value of the database column sjlr_fzxs.ZFBZ
  403. *
  404. * @param zfbz the value for sjlr_fzxs.ZFBZ
  405. *
  406. * @ibatorgenerated Fri Mar 31 09:33:36 CST 2017
  407. */
  408. public void setZfbz(Integer zfbz) {
  409. this.zfbz = zfbz;
  410. }
  411. }