WhhDjtj.java 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  1. package com.huimv.whh.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class WhhDjtj extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column whh_djtj.ID
  8. *
  9. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column whh_djtj.MCID
  15. *
  16. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  17. */
  18. private Integer mcid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column whh_djtj.GLH
  22. *
  23. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  24. */
  25. private String glh;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column whh_djtj.RWD
  29. *
  30. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  31. */
  32. private String rwd;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column whh_djtj.PC
  36. *
  37. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  38. */
  39. private String pc;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column whh_djtj.SL
  43. *
  44. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  45. */
  46. private Integer sl;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column whh_djtj.SQSJ
  50. *
  51. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  52. */
  53. private Date sqsj;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column whh_djtj.SQR
  57. *
  58. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  59. */
  60. private Integer sqr;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column whh_djtj.SQBZ
  64. *
  65. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  66. */
  67. private String sqbz;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column whh_djtj.SHBZ
  71. *
  72. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  73. */
  74. private String shbz;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column whh_djtj.SHRY
  78. *
  79. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  80. */
  81. private Integer shry;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column whh_djtj.BZ
  85. *
  86. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  87. */
  88. private Integer bz;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column whh_djtj.SHSJ
  92. *
  93. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  94. */
  95. private Date shsj;
  96. /**
  97. * This field was generated by Apache iBATIS ibator.
  98. * This field corresponds to the database column whh_djtj.CLSJ
  99. *
  100. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  101. */
  102. private Date clsj;
  103. /**
  104. * This field was generated by Apache iBATIS ibator.
  105. * This field corresponds to the database column whh_djtj.CLFS
  106. *
  107. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  108. */
  109. private Integer clfs;
  110. /**
  111. * This field was generated by Apache iBATIS ibator.
  112. * This field corresponds to the database column whh_djtj.CLDD
  113. *
  114. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  115. */
  116. private String cldd;
  117. /**
  118. * This field was generated by Apache iBATIS ibator.
  119. * This field corresponds to the database column whh_djtj.CLRY
  120. *
  121. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  122. */
  123. private String clry;
  124. /**
  125. * This field was generated by Apache iBATIS ibator.
  126. * This field corresponds to the database column whh_djtj.CLBZ
  127. *
  128. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  129. */
  130. private Integer clbz;
  131. /**
  132. * This field was generated by Apache iBATIS ibator.
  133. * This field corresponds to the database column whh_djtj.ZFBZ
  134. *
  135. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  136. */
  137. private Integer zfbz;
  138. /**
  139. * This method was generated by Apache iBATIS ibator.
  140. * This method returns the value of the database column whh_djtj.ID
  141. *
  142. * @return the value of whh_djtj.ID
  143. *
  144. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  145. */
  146. public Integer getId() {
  147. return id;
  148. }
  149. /**
  150. * This method was generated by Apache iBATIS ibator.
  151. * This method sets the value of the database column whh_djtj.ID
  152. *
  153. * @param id the value for whh_djtj.ID
  154. *
  155. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  156. */
  157. public void setId(Integer id) {
  158. this.id = id;
  159. }
  160. /**
  161. * This method was generated by Apache iBATIS ibator.
  162. * This method returns the value of the database column whh_djtj.MCID
  163. *
  164. * @return the value of whh_djtj.MCID
  165. *
  166. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  167. */
  168. public Integer getMcid() {
  169. return mcid;
  170. }
  171. /**
  172. * This method was generated by Apache iBATIS ibator.
  173. * This method sets the value of the database column whh_djtj.MCID
  174. *
  175. * @param mcid the value for whh_djtj.MCID
  176. *
  177. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  178. */
  179. public void setMcid(Integer mcid) {
  180. this.mcid = mcid;
  181. }
  182. /**
  183. * This method was generated by Apache iBATIS ibator.
  184. * This method returns the value of the database column whh_djtj.GLH
  185. *
  186. * @return the value of whh_djtj.GLH
  187. *
  188. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  189. */
  190. public String getGlh() {
  191. return glh;
  192. }
  193. /**
  194. * This method was generated by Apache iBATIS ibator.
  195. * This method sets the value of the database column whh_djtj.GLH
  196. *
  197. * @param glh the value for whh_djtj.GLH
  198. *
  199. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  200. */
  201. public void setGlh(String glh) {
  202. this.glh = glh == null ? null : glh.trim();
  203. }
  204. /**
  205. * This method was generated by Apache iBATIS ibator.
  206. * This method returns the value of the database column whh_djtj.RWD
  207. *
  208. * @return the value of whh_djtj.RWD
  209. *
  210. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  211. */
  212. public String getRwd() {
  213. return rwd;
  214. }
  215. /**
  216. * This method was generated by Apache iBATIS ibator.
  217. * This method sets the value of the database column whh_djtj.RWD
  218. *
  219. * @param rwd the value for whh_djtj.RWD
  220. *
  221. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  222. */
  223. public void setRwd(String rwd) {
  224. this.rwd = rwd == null ? null : rwd.trim();
  225. }
  226. /**
  227. * This method was generated by Apache iBATIS ibator.
  228. * This method returns the value of the database column whh_djtj.PC
  229. *
  230. * @return the value of whh_djtj.PC
  231. *
  232. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  233. */
  234. public String getPc() {
  235. return pc;
  236. }
  237. /**
  238. * This method was generated by Apache iBATIS ibator.
  239. * This method sets the value of the database column whh_djtj.PC
  240. *
  241. * @param pc the value for whh_djtj.PC
  242. *
  243. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  244. */
  245. public void setPc(String pc) {
  246. this.pc = pc == null ? null : pc.trim();
  247. }
  248. /**
  249. * This method was generated by Apache iBATIS ibator.
  250. * This method returns the value of the database column whh_djtj.SL
  251. *
  252. * @return the value of whh_djtj.SL
  253. *
  254. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  255. */
  256. public Integer getSl() {
  257. return sl;
  258. }
  259. /**
  260. * This method was generated by Apache iBATIS ibator.
  261. * This method sets the value of the database column whh_djtj.SL
  262. *
  263. * @param sl the value for whh_djtj.SL
  264. *
  265. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  266. */
  267. public void setSl(Integer sl) {
  268. this.sl = sl;
  269. }
  270. /**
  271. * This method was generated by Apache iBATIS ibator.
  272. * This method returns the value of the database column whh_djtj.SQSJ
  273. *
  274. * @return the value of whh_djtj.SQSJ
  275. *
  276. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  277. */
  278. public Date getSqsj() {
  279. return sqsj;
  280. }
  281. /**
  282. * This method was generated by Apache iBATIS ibator.
  283. * This method sets the value of the database column whh_djtj.SQSJ
  284. *
  285. * @param sqsj the value for whh_djtj.SQSJ
  286. *
  287. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  288. */
  289. public void setSqsj(Date sqsj) {
  290. this.sqsj = sqsj;
  291. }
  292. /**
  293. * This method was generated by Apache iBATIS ibator.
  294. * This method returns the value of the database column whh_djtj.SQR
  295. *
  296. * @return the value of whh_djtj.SQR
  297. *
  298. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  299. */
  300. public Integer getSqr() {
  301. return sqr;
  302. }
  303. /**
  304. * This method was generated by Apache iBATIS ibator.
  305. * This method sets the value of the database column whh_djtj.SQR
  306. *
  307. * @param sqr the value for whh_djtj.SQR
  308. *
  309. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  310. */
  311. public void setSqr(Integer sqr) {
  312. this.sqr = sqr;
  313. }
  314. /**
  315. * This method was generated by Apache iBATIS ibator.
  316. * This method returns the value of the database column whh_djtj.SQBZ
  317. *
  318. * @return the value of whh_djtj.SQBZ
  319. *
  320. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  321. */
  322. public String getSqbz() {
  323. return sqbz;
  324. }
  325. /**
  326. * This method was generated by Apache iBATIS ibator.
  327. * This method sets the value of the database column whh_djtj.SQBZ
  328. *
  329. * @param sqbz the value for whh_djtj.SQBZ
  330. *
  331. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  332. */
  333. public void setSqbz(String sqbz) {
  334. this.sqbz = sqbz == null ? null : sqbz.trim();
  335. }
  336. /**
  337. * This method was generated by Apache iBATIS ibator.
  338. * This method returns the value of the database column whh_djtj.SHBZ
  339. *
  340. * @return the value of whh_djtj.SHBZ
  341. *
  342. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  343. */
  344. public String getShbz() {
  345. return shbz;
  346. }
  347. /**
  348. * This method was generated by Apache iBATIS ibator.
  349. * This method sets the value of the database column whh_djtj.SHBZ
  350. *
  351. * @param shbz the value for whh_djtj.SHBZ
  352. *
  353. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  354. */
  355. public void setShbz(String shbz) {
  356. this.shbz = shbz == null ? null : shbz.trim();
  357. }
  358. /**
  359. * This method was generated by Apache iBATIS ibator.
  360. * This method returns the value of the database column whh_djtj.SHRY
  361. *
  362. * @return the value of whh_djtj.SHRY
  363. *
  364. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  365. */
  366. public Integer getShry() {
  367. return shry;
  368. }
  369. /**
  370. * This method was generated by Apache iBATIS ibator.
  371. * This method sets the value of the database column whh_djtj.SHRY
  372. *
  373. * @param shry the value for whh_djtj.SHRY
  374. *
  375. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  376. */
  377. public void setShry(Integer shry) {
  378. this.shry = shry;
  379. }
  380. /**
  381. * This method was generated by Apache iBATIS ibator.
  382. * This method returns the value of the database column whh_djtj.BZ
  383. *
  384. * @return the value of whh_djtj.BZ
  385. *
  386. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  387. */
  388. public Integer getBz() {
  389. return bz;
  390. }
  391. /**
  392. * This method was generated by Apache iBATIS ibator.
  393. * This method sets the value of the database column whh_djtj.BZ
  394. *
  395. * @param bz the value for whh_djtj.BZ
  396. *
  397. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  398. */
  399. public void setBz(Integer bz) {
  400. this.bz = bz;
  401. }
  402. /**
  403. * This method was generated by Apache iBATIS ibator.
  404. * This method returns the value of the database column whh_djtj.SHSJ
  405. *
  406. * @return the value of whh_djtj.SHSJ
  407. *
  408. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  409. */
  410. public Date getShsj() {
  411. return shsj;
  412. }
  413. /**
  414. * This method was generated by Apache iBATIS ibator.
  415. * This method sets the value of the database column whh_djtj.SHSJ
  416. *
  417. * @param shsj the value for whh_djtj.SHSJ
  418. *
  419. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  420. */
  421. public void setShsj(Date shsj) {
  422. this.shsj = shsj;
  423. }
  424. /**
  425. * This method was generated by Apache iBATIS ibator.
  426. * This method returns the value of the database column whh_djtj.CLSJ
  427. *
  428. * @return the value of whh_djtj.CLSJ
  429. *
  430. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  431. */
  432. public Date getClsj() {
  433. return clsj;
  434. }
  435. /**
  436. * This method was generated by Apache iBATIS ibator.
  437. * This method sets the value of the database column whh_djtj.CLSJ
  438. *
  439. * @param clsj the value for whh_djtj.CLSJ
  440. *
  441. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  442. */
  443. public void setClsj(Date clsj) {
  444. this.clsj = clsj;
  445. }
  446. /**
  447. * This method was generated by Apache iBATIS ibator.
  448. * This method returns the value of the database column whh_djtj.CLFS
  449. *
  450. * @return the value of whh_djtj.CLFS
  451. *
  452. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  453. */
  454. public Integer getClfs() {
  455. return clfs;
  456. }
  457. /**
  458. * This method was generated by Apache iBATIS ibator.
  459. * This method sets the value of the database column whh_djtj.CLFS
  460. *
  461. * @param clfs the value for whh_djtj.CLFS
  462. *
  463. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  464. */
  465. public void setClfs(Integer clfs) {
  466. this.clfs = clfs;
  467. }
  468. /**
  469. * This method was generated by Apache iBATIS ibator.
  470. * This method returns the value of the database column whh_djtj.CLDD
  471. *
  472. * @return the value of whh_djtj.CLDD
  473. *
  474. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  475. */
  476. public String getCldd() {
  477. return cldd;
  478. }
  479. /**
  480. * This method was generated by Apache iBATIS ibator.
  481. * This method sets the value of the database column whh_djtj.CLDD
  482. *
  483. * @param cldd the value for whh_djtj.CLDD
  484. *
  485. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  486. */
  487. public void setCldd(String cldd) {
  488. this.cldd = cldd == null ? null : cldd.trim();
  489. }
  490. /**
  491. * This method was generated by Apache iBATIS ibator.
  492. * This method returns the value of the database column whh_djtj.CLRY
  493. *
  494. * @return the value of whh_djtj.CLRY
  495. *
  496. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  497. */
  498. public String getClry() {
  499. return clry;
  500. }
  501. /**
  502. * This method was generated by Apache iBATIS ibator.
  503. * This method sets the value of the database column whh_djtj.CLRY
  504. *
  505. * @param clry the value for whh_djtj.CLRY
  506. *
  507. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  508. */
  509. public void setClry(String clry) {
  510. this.clry = clry == null ? null : clry.trim();
  511. }
  512. /**
  513. * This method was generated by Apache iBATIS ibator.
  514. * This method returns the value of the database column whh_djtj.CLBZ
  515. *
  516. * @return the value of whh_djtj.CLBZ
  517. *
  518. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  519. */
  520. public Integer getClbz() {
  521. return clbz;
  522. }
  523. /**
  524. * This method was generated by Apache iBATIS ibator.
  525. * This method sets the value of the database column whh_djtj.CLBZ
  526. *
  527. * @param clbz the value for whh_djtj.CLBZ
  528. *
  529. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  530. */
  531. public void setClbz(Integer clbz) {
  532. this.clbz = clbz;
  533. }
  534. /**
  535. * This method was generated by Apache iBATIS ibator.
  536. * This method returns the value of the database column whh_djtj.ZFBZ
  537. *
  538. * @return the value of whh_djtj.ZFBZ
  539. *
  540. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  541. */
  542. public Integer getZfbz() {
  543. return zfbz;
  544. }
  545. /**
  546. * This method was generated by Apache iBATIS ibator.
  547. * This method sets the value of the database column whh_djtj.ZFBZ
  548. *
  549. * @param zfbz the value for whh_djtj.ZFBZ
  550. *
  551. * @ibatorgenerated Mon Jul 02 15:02:33 CST 2018
  552. */
  553. public void setZfbz(Integer zfbz) {
  554. this.zfbz = zfbz;
  555. }
  556. String sqsjStr; //申请时间
  557. String shsjStr; //审核时间
  558. String clsjStr; //处理时间
  559. String sqrStr; //申请人姓名
  560. String shrStr; //审核人姓名
  561. String jdrqStr; //监督人姓名
  562. String clfsStr; //处理方式
  563. public void setSqsjStr(String sqsjStr) {
  564. this.sqsjStr = sqsjStr;
  565. }
  566. public void setShsjStr(String shsjStr) {
  567. this.shsjStr = shsjStr;
  568. }
  569. public void setClsjStr(String clsjStr) {
  570. this.clsjStr = clsjStr;
  571. }
  572. public void setSqrStr(String sqrStr) {
  573. this.sqrStr = sqrStr;
  574. }
  575. public void setShrStr(String shrStr) {
  576. this.shrStr = shrStr;
  577. }
  578. public String getSqsjStr() {
  579. return sqsjStr;
  580. }
  581. public String getShsjStr() {
  582. return shsjStr;
  583. }
  584. public String getClsjStr() {
  585. return clsjStr;
  586. }
  587. public String getSqrStr() {
  588. return sqrStr;
  589. }
  590. public String getShrStr() {
  591. return shrStr;
  592. }
  593. public void setJdrqStr(String jdrqStr) {
  594. this.jdrqStr = jdrqStr;
  595. }
  596. public String getJdrqStr() {
  597. return jdrqStr;
  598. }
  599. public void setClfsStr(String clfsStr) {
  600. this.clfsStr = clfsStr;
  601. }
  602. public String getClfsStr() {
  603. return clfsStr;
  604. }
  605. }