SjlrPzjl.java 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  1. package com.huimv.sjlr.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class SjlrPzjl extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column sjlr_pzjl.ID
  8. *
  9. * @ibatorgenerated Thu Mar 23 14:01:34 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_pzjl.PZSJ
  15. *
  16. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  17. */
  18. private Date pzsj;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column sjlr_pzjl.BB
  22. *
  23. * @ibatorgenerated Tue May 16 11:23:03 CST 2017
  24. */
  25. private String bb;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column sjlr_pzjl.MZEB
  29. *
  30. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  31. */
  32. private String mzeb;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column sjlr_pzjl.PZSM
  36. *
  37. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  38. */
  39. private String pzsm;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column sjlr_pzjl.FQJG
  43. *
  44. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  45. */
  46. private Integer fqjg;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column sjlr_pzjl.PZLS
  50. *
  51. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  52. */
  53. private String pzls;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column sjlr_pzjl.ZRLS
  57. *
  58. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  59. */
  60. private String zrls;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column sjlr_pzjl.YPGZEB
  64. *
  65. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  66. */
  67. private String ypgzeb;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column sjlr_pzjl.YPPF
  71. *
  72. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  73. */
  74. private String yppf;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column sjlr_pzjl.EPGZEB
  78. *
  79. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  80. */
  81. private String epgzeb;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column sjlr_pzjl.EPPF
  85. *
  86. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  87. */
  88. private String eppf;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column sjlr_pzjl.SPGZEB
  92. *
  93. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  94. */
  95. private String spgzeb;
  96. /**
  97. * This field was generated by Apache iBATIS ibator.
  98. * This field corresponds to the database column sjlr_pzjl.SPPF
  99. *
  100. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  101. */
  102. private String sppf;
  103. /**
  104. * This field was generated by Apache iBATIS ibator.
  105. * This field corresponds to the database column sjlr_pzjl.XGR
  106. *
  107. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  108. */
  109. private String xgr;
  110. /**
  111. * This field was generated by Apache iBATIS ibator.
  112. * This field corresponds to the database column sjlr_pzjl.XGSJ
  113. *
  114. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  115. */
  116. private Date xgsj;
  117. /**
  118. * This field was generated by Apache iBATIS ibator.
  119. * This field corresponds to the database column sjlr_pzjl.ZFBZ
  120. *
  121. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  122. */
  123. private Integer zfbz;
  124. /**
  125. * This method was generated by Apache iBATIS ibator.
  126. * This method returns the value of the database column sjlr_pzjl.ID
  127. *
  128. * @return the value of sjlr_pzjl.ID
  129. *
  130. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  131. */
  132. public Integer getId() {
  133. return id;
  134. }
  135. /**
  136. * This method was generated by Apache iBATIS ibator.
  137. * This method sets the value of the database column sjlr_pzjl.ID
  138. *
  139. * @param id the value for sjlr_pzjl.ID
  140. *
  141. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  142. */
  143. public void setId(Integer id) {
  144. this.id = id;
  145. }
  146. /**
  147. * This method was generated by Apache iBATIS ibator.
  148. * This method returns the value of the database column sjlr_pzjl.PZSJ
  149. *
  150. * @return the value of sjlr_pzjl.PZSJ
  151. *
  152. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  153. */
  154. public Date getPzsj() {
  155. return pzsj;
  156. }
  157. /**
  158. * This method was generated by Apache iBATIS ibator.
  159. * This method sets the value of the database column sjlr_pzjl.PZSJ
  160. *
  161. * @param pzsj the value for sjlr_pzjl.PZSJ
  162. *
  163. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  164. */
  165. public void setPzsj(Date pzsj) {
  166. this.pzsj = pzsj;
  167. }
  168. /**
  169. * This method was generated by Apache iBATIS ibator.
  170. * This method returns the value of the database column sjlr_pzjl.MZEB
  171. *
  172. * @return the value of sjlr_pzjl.MZEB
  173. *
  174. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  175. */
  176. public String getMzeb() {
  177. return mzeb;
  178. }
  179. /**
  180. * This method was generated by Apache iBATIS ibator.
  181. * This method sets the value of the database column sjlr_pzjl.MZEB
  182. *
  183. * @param mzeb the value for sjlr_pzjl.MZEB
  184. *
  185. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  186. */
  187. public void setMzeb(String mzeb) {
  188. this.mzeb = mzeb == null ? null : mzeb.trim();
  189. }
  190. /**
  191. * This method was generated by Apache iBATIS ibator.
  192. * This method returns the value of the database column sjlr_pzjl.PZSM
  193. *
  194. * @return the value of sjlr_pzjl.PZSM
  195. *
  196. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  197. */
  198. public String getPzsm() {
  199. return pzsm;
  200. }
  201. /**
  202. * This method was generated by Apache iBATIS ibator.
  203. * This method sets the value of the database column sjlr_pzjl.PZSM
  204. *
  205. * @param pzsm the value for sjlr_pzjl.PZSM
  206. *
  207. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  208. */
  209. public void setPzsm(String pzsm) {
  210. this.pzsm = pzsm == null ? null : pzsm.trim();
  211. }
  212. /**
  213. * This method was generated by Apache iBATIS ibator.
  214. * This method returns the value of the database column sjlr_pzjl.FQJG
  215. *
  216. * @return the value of sjlr_pzjl.FQJG
  217. *
  218. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  219. */
  220. public Integer getFqjg() {
  221. return fqjg;
  222. }
  223. /**
  224. * This method was generated by Apache iBATIS ibator.
  225. * This method sets the value of the database column sjlr_pzjl.FQJG
  226. *
  227. * @param fqjg the value for sjlr_pzjl.FQJG
  228. *
  229. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  230. */
  231. public void setFqjg(Integer fqjg) {
  232. this.fqjg = fqjg;
  233. }
  234. /**
  235. * This method was generated by Apache iBATIS ibator.
  236. * This method returns the value of the database column sjlr_pzjl.PZLS
  237. *
  238. * @return the value of sjlr_pzjl.PZLS
  239. *
  240. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  241. */
  242. public String getPzls() {
  243. return pzls;
  244. }
  245. /**
  246. * This method was generated by Apache iBATIS ibator.
  247. * This method sets the value of the database column sjlr_pzjl.PZLS
  248. *
  249. * @param pzls the value for sjlr_pzjl.PZLS
  250. *
  251. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  252. */
  253. public void setPzls(String pzls) {
  254. this.pzls = pzls == null ? null : pzls.trim();
  255. }
  256. /**
  257. * This method was generated by Apache iBATIS ibator.
  258. * This method returns the value of the database column sjlr_pzjl.ZRLS
  259. *
  260. * @return the value of sjlr_pzjl.ZRLS
  261. *
  262. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  263. */
  264. public String getZrls() {
  265. return zrls;
  266. }
  267. /**
  268. * This method was generated by Apache iBATIS ibator.
  269. * This method sets the value of the database column sjlr_pzjl.ZRLS
  270. *
  271. * @param zrls the value for sjlr_pzjl.ZRLS
  272. *
  273. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  274. */
  275. public void setZrls(String zrls) {
  276. this.zrls = zrls == null ? null : zrls.trim();
  277. }
  278. /**
  279. * This method was generated by Apache iBATIS ibator.
  280. * This method returns the value of the database column sjlr_pzjl.YPGZEB
  281. *
  282. * @return the value of sjlr_pzjl.YPGZEB
  283. *
  284. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  285. */
  286. public String getYpgzeb() {
  287. return ypgzeb;
  288. }
  289. /**
  290. * This method was generated by Apache iBATIS ibator.
  291. * This method sets the value of the database column sjlr_pzjl.YPGZEB
  292. *
  293. * @param ypgzeb the value for sjlr_pzjl.YPGZEB
  294. *
  295. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  296. */
  297. public void setYpgzeb(String ypgzeb) {
  298. this.ypgzeb = ypgzeb == null ? null : ypgzeb.trim();
  299. }
  300. /**
  301. * This method was generated by Apache iBATIS ibator.
  302. * This method returns the value of the database column sjlr_pzjl.YPPF
  303. *
  304. * @return the value of sjlr_pzjl.YPPF
  305. *
  306. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  307. */
  308. public String getYppf() {
  309. return yppf;
  310. }
  311. /**
  312. * This method was generated by Apache iBATIS ibator.
  313. * This method sets the value of the database column sjlr_pzjl.YPPF
  314. *
  315. * @param yppf the value for sjlr_pzjl.YPPF
  316. *
  317. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  318. */
  319. public void setYppf(String yppf) {
  320. this.yppf = yppf == null ? null : yppf.trim();
  321. }
  322. /**
  323. * This method was generated by Apache iBATIS ibator.
  324. * This method returns the value of the database column sjlr_pzjl.BB
  325. *
  326. * @return the value of sjlr_pzjl.BB
  327. *
  328. * @ibatorgenerated Tue May 16 11:23:03 CST 2017
  329. */
  330. public String getBb() {
  331. return bb;
  332. }
  333. /**
  334. * This method was generated by Apache iBATIS ibator.
  335. * This method sets the value of the database column sjlr_pzjl.BB
  336. *
  337. * @param bb the value for sjlr_pzjl.BB
  338. *
  339. * @ibatorgenerated Tue May 16 11:23:03 CST 2017
  340. */
  341. public void setBb(String bb) {
  342. this.bb = bb == null ? null : bb.trim();
  343. }
  344. /**
  345. * This method was generated by Apache iBATIS ibator.
  346. * This method returns the value of the database column sjlr_pzjl.EPGZEB
  347. *
  348. * @return the value of sjlr_pzjl.EPGZEB
  349. *
  350. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  351. */
  352. public String getEpgzeb() {
  353. return epgzeb;
  354. }
  355. /**
  356. * This method was generated by Apache iBATIS ibator.
  357. * This method sets the value of the database column sjlr_pzjl.EPGZEB
  358. *
  359. * @param epgzeb the value for sjlr_pzjl.EPGZEB
  360. *
  361. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  362. */
  363. public void setEpgzeb(String epgzeb) {
  364. this.epgzeb = epgzeb == null ? null : epgzeb.trim();
  365. }
  366. /**
  367. * This method was generated by Apache iBATIS ibator.
  368. * This method returns the value of the database column sjlr_pzjl.EPPF
  369. *
  370. * @return the value of sjlr_pzjl.EPPF
  371. *
  372. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  373. */
  374. public String getEppf() {
  375. return eppf;
  376. }
  377. /**
  378. * This method was generated by Apache iBATIS ibator.
  379. * This method sets the value of the database column sjlr_pzjl.EPPF
  380. *
  381. * @param eppf the value for sjlr_pzjl.EPPF
  382. *
  383. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  384. */
  385. public void setEppf(String eppf) {
  386. this.eppf = eppf == null ? null : eppf.trim();
  387. }
  388. /**
  389. * This method was generated by Apache iBATIS ibator.
  390. * This method returns the value of the database column sjlr_pzjl.SPGZEB
  391. *
  392. * @return the value of sjlr_pzjl.SPGZEB
  393. *
  394. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  395. */
  396. public String getSpgzeb() {
  397. return spgzeb;
  398. }
  399. /**
  400. * This method was generated by Apache iBATIS ibator.
  401. * This method sets the value of the database column sjlr_pzjl.SPGZEB
  402. *
  403. * @param spgzeb the value for sjlr_pzjl.SPGZEB
  404. *
  405. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  406. */
  407. public void setSpgzeb(String spgzeb) {
  408. this.spgzeb = spgzeb == null ? null : spgzeb.trim();
  409. }
  410. /**
  411. * This method was generated by Apache iBATIS ibator.
  412. * This method returns the value of the database column sjlr_pzjl.SPPF
  413. *
  414. * @return the value of sjlr_pzjl.SPPF
  415. *
  416. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  417. */
  418. public String getSppf() {
  419. return sppf;
  420. }
  421. /**
  422. * This method was generated by Apache iBATIS ibator.
  423. * This method sets the value of the database column sjlr_pzjl.SPPF
  424. *
  425. * @param sppf the value for sjlr_pzjl.SPPF
  426. *
  427. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  428. */
  429. public void setSppf(String sppf) {
  430. this.sppf = sppf == null ? null : sppf.trim();
  431. }
  432. /**
  433. * This method was generated by Apache iBATIS ibator.
  434. * This method returns the value of the database column sjlr_pzjl.XGR
  435. *
  436. * @return the value of sjlr_pzjl.XGR
  437. *
  438. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  439. */
  440. public String getXgr() {
  441. return xgr;
  442. }
  443. /**
  444. * This method was generated by Apache iBATIS ibator.
  445. * This method sets the value of the database column sjlr_pzjl.XGR
  446. *
  447. * @param xgr the value for sjlr_pzjl.XGR
  448. *
  449. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  450. */
  451. public void setXgr(String xgr) {
  452. this.xgr = xgr == null ? null : xgr.trim();
  453. }
  454. /**
  455. * This method was generated by Apache iBATIS ibator.
  456. * This method returns the value of the database column sjlr_pzjl.XGSJ
  457. *
  458. * @return the value of sjlr_pzjl.XGSJ
  459. *
  460. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  461. */
  462. public Date getXgsj() {
  463. return xgsj;
  464. }
  465. /**
  466. * This method was generated by Apache iBATIS ibator.
  467. * This method sets the value of the database column sjlr_pzjl.XGSJ
  468. *
  469. * @param xgsj the value for sjlr_pzjl.XGSJ
  470. *
  471. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  472. */
  473. public void setXgsj(Date xgsj) {
  474. this.xgsj = xgsj;
  475. }
  476. /**
  477. * This method was generated by Apache iBATIS ibator.
  478. * This method returns the value of the database column sjlr_pzjl.ZFBZ
  479. *
  480. * @return the value of sjlr_pzjl.ZFBZ
  481. *
  482. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  483. */
  484. public Integer getZfbz() {
  485. return zfbz;
  486. }
  487. /**
  488. * This method was generated by Apache iBATIS ibator.
  489. * This method sets the value of the database column sjlr_pzjl.ZFBZ
  490. *
  491. * @param zfbz the value for sjlr_pzjl.ZFBZ
  492. *
  493. * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017
  494. */
  495. public void setZfbz(Integer zfbz) {
  496. this.zfbz = zfbz;
  497. }
  498. private String sl;
  499. private String slStr;
  500. private String pzsmStr;
  501. private String pztc;
  502. private String pzfs;
  503. private String pzfspf;
  504. private Date ycrq;
  505. private String eph;
  506. private String ypep;
  507. private String epep;
  508. private String spep;
  509. public void setEph(String eph) {
  510. this.eph = eph;
  511. }
  512. public String getEph() {
  513. return eph;
  514. }
  515. public Date getYcrq() {
  516. return ycrq;
  517. }
  518. public void setYcrq(Date ycrq) {
  519. this.ycrq = ycrq;
  520. }
  521. public String getPzfs() {
  522. return pzfs;
  523. }
  524. public void setPzfs(String pzfs) {
  525. this.pzfs = pzfs;
  526. }
  527. public String getPzfspf() {
  528. return pzfspf;
  529. }
  530. public void setPzfspf(String pzfspf) {
  531. this.pzfspf = pzfspf;
  532. }
  533. public String getPztc() {
  534. return pztc;
  535. }
  536. public void setPztc(String pztc) {
  537. this.pztc = pztc;
  538. }
  539. public String getSl() {
  540. return sl;
  541. }
  542. public void setSl(String sl) {
  543. this.sl = sl;
  544. }
  545. public String getSlStr() {
  546. return slStr;
  547. }
  548. public void setSlStr(String slStr) {
  549. this.slStr = slStr;
  550. }
  551. public String getPzsmStr() {
  552. return pzsmStr;
  553. }
  554. public void setPzsmStr(String pzsmStr) {
  555. this.pzsmStr = pzsmStr;
  556. }
  557. public String getYpep() {
  558. return ypep;
  559. }
  560. public String getEpep() {
  561. return epep;
  562. }
  563. public String getSpep() {
  564. return spep;
  565. }
  566. public void setYpep(String ypep) {
  567. this.ypep = ypep;
  568. }
  569. public void setEpep(String epep) {
  570. this.epep = epep;
  571. }
  572. public void setSpep(String spep) {
  573. this.spep = spep;
  574. }
  575. }