DaZsjk.java 20 KB

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