DwFileDetail03.java 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741
  1. package com.minpay.db.table.model;
  2. import com.startup.minpay.frame.data.AbstractMINBean;
  3. public class DwFileDetail03 extends AbstractMINBean {
  4. /**
  5. * This field was generated by MyBatis Generator.
  6. * This field corresponds to the database column dw_file_detail_03.DFD3_ID
  7. *
  8. * @mbggenerated
  9. */
  10. private String id;
  11. /**
  12. * This field was generated by MyBatis Generator.
  13. * This field corresponds to the database column dw_file_detail_03.DFD3_NO
  14. *
  15. * @mbggenerated
  16. */
  17. private String no;
  18. /**
  19. * This field was generated by MyBatis Generator.
  20. * This field corresponds to the database column dw_file_detail_03.DFD3_SGSMC
  21. *
  22. * @mbggenerated
  23. */
  24. private String sgsmc;
  25. /**
  26. * This field was generated by MyBatis Generator.
  27. * This field corresponds to the database column dw_file_detail_03.DFD3_XGSMC
  28. *
  29. * @mbggenerated
  30. */
  31. private String xgsmc;
  32. /**
  33. * This field was generated by MyBatis Generator.
  34. * This field corresponds to the database column dw_file_detail_03.DFD3_BDZMC
  35. *
  36. * @mbggenerated
  37. */
  38. private String bdzmc;
  39. /**
  40. * This field was generated by MyBatis Generator.
  41. * This field corresponds to the database column dw_file_detail_03.DFD3_XLMC
  42. *
  43. * @mbggenerated
  44. */
  45. private String xlmc;
  46. /**
  47. * This field was generated by MyBatis Generator.
  48. * This field corresponds to the database column dw_file_detail_03.DFD3_TQID
  49. *
  50. * @mbggenerated
  51. */
  52. private String tqid;
  53. /**
  54. * This field was generated by MyBatis Generator.
  55. * This field corresponds to the database column dw_file_detail_03.DFD3_BYQMC
  56. *
  57. * @mbggenerated
  58. */
  59. private String byqmc;
  60. /**
  61. * This field was generated by MyBatis Generator.
  62. * This field corresponds to the database column dw_file_detail_03.DFD3_YHGLDW1
  63. *
  64. * @mbggenerated
  65. */
  66. private String yhgldw1;
  67. /**
  68. * This field was generated by MyBatis Generator.
  69. * This field corresponds to the database column dw_file_detail_03.DFD3_YHID
  70. *
  71. * @mbggenerated
  72. */
  73. private String yhid;
  74. /**
  75. * This field was generated by MyBatis Generator.
  76. * This field corresponds to the database column dw_file_detail_03.DFD3_YHMC
  77. *
  78. * @mbggenerated
  79. */
  80. private String yhmc;
  81. /**
  82. * This field was generated by MyBatis Generator.
  83. * This field corresponds to the database column dw_file_detail_03.DFD3_YHGLDW2
  84. *
  85. * @mbggenerated
  86. */
  87. private String yhgldw2;
  88. /**
  89. * This field was generated by MyBatis Generator.
  90. * This field corresponds to the database column dw_file_detail_03.DFD3_DYMAX
  91. *
  92. * @mbggenerated
  93. */
  94. private String dymax;
  95. /**
  96. * This field was generated by MyBatis Generator.
  97. * This field corresponds to the database column dw_file_detail_03.DFD3_DYMIN
  98. *
  99. * @mbggenerated
  100. */
  101. private String dymin;
  102. /**
  103. * This field was generated by MyBatis Generator.
  104. * This field corresponds to the database column dw_file_detail_03.DFD3_DYHGL
  105. *
  106. * @mbggenerated
  107. */
  108. private String dyhgl;
  109. /**
  110. * This field was generated by MyBatis Generator.
  111. * This field corresponds to the database column dw_file_detail_03.DFD3_CSXL
  112. *
  113. * @mbggenerated
  114. */
  115. private String csxl;
  116. /**
  117. * This field was generated by MyBatis Generator.
  118. * This field corresponds to the database column dw_file_detail_03.DFD3_CXXL
  119. *
  120. * @mbggenerated
  121. */
  122. private String cxxl;
  123. /**
  124. * This field was generated by MyBatis Generator.
  125. * This field corresponds to the database column dw_file_detail_03.DFD3_DYSC
  126. *
  127. * @mbggenerated
  128. */
  129. private String dysc;
  130. /**
  131. * This field was generated by MyBatis Generator.
  132. * This field corresponds to the database column dw_file_detail_03.DFD3_GDLX
  133. *
  134. * @mbggenerated
  135. */
  136. private String gdlx;
  137. /**
  138. * This field was generated by MyBatis Generator.
  139. * This field corresponds to the database column dw_file_detail_03.DFD3_LJTS
  140. *
  141. * @mbggenerated
  142. */
  143. private String ljts;
  144. /**
  145. * This field was generated by MyBatis Generator.
  146. * This field corresponds to the database column dw_file_detail_03.DFD3_SJRQ
  147. *
  148. * @mbggenerated
  149. */
  150. private String sjrq;
  151. /**
  152. * This field was generated by MyBatis Generator.
  153. * This field corresponds to the database column dw_file_detail_03.DFD3_GDDW
  154. *
  155. * @mbggenerated
  156. */
  157. private String gddw;
  158. /**
  159. * This field was generated by MyBatis Generator.
  160. * This field corresponds to the database column dw_file_detail_03.DFD3_FILE_ID
  161. *
  162. * @mbggenerated
  163. */
  164. private String fileId;
  165. /**
  166. * This method was generated by MyBatis Generator.
  167. * This method returns the value of the database column dw_file_detail_03.DFD3_ID
  168. *
  169. * @return the value of dw_file_detail_03.DFD3_ID
  170. *
  171. * @mbggenerated
  172. */
  173. public String getId() {
  174. return id;
  175. }
  176. /**
  177. * This method was generated by MyBatis Generator.
  178. * This method sets the value of the database column dw_file_detail_03.DFD3_ID
  179. *
  180. * @param id the value for dw_file_detail_03.DFD3_ID
  181. *
  182. * @mbggenerated
  183. */
  184. public void setId(String id) {
  185. this.id = id == null ? null : id.trim();
  186. }
  187. /**
  188. * This method was generated by MyBatis Generator.
  189. * This method returns the value of the database column dw_file_detail_03.DFD3_NO
  190. *
  191. * @return the value of dw_file_detail_03.DFD3_NO
  192. *
  193. * @mbggenerated
  194. */
  195. public String getNo() {
  196. return no;
  197. }
  198. /**
  199. * This method was generated by MyBatis Generator.
  200. * This method sets the value of the database column dw_file_detail_03.DFD3_NO
  201. *
  202. * @param no the value for dw_file_detail_03.DFD3_NO
  203. *
  204. * @mbggenerated
  205. */
  206. public void setNo(String no) {
  207. this.no = no == null ? null : no.trim();
  208. }
  209. /**
  210. * This method was generated by MyBatis Generator.
  211. * This method returns the value of the database column dw_file_detail_03.DFD3_SGSMC
  212. *
  213. * @return the value of dw_file_detail_03.DFD3_SGSMC
  214. *
  215. * @mbggenerated
  216. */
  217. public String getSgsmc() {
  218. return sgsmc;
  219. }
  220. /**
  221. * This method was generated by MyBatis Generator.
  222. * This method sets the value of the database column dw_file_detail_03.DFD3_SGSMC
  223. *
  224. * @param sgsmc the value for dw_file_detail_03.DFD3_SGSMC
  225. *
  226. * @mbggenerated
  227. */
  228. public void setSgsmc(String sgsmc) {
  229. this.sgsmc = sgsmc == null ? null : sgsmc.trim();
  230. }
  231. /**
  232. * This method was generated by MyBatis Generator.
  233. * This method returns the value of the database column dw_file_detail_03.DFD3_XGSMC
  234. *
  235. * @return the value of dw_file_detail_03.DFD3_XGSMC
  236. *
  237. * @mbggenerated
  238. */
  239. public String getXgsmc() {
  240. return xgsmc;
  241. }
  242. /**
  243. * This method was generated by MyBatis Generator.
  244. * This method sets the value of the database column dw_file_detail_03.DFD3_XGSMC
  245. *
  246. * @param xgsmc the value for dw_file_detail_03.DFD3_XGSMC
  247. *
  248. * @mbggenerated
  249. */
  250. public void setXgsmc(String xgsmc) {
  251. this.xgsmc = xgsmc == null ? null : xgsmc.trim();
  252. }
  253. /**
  254. * This method was generated by MyBatis Generator.
  255. * This method returns the value of the database column dw_file_detail_03.DFD3_BDZMC
  256. *
  257. * @return the value of dw_file_detail_03.DFD3_BDZMC
  258. *
  259. * @mbggenerated
  260. */
  261. public String getBdzmc() {
  262. return bdzmc;
  263. }
  264. /**
  265. * This method was generated by MyBatis Generator.
  266. * This method sets the value of the database column dw_file_detail_03.DFD3_BDZMC
  267. *
  268. * @param bdzmc the value for dw_file_detail_03.DFD3_BDZMC
  269. *
  270. * @mbggenerated
  271. */
  272. public void setBdzmc(String bdzmc) {
  273. this.bdzmc = bdzmc == null ? null : bdzmc.trim();
  274. }
  275. /**
  276. * This method was generated by MyBatis Generator.
  277. * This method returns the value of the database column dw_file_detail_03.DFD3_XLMC
  278. *
  279. * @return the value of dw_file_detail_03.DFD3_XLMC
  280. *
  281. * @mbggenerated
  282. */
  283. public String getXlmc() {
  284. return xlmc;
  285. }
  286. /**
  287. * This method was generated by MyBatis Generator.
  288. * This method sets the value of the database column dw_file_detail_03.DFD3_XLMC
  289. *
  290. * @param xlmc the value for dw_file_detail_03.DFD3_XLMC
  291. *
  292. * @mbggenerated
  293. */
  294. public void setXlmc(String xlmc) {
  295. this.xlmc = xlmc == null ? null : xlmc.trim();
  296. }
  297. /**
  298. * This method was generated by MyBatis Generator.
  299. * This method returns the value of the database column dw_file_detail_03.DFD3_TQID
  300. *
  301. * @return the value of dw_file_detail_03.DFD3_TQID
  302. *
  303. * @mbggenerated
  304. */
  305. public String getTqid() {
  306. return tqid;
  307. }
  308. /**
  309. * This method was generated by MyBatis Generator.
  310. * This method sets the value of the database column dw_file_detail_03.DFD3_TQID
  311. *
  312. * @param tqid the value for dw_file_detail_03.DFD3_TQID
  313. *
  314. * @mbggenerated
  315. */
  316. public void setTqid(String tqid) {
  317. this.tqid = tqid == null ? null : tqid.trim();
  318. }
  319. /**
  320. * This method was generated by MyBatis Generator.
  321. * This method returns the value of the database column dw_file_detail_03.DFD3_BYQMC
  322. *
  323. * @return the value of dw_file_detail_03.DFD3_BYQMC
  324. *
  325. * @mbggenerated
  326. */
  327. public String getByqmc() {
  328. return byqmc;
  329. }
  330. /**
  331. * This method was generated by MyBatis Generator.
  332. * This method sets the value of the database column dw_file_detail_03.DFD3_BYQMC
  333. *
  334. * @param byqmc the value for dw_file_detail_03.DFD3_BYQMC
  335. *
  336. * @mbggenerated
  337. */
  338. public void setByqmc(String byqmc) {
  339. this.byqmc = byqmc == null ? null : byqmc.trim();
  340. }
  341. /**
  342. * This method was generated by MyBatis Generator.
  343. * This method returns the value of the database column dw_file_detail_03.DFD3_YHGLDW1
  344. *
  345. * @return the value of dw_file_detail_03.DFD3_YHGLDW1
  346. *
  347. * @mbggenerated
  348. */
  349. public String getYhgldw1() {
  350. return yhgldw1;
  351. }
  352. /**
  353. * This method was generated by MyBatis Generator.
  354. * This method sets the value of the database column dw_file_detail_03.DFD3_YHGLDW1
  355. *
  356. * @param yhgldw1 the value for dw_file_detail_03.DFD3_YHGLDW1
  357. *
  358. * @mbggenerated
  359. */
  360. public void setYhgldw1(String yhgldw1) {
  361. this.yhgldw1 = yhgldw1 == null ? null : yhgldw1.trim();
  362. }
  363. /**
  364. * This method was generated by MyBatis Generator.
  365. * This method returns the value of the database column dw_file_detail_03.DFD3_YHID
  366. *
  367. * @return the value of dw_file_detail_03.DFD3_YHID
  368. *
  369. * @mbggenerated
  370. */
  371. public String getYhid() {
  372. return yhid;
  373. }
  374. /**
  375. * This method was generated by MyBatis Generator.
  376. * This method sets the value of the database column dw_file_detail_03.DFD3_YHID
  377. *
  378. * @param yhid the value for dw_file_detail_03.DFD3_YHID
  379. *
  380. * @mbggenerated
  381. */
  382. public void setYhid(String yhid) {
  383. this.yhid = yhid == null ? null : yhid.trim();
  384. }
  385. /**
  386. * This method was generated by MyBatis Generator.
  387. * This method returns the value of the database column dw_file_detail_03.DFD3_YHMC
  388. *
  389. * @return the value of dw_file_detail_03.DFD3_YHMC
  390. *
  391. * @mbggenerated
  392. */
  393. public String getYhmc() {
  394. return yhmc;
  395. }
  396. /**
  397. * This method was generated by MyBatis Generator.
  398. * This method sets the value of the database column dw_file_detail_03.DFD3_YHMC
  399. *
  400. * @param yhmc the value for dw_file_detail_03.DFD3_YHMC
  401. *
  402. * @mbggenerated
  403. */
  404. public void setYhmc(String yhmc) {
  405. this.yhmc = yhmc == null ? null : yhmc.trim();
  406. }
  407. /**
  408. * This method was generated by MyBatis Generator.
  409. * This method returns the value of the database column dw_file_detail_03.DFD3_YHGLDW2
  410. *
  411. * @return the value of dw_file_detail_03.DFD3_YHGLDW2
  412. *
  413. * @mbggenerated
  414. */
  415. public String getYhgldw2() {
  416. return yhgldw2;
  417. }
  418. /**
  419. * This method was generated by MyBatis Generator.
  420. * This method sets the value of the database column dw_file_detail_03.DFD3_YHGLDW2
  421. *
  422. * @param yhgldw2 the value for dw_file_detail_03.DFD3_YHGLDW2
  423. *
  424. * @mbggenerated
  425. */
  426. public void setYhgldw2(String yhgldw2) {
  427. this.yhgldw2 = yhgldw2 == null ? null : yhgldw2.trim();
  428. }
  429. /**
  430. * This method was generated by MyBatis Generator.
  431. * This method returns the value of the database column dw_file_detail_03.DFD3_DYMAX
  432. *
  433. * @return the value of dw_file_detail_03.DFD3_DYMAX
  434. *
  435. * @mbggenerated
  436. */
  437. public String getDymax() {
  438. return dymax;
  439. }
  440. /**
  441. * This method was generated by MyBatis Generator.
  442. * This method sets the value of the database column dw_file_detail_03.DFD3_DYMAX
  443. *
  444. * @param dymax the value for dw_file_detail_03.DFD3_DYMAX
  445. *
  446. * @mbggenerated
  447. */
  448. public void setDymax(String dymax) {
  449. this.dymax = dymax == null ? null : dymax.trim();
  450. }
  451. /**
  452. * This method was generated by MyBatis Generator.
  453. * This method returns the value of the database column dw_file_detail_03.DFD3_DYMIN
  454. *
  455. * @return the value of dw_file_detail_03.DFD3_DYMIN
  456. *
  457. * @mbggenerated
  458. */
  459. public String getDymin() {
  460. return dymin;
  461. }
  462. /**
  463. * This method was generated by MyBatis Generator.
  464. * This method sets the value of the database column dw_file_detail_03.DFD3_DYMIN
  465. *
  466. * @param dymin the value for dw_file_detail_03.DFD3_DYMIN
  467. *
  468. * @mbggenerated
  469. */
  470. public void setDymin(String dymin) {
  471. this.dymin = dymin == null ? null : dymin.trim();
  472. }
  473. /**
  474. * This method was generated by MyBatis Generator.
  475. * This method returns the value of the database column dw_file_detail_03.DFD3_DYHGL
  476. *
  477. * @return the value of dw_file_detail_03.DFD3_DYHGL
  478. *
  479. * @mbggenerated
  480. */
  481. public String getDyhgl() {
  482. return dyhgl;
  483. }
  484. /**
  485. * This method was generated by MyBatis Generator.
  486. * This method sets the value of the database column dw_file_detail_03.DFD3_DYHGL
  487. *
  488. * @param dyhgl the value for dw_file_detail_03.DFD3_DYHGL
  489. *
  490. * @mbggenerated
  491. */
  492. public void setDyhgl(String dyhgl) {
  493. this.dyhgl = dyhgl == null ? null : dyhgl.trim();
  494. }
  495. /**
  496. * This method was generated by MyBatis Generator.
  497. * This method returns the value of the database column dw_file_detail_03.DFD3_CSXL
  498. *
  499. * @return the value of dw_file_detail_03.DFD3_CSXL
  500. *
  501. * @mbggenerated
  502. */
  503. public String getCsxl() {
  504. return csxl;
  505. }
  506. /**
  507. * This method was generated by MyBatis Generator.
  508. * This method sets the value of the database column dw_file_detail_03.DFD3_CSXL
  509. *
  510. * @param csxl the value for dw_file_detail_03.DFD3_CSXL
  511. *
  512. * @mbggenerated
  513. */
  514. public void setCsxl(String csxl) {
  515. this.csxl = csxl == null ? null : csxl.trim();
  516. }
  517. /**
  518. * This method was generated by MyBatis Generator.
  519. * This method returns the value of the database column dw_file_detail_03.DFD3_CXXL
  520. *
  521. * @return the value of dw_file_detail_03.DFD3_CXXL
  522. *
  523. * @mbggenerated
  524. */
  525. public String getCxxl() {
  526. return cxxl;
  527. }
  528. /**
  529. * This method was generated by MyBatis Generator.
  530. * This method sets the value of the database column dw_file_detail_03.DFD3_CXXL
  531. *
  532. * @param cxxl the value for dw_file_detail_03.DFD3_CXXL
  533. *
  534. * @mbggenerated
  535. */
  536. public void setCxxl(String cxxl) {
  537. this.cxxl = cxxl == null ? null : cxxl.trim();
  538. }
  539. /**
  540. * This method was generated by MyBatis Generator.
  541. * This method returns the value of the database column dw_file_detail_03.DFD3_DYSC
  542. *
  543. * @return the value of dw_file_detail_03.DFD3_DYSC
  544. *
  545. * @mbggenerated
  546. */
  547. public String getDysc() {
  548. return dysc;
  549. }
  550. /**
  551. * This method was generated by MyBatis Generator.
  552. * This method sets the value of the database column dw_file_detail_03.DFD3_DYSC
  553. *
  554. * @param dysc the value for dw_file_detail_03.DFD3_DYSC
  555. *
  556. * @mbggenerated
  557. */
  558. public void setDysc(String dysc) {
  559. this.dysc = dysc == null ? null : dysc.trim();
  560. }
  561. /**
  562. * This method was generated by MyBatis Generator.
  563. * This method returns the value of the database column dw_file_detail_03.DFD3_GDLX
  564. *
  565. * @return the value of dw_file_detail_03.DFD3_GDLX
  566. *
  567. * @mbggenerated
  568. */
  569. public String getGdlx() {
  570. return gdlx;
  571. }
  572. /**
  573. * This method was generated by MyBatis Generator.
  574. * This method sets the value of the database column dw_file_detail_03.DFD3_GDLX
  575. *
  576. * @param gdlx the value for dw_file_detail_03.DFD3_GDLX
  577. *
  578. * @mbggenerated
  579. */
  580. public void setGdlx(String gdlx) {
  581. this.gdlx = gdlx == null ? null : gdlx.trim();
  582. }
  583. /**
  584. * This method was generated by MyBatis Generator.
  585. * This method returns the value of the database column dw_file_detail_03.DFD3_LJTS
  586. *
  587. * @return the value of dw_file_detail_03.DFD3_LJTS
  588. *
  589. * @mbggenerated
  590. */
  591. public String getLjts() {
  592. return ljts;
  593. }
  594. /**
  595. * This method was generated by MyBatis Generator.
  596. * This method sets the value of the database column dw_file_detail_03.DFD3_LJTS
  597. *
  598. * @param ljts the value for dw_file_detail_03.DFD3_LJTS
  599. *
  600. * @mbggenerated
  601. */
  602. public void setLjts(String ljts) {
  603. this.ljts = ljts == null ? null : ljts.trim();
  604. }
  605. /**
  606. * This method was generated by MyBatis Generator.
  607. * This method returns the value of the database column dw_file_detail_03.DFD3_SJRQ
  608. *
  609. * @return the value of dw_file_detail_03.DFD3_SJRQ
  610. *
  611. * @mbggenerated
  612. */
  613. public String getSjrq() {
  614. return sjrq;
  615. }
  616. /**
  617. * This method was generated by MyBatis Generator.
  618. * This method sets the value of the database column dw_file_detail_03.DFD3_SJRQ
  619. *
  620. * @param sjrq the value for dw_file_detail_03.DFD3_SJRQ
  621. *
  622. * @mbggenerated
  623. */
  624. public void setSjrq(String sjrq) {
  625. this.sjrq = sjrq == null ? null : sjrq.trim();
  626. }
  627. /**
  628. * This method was generated by MyBatis Generator.
  629. * This method returns the value of the database column dw_file_detail_03.DFD3_GDDW
  630. *
  631. * @return the value of dw_file_detail_03.DFD3_GDDW
  632. *
  633. * @mbggenerated
  634. */
  635. public String getGddw() {
  636. return gddw;
  637. }
  638. /**
  639. * This method was generated by MyBatis Generator.
  640. * This method sets the value of the database column dw_file_detail_03.DFD3_GDDW
  641. *
  642. * @param gddw the value for dw_file_detail_03.DFD3_GDDW
  643. *
  644. * @mbggenerated
  645. */
  646. public void setGddw(String gddw) {
  647. this.gddw = gddw == null ? null : gddw.trim();
  648. }
  649. /**
  650. * This method was generated by MyBatis Generator.
  651. * This method returns the value of the database column dw_file_detail_03.DFD3_FILE_ID
  652. *
  653. * @return the value of dw_file_detail_03.DFD3_FILE_ID
  654. *
  655. * @mbggenerated
  656. */
  657. public String getFileId() {
  658. return fileId;
  659. }
  660. /**
  661. * This method was generated by MyBatis Generator.
  662. * This method sets the value of the database column dw_file_detail_03.DFD3_FILE_ID
  663. *
  664. * @param fileId the value for dw_file_detail_03.DFD3_FILE_ID
  665. *
  666. * @mbggenerated
  667. */
  668. public void setFileId(String fileId) {
  669. this.fileId = fileId == null ? null : fileId.trim();
  670. }
  671. }