DaLqwhxx.java 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. package com.huimv.da.dataobject;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. import com.huimv.xt.dataobject.BaseDO;
  5. @SuppressWarnings("serial")
  6. public class DaLqwhxx extends BaseDO {
  7. /**
  8. * This field was generated by Apache iBATIS ibator.
  9. * This field corresponds to the database column da_lqwhxx.ID
  10. *
  11. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  12. */
  13. private Integer id;
  14. /**
  15. * This field was generated by Apache iBATIS ibator.
  16. * This field corresponds to the database column da_lqwhxx.LQID
  17. *
  18. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  19. */
  20. private Integer lqid;
  21. /**
  22. * This field was generated by Apache iBATIS ibator.
  23. * This field corresponds to the database column da_lqwhxx.LQMC
  24. *
  25. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  26. */
  27. private String lqmc;
  28. /**
  29. * This field was generated by Apache iBATIS ibator.
  30. * This field corresponds to the database column da_lqwhxx.FSSJ
  31. *
  32. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  33. */
  34. private Date fssj;
  35. /**
  36. * This field was generated by Apache iBATIS ibator.
  37. * This field corresponds to the database column da_lqwhxx.ZLS
  38. *
  39. * @ibatorgenerated Wed Aug 13 13:57:15 CST 2014
  40. */
  41. private Integer zls;
  42. /**
  43. * This field was generated by Apache iBATIS ibator.
  44. * This field corresponds to the database column da_lqwhxx.RLS
  45. *
  46. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  47. */
  48. private Integer rls;
  49. /**
  50. * This field was generated by Apache iBATIS ibator.
  51. * This field corresponds to the database column da_lqwhxx.RLPJTZ
  52. *
  53. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  54. */
  55. private BigDecimal rlpjtz;
  56. /**
  57. * This field was generated by Apache iBATIS ibator.
  58. * This field corresponds to the database column da_lqwhxx.SCS
  59. *
  60. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  61. */
  62. private Integer scs;
  63. /**
  64. * This field was generated by Apache iBATIS ibator.
  65. * This field corresponds to the database column da_lqwhxx.SCPJTZ
  66. *
  67. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  68. */
  69. private BigDecimal scpjtz;
  70. /**
  71. * This field was generated by Apache iBATIS ibator.
  72. * This field corresponds to the database column da_lqwhxx.GLS
  73. *
  74. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  75. */
  76. private Integer gls;
  77. /**
  78. * This field was generated by Apache iBATIS ibator.
  79. * This field corresponds to the database column da_lqwhxx.GLPJTZ
  80. *
  81. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  82. */
  83. private BigDecimal glpjtz;
  84. /**
  85. * This field was generated by Apache iBATIS ibator.
  86. * This field corresponds to the database column da_lqwhxx.SWS
  87. *
  88. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  89. */
  90. private Integer sws;
  91. /**
  92. * This field was generated by Apache iBATIS ibator.
  93. * This field corresponds to the database column da_lqwhxx.SWPJTZ
  94. *
  95. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  96. */
  97. private BigDecimal swpjtz;
  98. /**
  99. * This field was generated by Apache iBATIS ibator.
  100. * This field corresponds to the database column da_lqwhxx.TTS
  101. *
  102. * @ibatorgenerated Wed Aug 13 13:57:15 CST 2014
  103. */
  104. private Integer tts;
  105. /**
  106. * This field was generated by Apache iBATIS ibator.
  107. * This field corresponds to the database column da_lqwhxx.TTPJTZ
  108. *
  109. * @ibatorgenerated Wed Aug 13 13:57:15 CST 2014
  110. */
  111. private BigDecimal ttpjtz;
  112. /**
  113. * This field was generated by Apache iBATIS ibator.
  114. * This field corresponds to the database column da_lqwhxx.CLS
  115. *
  116. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  117. */
  118. private Integer cls;
  119. /**
  120. * This field was generated by Apache iBATIS ibator.
  121. * This field corresponds to the database column da_lqwhxx.CLPJTZ
  122. *
  123. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  124. */
  125. private BigDecimal clpjtz;
  126. /**
  127. * This field was generated by Apache iBATIS ibator.
  128. * This field corresponds to the database column da_lqwhxx.CZ
  129. *
  130. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  131. */
  132. private String cz;
  133. /**
  134. * This field was generated by Apache iBATIS ibator.
  135. * This field corresponds to the database column da_lqwhxx.GLY
  136. *
  137. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  138. */
  139. private String gly;
  140. /**
  141. * This field was generated by Apache iBATIS ibator.
  142. * This field corresponds to the database column da_lqwhxx.XGR
  143. *
  144. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  145. */
  146. private String xgr;
  147. /**
  148. * This field was generated by Apache iBATIS ibator.
  149. * This field corresponds to the database column da_lqwhxx.XGSJ
  150. *
  151. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  152. */
  153. private Date xgsj;
  154. /**
  155. * This field was generated by Apache iBATIS ibator.
  156. * This field corresponds to the database column da_lqwhxx.ZFBZ
  157. *
  158. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  159. */
  160. private Integer zfbz;
  161. /**
  162. * This method was generated by Apache iBATIS ibator.
  163. * This method returns the value of the database column da_lqwhxx.ID
  164. *
  165. * @return the value of da_lqwhxx.ID
  166. *
  167. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  168. */
  169. public Integer getId() {
  170. return id;
  171. }
  172. /**
  173. * This method was generated by Apache iBATIS ibator.
  174. * This method sets the value of the database column da_lqwhxx.ID
  175. *
  176. * @param id the value for da_lqwhxx.ID
  177. *
  178. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  179. */
  180. public void setId(Integer id) {
  181. this.id = id;
  182. }
  183. /**
  184. * This method was generated by Apache iBATIS ibator.
  185. * This method returns the value of the database column da_lqwhxx.LQID
  186. *
  187. * @return the value of da_lqwhxx.LQID
  188. *
  189. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  190. */
  191. public Integer getLqid() {
  192. return lqid;
  193. }
  194. /**
  195. * This method was generated by Apache iBATIS ibator.
  196. * This method sets the value of the database column da_lqwhxx.LQID
  197. *
  198. * @param lqid the value for da_lqwhxx.LQID
  199. *
  200. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  201. */
  202. public void setLqid(Integer lqid) {
  203. this.lqid = lqid;
  204. }
  205. /**
  206. * This method was generated by Apache iBATIS ibator.
  207. * This method returns the value of the database column da_lqwhxx.LQMC
  208. *
  209. * @return the value of da_lqwhxx.LQMC
  210. *
  211. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  212. */
  213. public String getLqmc() {
  214. return lqmc;
  215. }
  216. /**
  217. * This method was generated by Apache iBATIS ibator.
  218. * This method sets the value of the database column da_lqwhxx.LQMC
  219. *
  220. * @param lqmc the value for da_lqwhxx.LQMC
  221. *
  222. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  223. */
  224. public void setLqmc(String lqmc) {
  225. this.lqmc = lqmc == null ? null : lqmc.trim();
  226. }
  227. /**
  228. * This method was generated by Apache iBATIS ibator.
  229. * This method returns the value of the database column da_lqwhxx.FSSJ
  230. *
  231. * @return the value of da_lqwhxx.FSSJ
  232. *
  233. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  234. */
  235. public Date getFssj() {
  236. return fssj;
  237. }
  238. /**
  239. * This method was generated by Apache iBATIS ibator.
  240. * This method sets the value of the database column da_lqwhxx.FSSJ
  241. *
  242. * @param fssj the value for da_lqwhxx.FSSJ
  243. *
  244. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  245. */
  246. public void setFssj(Date fssj) {
  247. this.fssj = fssj;
  248. }
  249. /**
  250. * This method was generated by Apache iBATIS ibator.
  251. * This method returns the value of the database column da_lqwhxx.ZLS
  252. *
  253. * @return the value of da_lqwhxx.ZLS
  254. *
  255. * @ibatorgenerated Wed Aug 13 13:57:15 CST 2014
  256. */
  257. public Integer getZls() {
  258. return zls;
  259. }
  260. /**
  261. * This method was generated by Apache iBATIS ibator.
  262. * This method sets the value of the database column da_lqwhxx.ZLS
  263. *
  264. * @param zls the value for da_lqwhxx.ZLS
  265. *
  266. * @ibatorgenerated Wed Aug 13 13:57:15 CST 2014
  267. */
  268. public void setZls(Integer zls) {
  269. this.zls = zls;
  270. }
  271. /**
  272. * This method was generated by Apache iBATIS ibator.
  273. * This method returns the value of the database column da_lqwhxx.RLS
  274. *
  275. * @return the value of da_lqwhxx.RLS
  276. *
  277. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  278. */
  279. public Integer getRls() {
  280. return rls;
  281. }
  282. /**
  283. * This method was generated by Apache iBATIS ibator.
  284. * This method sets the value of the database column da_lqwhxx.RLS
  285. *
  286. * @param rls the value for da_lqwhxx.RLS
  287. *
  288. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  289. */
  290. public void setRls(Integer rls) {
  291. this.rls = rls;
  292. }
  293. /**
  294. * This method was generated by Apache iBATIS ibator.
  295. * This method returns the value of the database column da_lqwhxx.RLPJTZ
  296. *
  297. * @return the value of da_lqwhxx.RLPJTZ
  298. *
  299. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  300. */
  301. public BigDecimal getRlpjtz() {
  302. return rlpjtz;
  303. }
  304. /**
  305. * This method was generated by Apache iBATIS ibator.
  306. * This method sets the value of the database column da_lqwhxx.RLPJTZ
  307. *
  308. * @param rlpjtz the value for da_lqwhxx.RLPJTZ
  309. *
  310. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  311. */
  312. public void setRlpjtz(BigDecimal rlpjtz) {
  313. this.rlpjtz = rlpjtz;
  314. }
  315. /**
  316. * This method was generated by Apache iBATIS ibator.
  317. * This method returns the value of the database column da_lqwhxx.SCS
  318. *
  319. * @return the value of da_lqwhxx.SCS
  320. *
  321. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  322. */
  323. public Integer getScs() {
  324. return scs;
  325. }
  326. /**
  327. * This method was generated by Apache iBATIS ibator.
  328. * This method sets the value of the database column da_lqwhxx.SCS
  329. *
  330. * @param scs the value for da_lqwhxx.SCS
  331. *
  332. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  333. */
  334. public void setScs(Integer scs) {
  335. this.scs = scs;
  336. }
  337. /**
  338. * This method was generated by Apache iBATIS ibator.
  339. * This method returns the value of the database column da_lqwhxx.SCPJTZ
  340. *
  341. * @return the value of da_lqwhxx.SCPJTZ
  342. *
  343. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  344. */
  345. public BigDecimal getScpjtz() {
  346. return scpjtz;
  347. }
  348. /**
  349. * This method was generated by Apache iBATIS ibator.
  350. * This method sets the value of the database column da_lqwhxx.SCPJTZ
  351. *
  352. * @param scpjtz the value for da_lqwhxx.SCPJTZ
  353. *
  354. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  355. */
  356. public void setScpjtz(BigDecimal scpjtz) {
  357. this.scpjtz = scpjtz;
  358. }
  359. /**
  360. * This method was generated by Apache iBATIS ibator.
  361. * This method returns the value of the database column da_lqwhxx.GLS
  362. *
  363. * @return the value of da_lqwhxx.GLS
  364. *
  365. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  366. */
  367. public Integer getGls() {
  368. return gls;
  369. }
  370. /**
  371. * This method was generated by Apache iBATIS ibator.
  372. * This method sets the value of the database column da_lqwhxx.GLS
  373. *
  374. * @param gls the value for da_lqwhxx.GLS
  375. *
  376. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  377. */
  378. public void setGls(Integer gls) {
  379. this.gls = gls;
  380. }
  381. /**
  382. * This method was generated by Apache iBATIS ibator.
  383. * This method returns the value of the database column da_lqwhxx.GLPJTZ
  384. *
  385. * @return the value of da_lqwhxx.GLPJTZ
  386. *
  387. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  388. */
  389. public BigDecimal getGlpjtz() {
  390. return glpjtz;
  391. }
  392. /**
  393. * This method was generated by Apache iBATIS ibator.
  394. * This method sets the value of the database column da_lqwhxx.GLPJTZ
  395. *
  396. * @param glpjtz the value for da_lqwhxx.GLPJTZ
  397. *
  398. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  399. */
  400. public void setGlpjtz(BigDecimal glpjtz) {
  401. this.glpjtz = glpjtz;
  402. }
  403. /**
  404. * This method was generated by Apache iBATIS ibator.
  405. * This method returns the value of the database column da_lqwhxx.SWS
  406. *
  407. * @return the value of da_lqwhxx.SWS
  408. *
  409. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  410. */
  411. public Integer getSws() {
  412. return sws;
  413. }
  414. /**
  415. * This method was generated by Apache iBATIS ibator.
  416. * This method sets the value of the database column da_lqwhxx.SWS
  417. *
  418. * @param sws the value for da_lqwhxx.SWS
  419. *
  420. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  421. */
  422. public void setSws(Integer sws) {
  423. this.sws = sws;
  424. }
  425. /**
  426. * This method was generated by Apache iBATIS ibator.
  427. * This method returns the value of the database column da_lqwhxx.SWPJTZ
  428. *
  429. * @return the value of da_lqwhxx.SWPJTZ
  430. *
  431. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  432. */
  433. public BigDecimal getSwpjtz() {
  434. return swpjtz;
  435. }
  436. /**
  437. * This method was generated by Apache iBATIS ibator.
  438. * This method sets the value of the database column da_lqwhxx.SWPJTZ
  439. *
  440. * @param swpjtz the value for da_lqwhxx.SWPJTZ
  441. *
  442. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  443. */
  444. public void setSwpjtz(BigDecimal swpjtz) {
  445. this.swpjtz = swpjtz;
  446. }
  447. /**
  448. * This method was generated by Apache iBATIS ibator.
  449. * This method returns the value of the database column da_lqwhxx.TTS
  450. *
  451. * @return the value of da_lqwhxx.TTS
  452. *
  453. * @ibatorgenerated Wed Aug 13 13:57:15 CST 2014
  454. */
  455. public Integer getTts() {
  456. return tts;
  457. }
  458. /**
  459. * This method was generated by Apache iBATIS ibator.
  460. * This method sets the value of the database column da_lqwhxx.TTS
  461. *
  462. * @param tts the value for da_lqwhxx.TTS
  463. *
  464. * @ibatorgenerated Wed Aug 13 13:57:15 CST 2014
  465. */
  466. public void setTts(Integer tts) {
  467. this.tts = tts;
  468. }
  469. /**
  470. * This method was generated by Apache iBATIS ibator.
  471. * This method returns the value of the database column da_lqwhxx.TTPJTZ
  472. *
  473. * @return the value of da_lqwhxx.TTPJTZ
  474. *
  475. * @ibatorgenerated Wed Aug 13 13:57:15 CST 2014
  476. */
  477. public BigDecimal getTtpjtz() {
  478. return ttpjtz;
  479. }
  480. /**
  481. * This method was generated by Apache iBATIS ibator.
  482. * This method sets the value of the database column da_lqwhxx.TTPJTZ
  483. *
  484. * @param ttpjtz the value for da_lqwhxx.TTPJTZ
  485. *
  486. * @ibatorgenerated Wed Aug 13 13:57:15 CST 2014
  487. */
  488. public void setTtpjtz(BigDecimal ttpjtz) {
  489. this.ttpjtz = ttpjtz;
  490. }
  491. /**
  492. * This method was generated by Apache iBATIS ibator.
  493. * This method returns the value of the database column da_lqwhxx.CLS
  494. *
  495. * @return the value of da_lqwhxx.CLS
  496. *
  497. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  498. */
  499. public Integer getCls() {
  500. return cls;
  501. }
  502. /**
  503. * This method was generated by Apache iBATIS ibator.
  504. * This method sets the value of the database column da_lqwhxx.CLS
  505. *
  506. * @param cls the value for da_lqwhxx.CLS
  507. *
  508. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  509. */
  510. public void setCls(Integer cls) {
  511. this.cls = cls;
  512. }
  513. /**
  514. * This method was generated by Apache iBATIS ibator.
  515. * This method returns the value of the database column da_lqwhxx.CLPJTZ
  516. *
  517. * @return the value of da_lqwhxx.CLPJTZ
  518. *
  519. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  520. */
  521. public BigDecimal getClpjtz() {
  522. return clpjtz;
  523. }
  524. /**
  525. * This method was generated by Apache iBATIS ibator.
  526. * This method sets the value of the database column da_lqwhxx.CLPJTZ
  527. *
  528. * @param clpjtz the value for da_lqwhxx.CLPJTZ
  529. *
  530. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  531. */
  532. public void setClpjtz(BigDecimal clpjtz) {
  533. this.clpjtz = clpjtz;
  534. }
  535. /**
  536. * This method was generated by Apache iBATIS ibator.
  537. * This method returns the value of the database column da_lqwhxx.CZ
  538. *
  539. * @return the value of da_lqwhxx.CZ
  540. *
  541. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  542. */
  543. public String getCz() {
  544. return cz;
  545. }
  546. /**
  547. * This method was generated by Apache iBATIS ibator.
  548. * This method sets the value of the database column da_lqwhxx.CZ
  549. *
  550. * @param cz the value for da_lqwhxx.CZ
  551. *
  552. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  553. */
  554. public void setCz(String cz) {
  555. this.cz = cz == null ? null : cz.trim();
  556. }
  557. /**
  558. * This method was generated by Apache iBATIS ibator.
  559. * This method returns the value of the database column da_lqwhxx.GLY
  560. *
  561. * @return the value of da_lqwhxx.GLY
  562. *
  563. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  564. */
  565. public String getGly() {
  566. return gly;
  567. }
  568. /**
  569. * This method was generated by Apache iBATIS ibator.
  570. * This method sets the value of the database column da_lqwhxx.GLY
  571. *
  572. * @param gly the value for da_lqwhxx.GLY
  573. *
  574. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  575. */
  576. public void setGly(String gly) {
  577. this.gly = gly == null ? null : gly.trim();
  578. }
  579. /**
  580. * This method was generated by Apache iBATIS ibator.
  581. * This method returns the value of the database column da_lqwhxx.XGR
  582. *
  583. * @return the value of da_lqwhxx.XGR
  584. *
  585. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  586. */
  587. public String getXgr() {
  588. return xgr;
  589. }
  590. /**
  591. * This method was generated by Apache iBATIS ibator.
  592. * This method sets the value of the database column da_lqwhxx.XGR
  593. *
  594. * @param xgr the value for da_lqwhxx.XGR
  595. *
  596. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  597. */
  598. public void setXgr(String xgr) {
  599. this.xgr = xgr == null ? null : xgr.trim();
  600. }
  601. /**
  602. * This method was generated by Apache iBATIS ibator.
  603. * This method returns the value of the database column da_lqwhxx.XGSJ
  604. *
  605. * @return the value of da_lqwhxx.XGSJ
  606. *
  607. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  608. */
  609. public Date getXgsj() {
  610. return xgsj;
  611. }
  612. /**
  613. * This method was generated by Apache iBATIS ibator.
  614. * This method sets the value of the database column da_lqwhxx.XGSJ
  615. *
  616. * @param xgsj the value for da_lqwhxx.XGSJ
  617. *
  618. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  619. */
  620. public void setXgsj(Date xgsj) {
  621. this.xgsj = xgsj;
  622. }
  623. /**
  624. * This method was generated by Apache iBATIS ibator.
  625. * This method returns the value of the database column da_lqwhxx.ZFBZ
  626. *
  627. * @return the value of da_lqwhxx.ZFBZ
  628. *
  629. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  630. */
  631. public Integer getZfbz() {
  632. return zfbz;
  633. }
  634. /**
  635. * This method was generated by Apache iBATIS ibator.
  636. * This method sets the value of the database column da_lqwhxx.ZFBZ
  637. *
  638. * @param zfbz the value for da_lqwhxx.ZFBZ
  639. *
  640. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  641. */
  642. public void setZfbz(Integer zfbz) {
  643. this.zfbz = zfbz;
  644. }
  645. private String Zsmc;
  646. private String Mcmc;
  647. public String getZsmc() {
  648. return Zsmc;
  649. }
  650. public void setZsmc(String zsmc) {
  651. Zsmc = zsmc;
  652. }
  653. public String getMcmc() {
  654. return Mcmc;
  655. }
  656. public void setMcmc(String mcmc) {
  657. Mcmc = mcmc;
  658. }
  659. }