BjqCssz.java 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498
  1. package com.huimv.bjq.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class BjqCssz extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column bjq_cssz.ID
  8. *
  9. * @ibatorgenerated Thu Jul 16 10:52:45 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 bjq_cssz.ZSID
  15. *
  16. * @ibatorgenerated Thu Jul 16 10:52:45 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 bjq_cssz.MKBH
  22. *
  23. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  24. */
  25. private String mkbh;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column bjq_cssz.SJHM1
  29. *
  30. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  31. */
  32. private String sjhm1;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column bjq_cssz.SJHM1BZ
  36. *
  37. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  38. */
  39. private Integer sjhm1bz;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column bjq_cssz.SJHM2
  43. *
  44. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  45. */
  46. private String sjhm2;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column bjq_cssz.SJHM2BZ
  50. *
  51. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  52. */
  53. private Integer sjhm2bz;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column bjq_cssz.SJHM3
  57. *
  58. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  59. */
  60. private String sjhm3;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column bjq_cssz.SJHM3BZ
  64. *
  65. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  66. */
  67. private Integer sjhm3bz;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column bjq_cssz.SJHM4
  71. *
  72. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  73. */
  74. private String sjhm4;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column bjq_cssz.SJHM4BZ
  78. *
  79. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  80. */
  81. private Integer sjhm4bz;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column bjq_cssz.SJHM5
  85. *
  86. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  87. */
  88. private String sjhm5;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column bjq_cssz.SJHM5BZ
  92. *
  93. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  94. */
  95. private Integer sjhm5bz;
  96. /**
  97. * This field was generated by Apache iBATIS ibator.
  98. * This field corresponds to the database column bjq_cssz.SJHM6
  99. *
  100. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  101. */
  102. private String sjhm6;
  103. /**
  104. * This field was generated by Apache iBATIS ibator.
  105. * This field corresponds to the database column bjq_cssz.SJHM6BZ
  106. *
  107. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  108. */
  109. private Integer sjhm6bz;
  110. /**
  111. * This field was generated by Apache iBATIS ibator.
  112. * This field corresponds to the database column bjq_cssz.SJHM7
  113. *
  114. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  115. */
  116. private String sjhm7;
  117. /**
  118. * This field was generated by Apache iBATIS ibator.
  119. * This field corresponds to the database column bjq_cssz.SJHM7BZ
  120. *
  121. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  122. */
  123. private Integer sjhm7bz;
  124. /**
  125. * This field was generated by Apache iBATIS ibator.
  126. * This field corresponds to the database column bjq_cssz.SJHM8
  127. *
  128. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  129. */
  130. private String sjhm8;
  131. /**
  132. * This field was generated by Apache iBATIS ibator.
  133. * This field corresponds to the database column bjq_cssz.SJHM8BZ
  134. *
  135. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  136. */
  137. private Integer sjhm8bz;
  138. /**
  139. * This field was generated by Apache iBATIS ibator.
  140. * This field corresponds to the database column bjq_cssz.SJHM9
  141. *
  142. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  143. */
  144. private String sjhm9;
  145. /**
  146. * This field was generated by Apache iBATIS ibator.
  147. * This field corresponds to the database column bjq_cssz.SJHM10
  148. *
  149. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  150. */
  151. private String sjhm10;
  152. /**
  153. * This field was generated by Apache iBATIS ibator.
  154. * This field corresponds to the database column bjq_cssz.SFTBXTSJ
  155. *
  156. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  157. */
  158. private Integer sftbxtsj;
  159. /**
  160. * This field was generated by Apache iBATIS ibator.
  161. * This field corresponds to the database column bjq_cssz.BJJG
  162. *
  163. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  164. */
  165. private String bjjg;
  166. /**
  167. * This field was generated by Apache iBATIS ibator.
  168. * This field corresponds to the database column bjq_cssz.DDSCJG
  169. *
  170. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  171. */
  172. private String ddscjg;
  173. /**
  174. * This field was generated by Apache iBATIS ibator.
  175. * This field corresponds to the database column bjq_cssz.TDSCJG
  176. *
  177. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  178. */
  179. private String tdscjg;
  180. /**
  181. * This field was generated by Apache iBATIS ibator.
  182. * This field corresponds to the database column bjq_cssz.WDBJ1
  183. *
  184. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  185. */
  186. private String wdbj1;
  187. /**
  188. * This field was generated by Apache iBATIS ibator.
  189. * This field corresponds to the database column bjq_cssz.WDBJ2
  190. *
  191. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  192. */
  193. private String wdbj2;
  194. /**
  195. * This field was generated by Apache iBATIS ibator.
  196. * This field corresponds to the database column bjq_cssz.XFBZ
  197. *
  198. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  199. */
  200. private Integer xfbz;
  201. /**
  202. * This field was generated by Apache iBATIS ibator.
  203. * This field corresponds to the database column bjq_cssz.QZBJBZ
  204. *
  205. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  206. */
  207. private Integer qzbjbz;
  208. /**
  209. * This field was generated by Apache iBATIS ibator.
  210. * This field corresponds to the database column bjq_cssz.LJZT
  211. *
  212. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  213. */
  214. private Integer ljzt;
  215. /**
  216. * This field was generated by Apache iBATIS ibator.
  217. * This field corresponds to the database column bjq_cssz.PZZT
  218. *
  219. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  220. */
  221. private Integer pzzt;
  222. /**
  223. * This field was generated by Apache iBATIS ibator.
  224. * This field corresponds to the database column bjq_cssz.XGR
  225. *
  226. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  227. */
  228. private String xgr;
  229. /**
  230. * This field was generated by Apache iBATIS ibator.
  231. * This field corresponds to the database column bjq_cssz.XGSJ
  232. *
  233. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  234. */
  235. private Date xgsj;
  236. /**
  237. * This field was generated by Apache iBATIS ibator.
  238. * This field corresponds to the database column bjq_cssz.ZFBZ
  239. *
  240. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  241. */
  242. private Integer zfbz;
  243. /**
  244. * This field was generated by Apache iBATIS ibator.
  245. * This field corresponds to the database column bjq_cssz.FJDZ1
  246. *
  247. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  248. */
  249. private String fjdz1;
  250. /**
  251. * This field was generated by Apache iBATIS ibator.
  252. * This field corresponds to the database column bjq_cssz.FJDZ2
  253. *
  254. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  255. */
  256. private String fjdz2;
  257. /**
  258. * This field was generated by Apache iBATIS ibator.
  259. * This field corresponds to the database column bjq_cssz.FJDZ3
  260. *
  261. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  262. */
  263. private String fjdz3;
  264. /**
  265. * This field was generated by Apache iBATIS ibator.
  266. * This field corresponds to the database column bjq_cssz.FJDZ4
  267. *
  268. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  269. */
  270. private String fjdz4;
  271. /**
  272. * This field was generated by Apache iBATIS ibator.
  273. * This field corresponds to the database column bjq_cssz.FJDZ5
  274. *
  275. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  276. */
  277. private String fjdz5;
  278. /**
  279. * This field was generated by Apache iBATIS ibator.
  280. * This field corresponds to the database column bjq_cssz.FJDZ6
  281. *
  282. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  283. */
  284. private String fjdz6;
  285. /**
  286. * This field was generated by Apache iBATIS ibator.
  287. * This field corresponds to the database column bjq_cssz.FJDZ7
  288. *
  289. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  290. */
  291. private String fjdz7;
  292. /**
  293. * This field was generated by Apache iBATIS ibator.
  294. * This field corresponds to the database column bjq_cssz.FJDZ8
  295. *
  296. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  297. */
  298. private String fjdz8;
  299. /**
  300. * This field was generated by Apache iBATIS ibator.
  301. * This field corresponds to the database column bjq_cssz.FJDZ9
  302. *
  303. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  304. */
  305. private String fjdz9;
  306. /**
  307. * This field was generated by Apache iBATIS ibator.
  308. * This field corresponds to the database column bjq_cssz.FJDZ10
  309. *
  310. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  311. */
  312. private String fjdz10;
  313. /**
  314. * This field was generated by Apache iBATIS ibator.
  315. * This field corresponds to the database column bjq_cssz.FJDZ11
  316. *
  317. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  318. */
  319. private String fjdz11;
  320. /**
  321. * This field was generated by Apache iBATIS ibator.
  322. * This field corresponds to the database column bjq_cssz.FJDZ12
  323. *
  324. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  325. */
  326. private String fjdz12;
  327. private String mcmc;
  328. private String zsmc;
  329. /**
  330. * This method was generated by Apache iBATIS ibator.
  331. * This method returns the value of the database column bjq_cssz.ID
  332. *
  333. * @return the value of bjq_cssz.ID
  334. *
  335. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  336. */
  337. public Integer getId() {
  338. return id;
  339. }
  340. /**
  341. * This method was generated by Apache iBATIS ibator.
  342. * This method sets the value of the database column bjq_cssz.ID
  343. *
  344. * @param id the value for bjq_cssz.ID
  345. *
  346. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  347. */
  348. public void setId(Integer id) {
  349. this.id = id;
  350. }
  351. /**
  352. * This method was generated by Apache iBATIS ibator.
  353. * This method returns the value of the database column bjq_cssz.ZSID
  354. *
  355. * @return the value of bjq_cssz.ZSID
  356. *
  357. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  358. */
  359. public Integer getZsid() {
  360. return zsid;
  361. }
  362. /**
  363. * This method was generated by Apache iBATIS ibator.
  364. * This method sets the value of the database column bjq_cssz.ZSID
  365. *
  366. * @param zsid the value for bjq_cssz.ZSID
  367. *
  368. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  369. */
  370. public void setZsid(Integer zsid) {
  371. this.zsid = zsid;
  372. }
  373. /**
  374. * This method was generated by Apache iBATIS ibator.
  375. * This method returns the value of the database column bjq_cssz.MKBH
  376. *
  377. * @return the value of bjq_cssz.MKBH
  378. *
  379. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  380. */
  381. public String getMkbh() {
  382. return mkbh;
  383. }
  384. /**
  385. * This method was generated by Apache iBATIS ibator.
  386. * This method sets the value of the database column bjq_cssz.MKBH
  387. *
  388. * @param mkbh the value for bjq_cssz.MKBH
  389. *
  390. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  391. */
  392. public void setMkbh(String mkbh) {
  393. this.mkbh = mkbh == null ? null : mkbh.trim();
  394. }
  395. /**
  396. * This method was generated by Apache iBATIS ibator.
  397. * This method returns the value of the database column bjq_cssz.SJHM1
  398. *
  399. * @return the value of bjq_cssz.SJHM1
  400. *
  401. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  402. */
  403. public String getSjhm1() {
  404. return sjhm1;
  405. }
  406. /**
  407. * This method was generated by Apache iBATIS ibator.
  408. * This method sets the value of the database column bjq_cssz.SJHM1
  409. *
  410. * @param sjhm1 the value for bjq_cssz.SJHM1
  411. *
  412. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  413. */
  414. public void setSjhm1(String sjhm1) {
  415. this.sjhm1 = sjhm1 == null ? null : sjhm1.trim();
  416. }
  417. /**
  418. * This method was generated by Apache iBATIS ibator.
  419. * This method returns the value of the database column bjq_cssz.SJHM1BZ
  420. *
  421. * @return the value of bjq_cssz.SJHM1BZ
  422. *
  423. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  424. */
  425. public Integer getSjhm1bz() {
  426. return sjhm1bz;
  427. }
  428. /**
  429. * This method was generated by Apache iBATIS ibator.
  430. * This method sets the value of the database column bjq_cssz.SJHM1BZ
  431. *
  432. * @param sjhm1bz the value for bjq_cssz.SJHM1BZ
  433. *
  434. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  435. */
  436. public void setSjhm1bz(Integer sjhm1bz) {
  437. this.sjhm1bz = sjhm1bz;
  438. }
  439. /**
  440. * This method was generated by Apache iBATIS ibator.
  441. * This method returns the value of the database column bjq_cssz.SJHM2
  442. *
  443. * @return the value of bjq_cssz.SJHM2
  444. *
  445. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  446. */
  447. public String getSjhm2() {
  448. return sjhm2;
  449. }
  450. /**
  451. * This method was generated by Apache iBATIS ibator.
  452. * This method sets the value of the database column bjq_cssz.SJHM2
  453. *
  454. * @param sjhm2 the value for bjq_cssz.SJHM2
  455. *
  456. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  457. */
  458. public void setSjhm2(String sjhm2) {
  459. this.sjhm2 = sjhm2 == null ? null : sjhm2.trim();
  460. }
  461. /**
  462. * This method was generated by Apache iBATIS ibator.
  463. * This method returns the value of the database column bjq_cssz.SJHM2BZ
  464. *
  465. * @return the value of bjq_cssz.SJHM2BZ
  466. *
  467. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  468. */
  469. public Integer getSjhm2bz() {
  470. return sjhm2bz;
  471. }
  472. /**
  473. * This method was generated by Apache iBATIS ibator.
  474. * This method sets the value of the database column bjq_cssz.SJHM2BZ
  475. *
  476. * @param sjhm2bz the value for bjq_cssz.SJHM2BZ
  477. *
  478. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  479. */
  480. public void setSjhm2bz(Integer sjhm2bz) {
  481. this.sjhm2bz = sjhm2bz;
  482. }
  483. /**
  484. * This method was generated by Apache iBATIS ibator.
  485. * This method returns the value of the database column bjq_cssz.SJHM3
  486. *
  487. * @return the value of bjq_cssz.SJHM3
  488. *
  489. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  490. */
  491. public String getSjhm3() {
  492. return sjhm3;
  493. }
  494. /**
  495. * This method was generated by Apache iBATIS ibator.
  496. * This method sets the value of the database column bjq_cssz.SJHM3
  497. *
  498. * @param sjhm3 the value for bjq_cssz.SJHM3
  499. *
  500. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  501. */
  502. public void setSjhm3(String sjhm3) {
  503. this.sjhm3 = sjhm3 == null ? null : sjhm3.trim();
  504. }
  505. /**
  506. * This method was generated by Apache iBATIS ibator.
  507. * This method returns the value of the database column bjq_cssz.SJHM3BZ
  508. *
  509. * @return the value of bjq_cssz.SJHM3BZ
  510. *
  511. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  512. */
  513. public Integer getSjhm3bz() {
  514. return sjhm3bz;
  515. }
  516. /**
  517. * This method was generated by Apache iBATIS ibator.
  518. * This method sets the value of the database column bjq_cssz.SJHM3BZ
  519. *
  520. * @param sjhm3bz the value for bjq_cssz.SJHM3BZ
  521. *
  522. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  523. */
  524. public void setSjhm3bz(Integer sjhm3bz) {
  525. this.sjhm3bz = sjhm3bz;
  526. }
  527. /**
  528. * This method was generated by Apache iBATIS ibator.
  529. * This method returns the value of the database column bjq_cssz.SJHM4
  530. *
  531. * @return the value of bjq_cssz.SJHM4
  532. *
  533. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  534. */
  535. public String getSjhm4() {
  536. return sjhm4;
  537. }
  538. /**
  539. * This method was generated by Apache iBATIS ibator.
  540. * This method sets the value of the database column bjq_cssz.SJHM4
  541. *
  542. * @param sjhm4 the value for bjq_cssz.SJHM4
  543. *
  544. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  545. */
  546. public void setSjhm4(String sjhm4) {
  547. this.sjhm4 = sjhm4 == null ? null : sjhm4.trim();
  548. }
  549. /**
  550. * This method was generated by Apache iBATIS ibator.
  551. * This method returns the value of the database column bjq_cssz.SJHM4BZ
  552. *
  553. * @return the value of bjq_cssz.SJHM4BZ
  554. *
  555. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  556. */
  557. public Integer getSjhm4bz() {
  558. return sjhm4bz;
  559. }
  560. /**
  561. * This method was generated by Apache iBATIS ibator.
  562. * This method sets the value of the database column bjq_cssz.SJHM4BZ
  563. *
  564. * @param sjhm4bz the value for bjq_cssz.SJHM4BZ
  565. *
  566. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  567. */
  568. public void setSjhm4bz(Integer sjhm4bz) {
  569. this.sjhm4bz = sjhm4bz;
  570. }
  571. /**
  572. * This method was generated by Apache iBATIS ibator.
  573. * This method returns the value of the database column bjq_cssz.SJHM5
  574. *
  575. * @return the value of bjq_cssz.SJHM5
  576. *
  577. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  578. */
  579. public String getSjhm5() {
  580. return sjhm5;
  581. }
  582. /**
  583. * This method was generated by Apache iBATIS ibator.
  584. * This method sets the value of the database column bjq_cssz.SJHM5
  585. *
  586. * @param sjhm5 the value for bjq_cssz.SJHM5
  587. *
  588. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  589. */
  590. public void setSjhm5(String sjhm5) {
  591. this.sjhm5 = sjhm5 == null ? null : sjhm5.trim();
  592. }
  593. /**
  594. * This method was generated by Apache iBATIS ibator.
  595. * This method returns the value of the database column bjq_cssz.SJHM5BZ
  596. *
  597. * @return the value of bjq_cssz.SJHM5BZ
  598. *
  599. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  600. */
  601. public Integer getSjhm5bz() {
  602. return sjhm5bz;
  603. }
  604. /**
  605. * This method was generated by Apache iBATIS ibator.
  606. * This method sets the value of the database column bjq_cssz.SJHM5BZ
  607. *
  608. * @param sjhm5bz the value for bjq_cssz.SJHM5BZ
  609. *
  610. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  611. */
  612. public void setSjhm5bz(Integer sjhm5bz) {
  613. this.sjhm5bz = sjhm5bz;
  614. }
  615. /**
  616. * This method was generated by Apache iBATIS ibator.
  617. * This method returns the value of the database column bjq_cssz.SJHM6
  618. *
  619. * @return the value of bjq_cssz.SJHM6
  620. *
  621. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  622. */
  623. public String getSjhm6() {
  624. return sjhm6;
  625. }
  626. /**
  627. * This method was generated by Apache iBATIS ibator.
  628. * This method sets the value of the database column bjq_cssz.SJHM6
  629. *
  630. * @param sjhm6 the value for bjq_cssz.SJHM6
  631. *
  632. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  633. */
  634. public void setSjhm6(String sjhm6) {
  635. this.sjhm6 = sjhm6 == null ? null : sjhm6.trim();
  636. }
  637. /**
  638. * This method was generated by Apache iBATIS ibator.
  639. * This method returns the value of the database column bjq_cssz.SJHM6BZ
  640. *
  641. * @return the value of bjq_cssz.SJHM6BZ
  642. *
  643. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  644. */
  645. public Integer getSjhm6bz() {
  646. return sjhm6bz;
  647. }
  648. /**
  649. * This method was generated by Apache iBATIS ibator.
  650. * This method sets the value of the database column bjq_cssz.SJHM6BZ
  651. *
  652. * @param sjhm6bz the value for bjq_cssz.SJHM6BZ
  653. *
  654. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  655. */
  656. public void setSjhm6bz(Integer sjhm6bz) {
  657. this.sjhm6bz = sjhm6bz;
  658. }
  659. /**
  660. * This method was generated by Apache iBATIS ibator.
  661. * This method returns the value of the database column bjq_cssz.SJHM7
  662. *
  663. * @return the value of bjq_cssz.SJHM7
  664. *
  665. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  666. */
  667. public String getSjhm7() {
  668. return sjhm7;
  669. }
  670. /**
  671. * This method was generated by Apache iBATIS ibator.
  672. * This method sets the value of the database column bjq_cssz.SJHM7
  673. *
  674. * @param sjhm7 the value for bjq_cssz.SJHM7
  675. *
  676. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  677. */
  678. public void setSjhm7(String sjhm7) {
  679. this.sjhm7 = sjhm7 == null ? null : sjhm7.trim();
  680. }
  681. /**
  682. * This method was generated by Apache iBATIS ibator.
  683. * This method returns the value of the database column bjq_cssz.SJHM7BZ
  684. *
  685. * @return the value of bjq_cssz.SJHM7BZ
  686. *
  687. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  688. */
  689. public Integer getSjhm7bz() {
  690. return sjhm7bz;
  691. }
  692. /**
  693. * This method was generated by Apache iBATIS ibator.
  694. * This method sets the value of the database column bjq_cssz.SJHM7BZ
  695. *
  696. * @param sjhm7bz the value for bjq_cssz.SJHM7BZ
  697. *
  698. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  699. */
  700. public void setSjhm7bz(Integer sjhm7bz) {
  701. this.sjhm7bz = sjhm7bz;
  702. }
  703. /**
  704. * This method was generated by Apache iBATIS ibator.
  705. * This method returns the value of the database column bjq_cssz.SJHM8
  706. *
  707. * @return the value of bjq_cssz.SJHM8
  708. *
  709. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  710. */
  711. public String getSjhm8() {
  712. return sjhm8;
  713. }
  714. /**
  715. * This method was generated by Apache iBATIS ibator.
  716. * This method sets the value of the database column bjq_cssz.SJHM8
  717. *
  718. * @param sjhm8 the value for bjq_cssz.SJHM8
  719. *
  720. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  721. */
  722. public void setSjhm8(String sjhm8) {
  723. this.sjhm8 = sjhm8 == null ? null : sjhm8.trim();
  724. }
  725. /**
  726. * This method was generated by Apache iBATIS ibator.
  727. * This method returns the value of the database column bjq_cssz.SJHM8BZ
  728. *
  729. * @return the value of bjq_cssz.SJHM8BZ
  730. *
  731. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  732. */
  733. public Integer getSjhm8bz() {
  734. return sjhm8bz;
  735. }
  736. /**
  737. * This method was generated by Apache iBATIS ibator.
  738. * This method sets the value of the database column bjq_cssz.SJHM8BZ
  739. *
  740. * @param sjhm8bz the value for bjq_cssz.SJHM8BZ
  741. *
  742. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  743. */
  744. public void setSjhm8bz(Integer sjhm8bz) {
  745. this.sjhm8bz = sjhm8bz;
  746. }
  747. /**
  748. * This method was generated by Apache iBATIS ibator.
  749. * This method returns the value of the database column bjq_cssz.SJHM9
  750. *
  751. * @return the value of bjq_cssz.SJHM9
  752. *
  753. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  754. */
  755. public String getSjhm9() {
  756. return sjhm9;
  757. }
  758. /**
  759. * This method was generated by Apache iBATIS ibator.
  760. * This method sets the value of the database column bjq_cssz.SJHM9
  761. *
  762. * @param sjhm9 the value for bjq_cssz.SJHM9
  763. *
  764. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  765. */
  766. public void setSjhm9(String sjhm9) {
  767. this.sjhm9 = sjhm9 == null ? null : sjhm9.trim();
  768. }
  769. /**
  770. * This method was generated by Apache iBATIS ibator.
  771. * This method returns the value of the database column bjq_cssz.SJHM10
  772. *
  773. * @return the value of bjq_cssz.SJHM10
  774. *
  775. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  776. */
  777. public String getSjhm10() {
  778. return sjhm10;
  779. }
  780. /**
  781. * This method was generated by Apache iBATIS ibator.
  782. * This method sets the value of the database column bjq_cssz.SJHM10
  783. *
  784. * @param sjhm10 the value for bjq_cssz.SJHM10
  785. *
  786. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  787. */
  788. public void setSjhm10(String sjhm10) {
  789. this.sjhm10 = sjhm10 == null ? null : sjhm10.trim();
  790. }
  791. /**
  792. * This method was generated by Apache iBATIS ibator.
  793. * This method returns the value of the database column bjq_cssz.SFTBXTSJ
  794. *
  795. * @return the value of bjq_cssz.SFTBXTSJ
  796. *
  797. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  798. */
  799. public Integer getSftbxtsj() {
  800. return sftbxtsj;
  801. }
  802. /**
  803. * This method was generated by Apache iBATIS ibator.
  804. * This method sets the value of the database column bjq_cssz.SFTBXTSJ
  805. *
  806. * @param sftbxtsj the value for bjq_cssz.SFTBXTSJ
  807. *
  808. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  809. */
  810. public void setSftbxtsj(Integer sftbxtsj) {
  811. this.sftbxtsj = sftbxtsj;
  812. }
  813. /**
  814. * This method was generated by Apache iBATIS ibator.
  815. * This method returns the value of the database column bjq_cssz.BJJG
  816. *
  817. * @return the value of bjq_cssz.BJJG
  818. *
  819. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  820. */
  821. public String getBjjg() {
  822. return bjjg;
  823. }
  824. /**
  825. * This method was generated by Apache iBATIS ibator.
  826. * This method sets the value of the database column bjq_cssz.BJJG
  827. *
  828. * @param bjjg the value for bjq_cssz.BJJG
  829. *
  830. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  831. */
  832. public void setBjjg(String bjjg) {
  833. this.bjjg = bjjg == null ? null : bjjg.trim();
  834. }
  835. /**
  836. * This method was generated by Apache iBATIS ibator.
  837. * This method returns the value of the database column bjq_cssz.DDSCJG
  838. *
  839. * @return the value of bjq_cssz.DDSCJG
  840. *
  841. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  842. */
  843. public String getDdscjg() {
  844. return ddscjg;
  845. }
  846. /**
  847. * This method was generated by Apache iBATIS ibator.
  848. * This method sets the value of the database column bjq_cssz.DDSCJG
  849. *
  850. * @param ddscjg the value for bjq_cssz.DDSCJG
  851. *
  852. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  853. */
  854. public void setDdscjg(String ddscjg) {
  855. this.ddscjg = ddscjg == null ? null : ddscjg.trim();
  856. }
  857. /**
  858. * This method was generated by Apache iBATIS ibator.
  859. * This method returns the value of the database column bjq_cssz.TDSCJG
  860. *
  861. * @return the value of bjq_cssz.TDSCJG
  862. *
  863. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  864. */
  865. public String getTdscjg() {
  866. return tdscjg;
  867. }
  868. /**
  869. * This method was generated by Apache iBATIS ibator.
  870. * This method sets the value of the database column bjq_cssz.TDSCJG
  871. *
  872. * @param tdscjg the value for bjq_cssz.TDSCJG
  873. *
  874. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  875. */
  876. public void setTdscjg(String tdscjg) {
  877. this.tdscjg = tdscjg == null ? null : tdscjg.trim();
  878. }
  879. /**
  880. * This method was generated by Apache iBATIS ibator.
  881. * This method returns the value of the database column bjq_cssz.WDBJ1
  882. *
  883. * @return the value of bjq_cssz.WDBJ1
  884. *
  885. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  886. */
  887. public String getWdbj1() {
  888. return wdbj1;
  889. }
  890. /**
  891. * This method was generated by Apache iBATIS ibator.
  892. * This method sets the value of the database column bjq_cssz.WDBJ1
  893. *
  894. * @param wdbj1 the value for bjq_cssz.WDBJ1
  895. *
  896. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  897. */
  898. public void setWdbj1(String wdbj1) {
  899. this.wdbj1 = wdbj1 == null ? null : wdbj1.trim();
  900. }
  901. /**
  902. * This method was generated by Apache iBATIS ibator.
  903. * This method returns the value of the database column bjq_cssz.WDBJ2
  904. *
  905. * @return the value of bjq_cssz.WDBJ2
  906. *
  907. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  908. */
  909. public String getWdbj2() {
  910. return wdbj2;
  911. }
  912. /**
  913. * This method was generated by Apache iBATIS ibator.
  914. * This method sets the value of the database column bjq_cssz.WDBJ2
  915. *
  916. * @param wdbj2 the value for bjq_cssz.WDBJ2
  917. *
  918. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  919. */
  920. public void setWdbj2(String wdbj2) {
  921. this.wdbj2 = wdbj2 == null ? null : wdbj2.trim();
  922. }
  923. /**
  924. * This method was generated by Apache iBATIS ibator.
  925. * This method returns the value of the database column bjq_cssz.XFBZ
  926. *
  927. * @return the value of bjq_cssz.XFBZ
  928. *
  929. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  930. */
  931. public Integer getXfbz() {
  932. return xfbz;
  933. }
  934. /**
  935. * This method was generated by Apache iBATIS ibator.
  936. * This method sets the value of the database column bjq_cssz.XFBZ
  937. *
  938. * @param xfbz the value for bjq_cssz.XFBZ
  939. *
  940. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  941. */
  942. public void setXfbz(Integer xfbz) {
  943. this.xfbz = xfbz;
  944. }
  945. /**
  946. * This method was generated by Apache iBATIS ibator.
  947. * This method returns the value of the database column bjq_cssz.QZBJBZ
  948. *
  949. * @return the value of bjq_cssz.QZBJBZ
  950. *
  951. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  952. */
  953. public Integer getQzbjbz() {
  954. return qzbjbz;
  955. }
  956. /**
  957. * This method was generated by Apache iBATIS ibator.
  958. * This method sets the value of the database column bjq_cssz.QZBJBZ
  959. *
  960. * @param qzbjbz the value for bjq_cssz.QZBJBZ
  961. *
  962. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  963. */
  964. public void setQzbjbz(Integer qzbjbz) {
  965. this.qzbjbz = qzbjbz;
  966. }
  967. /**
  968. * This method was generated by Apache iBATIS ibator.
  969. * This method returns the value of the database column bjq_cssz.LJZT
  970. *
  971. * @return the value of bjq_cssz.LJZT
  972. *
  973. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  974. */
  975. public Integer getLjzt() {
  976. return ljzt;
  977. }
  978. /**
  979. * This method was generated by Apache iBATIS ibator.
  980. * This method sets the value of the database column bjq_cssz.LJZT
  981. *
  982. * @param ljzt the value for bjq_cssz.LJZT
  983. *
  984. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  985. */
  986. public void setLjzt(Integer ljzt) {
  987. this.ljzt = ljzt;
  988. }
  989. /**
  990. * This method was generated by Apache iBATIS ibator.
  991. * This method returns the value of the database column bjq_cssz.PZZT
  992. *
  993. * @return the value of bjq_cssz.PZZT
  994. *
  995. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  996. */
  997. public Integer getPzzt() {
  998. return pzzt;
  999. }
  1000. /**
  1001. * This method was generated by Apache iBATIS ibator.
  1002. * This method sets the value of the database column bjq_cssz.PZZT
  1003. *
  1004. * @param pzzt the value for bjq_cssz.PZZT
  1005. *
  1006. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  1007. */
  1008. public void setPzzt(Integer pzzt) {
  1009. this.pzzt = pzzt;
  1010. }
  1011. /**
  1012. * This method was generated by Apache iBATIS ibator.
  1013. * This method returns the value of the database column bjq_cssz.XGR
  1014. *
  1015. * @return the value of bjq_cssz.XGR
  1016. *
  1017. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  1018. */
  1019. public String getXgr() {
  1020. return xgr;
  1021. }
  1022. /**
  1023. * This method was generated by Apache iBATIS ibator.
  1024. * This method sets the value of the database column bjq_cssz.XGR
  1025. *
  1026. * @param xgr the value for bjq_cssz.XGR
  1027. *
  1028. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  1029. */
  1030. public void setXgr(String xgr) {
  1031. this.xgr = xgr == null ? null : xgr.trim();
  1032. }
  1033. /**
  1034. * This method was generated by Apache iBATIS ibator.
  1035. * This method returns the value of the database column bjq_cssz.XGSJ
  1036. *
  1037. * @return the value of bjq_cssz.XGSJ
  1038. *
  1039. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  1040. */
  1041. public Date getXgsj() {
  1042. return xgsj;
  1043. }
  1044. /**
  1045. * This method was generated by Apache iBATIS ibator.
  1046. * This method sets the value of the database column bjq_cssz.XGSJ
  1047. *
  1048. * @param xgsj the value for bjq_cssz.XGSJ
  1049. *
  1050. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  1051. */
  1052. public void setXgsj(Date xgsj) {
  1053. this.xgsj = xgsj;
  1054. }
  1055. /**
  1056. * This method was generated by Apache iBATIS ibator.
  1057. * This method returns the value of the database column bjq_cssz.ZFBZ
  1058. *
  1059. * @return the value of bjq_cssz.ZFBZ
  1060. *
  1061. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  1062. */
  1063. public Integer getZfbz() {
  1064. return zfbz;
  1065. }
  1066. /**
  1067. * This method was generated by Apache iBATIS ibator.
  1068. * This method sets the value of the database column bjq_cssz.ZFBZ
  1069. *
  1070. * @param zfbz the value for bjq_cssz.ZFBZ
  1071. *
  1072. * @ibatorgenerated Thu Jul 16 10:52:45 CST 2015
  1073. */
  1074. public void setZfbz(Integer zfbz) {
  1075. this.zfbz = zfbz;
  1076. }
  1077. /**
  1078. * This method was generated by Apache iBATIS ibator.
  1079. * This method returns the value of the database column bjq_cssz.FJDZ1
  1080. *
  1081. * @return the value of bjq_cssz.FJDZ1
  1082. *
  1083. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1084. */
  1085. public String getFjdz1() {
  1086. return fjdz1;
  1087. }
  1088. /**
  1089. * This method was generated by Apache iBATIS ibator.
  1090. * This method sets the value of the database column bjq_cssz.FJDZ1
  1091. *
  1092. * @param fjdz1 the value for bjq_cssz.FJDZ1
  1093. *
  1094. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1095. */
  1096. public void setFjdz1(String fjdz1) {
  1097. this.fjdz1 = fjdz1 == null ? null : fjdz1.trim();
  1098. }
  1099. /**
  1100. * This method was generated by Apache iBATIS ibator.
  1101. * This method returns the value of the database column bjq_cssz.FJDZ2
  1102. *
  1103. * @return the value of bjq_cssz.FJDZ2
  1104. *
  1105. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1106. */
  1107. public String getFjdz2() {
  1108. return fjdz2;
  1109. }
  1110. /**
  1111. * This method was generated by Apache iBATIS ibator.
  1112. * This method sets the value of the database column bjq_cssz.FJDZ2
  1113. *
  1114. * @param fjdz2 the value for bjq_cssz.FJDZ2
  1115. *
  1116. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1117. */
  1118. public void setFjdz2(String fjdz2) {
  1119. this.fjdz2 = fjdz2 == null ? null : fjdz2.trim();
  1120. }
  1121. /**
  1122. * This method was generated by Apache iBATIS ibator.
  1123. * This method returns the value of the database column bjq_cssz.FJDZ3
  1124. *
  1125. * @return the value of bjq_cssz.FJDZ3
  1126. *
  1127. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1128. */
  1129. public String getFjdz3() {
  1130. return fjdz3;
  1131. }
  1132. /**
  1133. * This method was generated by Apache iBATIS ibator.
  1134. * This method sets the value of the database column bjq_cssz.FJDZ3
  1135. *
  1136. * @param fjdz3 the value for bjq_cssz.FJDZ3
  1137. *
  1138. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1139. */
  1140. public void setFjdz3(String fjdz3) {
  1141. this.fjdz3 = fjdz3 == null ? null : fjdz3.trim();
  1142. }
  1143. /**
  1144. * This method was generated by Apache iBATIS ibator.
  1145. * This method returns the value of the database column bjq_cssz.FJDZ4
  1146. *
  1147. * @return the value of bjq_cssz.FJDZ4
  1148. *
  1149. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1150. */
  1151. public String getFjdz4() {
  1152. return fjdz4;
  1153. }
  1154. /**
  1155. * This method was generated by Apache iBATIS ibator.
  1156. * This method sets the value of the database column bjq_cssz.FJDZ4
  1157. *
  1158. * @param fjdz4 the value for bjq_cssz.FJDZ4
  1159. *
  1160. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1161. */
  1162. public void setFjdz4(String fjdz4) {
  1163. this.fjdz4 = fjdz4 == null ? null : fjdz4.trim();
  1164. }
  1165. /**
  1166. * This method was generated by Apache iBATIS ibator.
  1167. * This method returns the value of the database column bjq_cssz.FJDZ5
  1168. *
  1169. * @return the value of bjq_cssz.FJDZ5
  1170. *
  1171. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1172. */
  1173. public String getFjdz5() {
  1174. return fjdz5;
  1175. }
  1176. /**
  1177. * This method was generated by Apache iBATIS ibator.
  1178. * This method sets the value of the database column bjq_cssz.FJDZ5
  1179. *
  1180. * @param fjdz5 the value for bjq_cssz.FJDZ5
  1181. *
  1182. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1183. */
  1184. public void setFjdz5(String fjdz5) {
  1185. this.fjdz5 = fjdz5 == null ? null : fjdz5.trim();
  1186. }
  1187. /**
  1188. * This method was generated by Apache iBATIS ibator.
  1189. * This method returns the value of the database column bjq_cssz.FJDZ6
  1190. *
  1191. * @return the value of bjq_cssz.FJDZ6
  1192. *
  1193. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1194. */
  1195. public String getFjdz6() {
  1196. return fjdz6;
  1197. }
  1198. /**
  1199. * This method was generated by Apache iBATIS ibator.
  1200. * This method sets the value of the database column bjq_cssz.FJDZ6
  1201. *
  1202. * @param fjdz6 the value for bjq_cssz.FJDZ6
  1203. *
  1204. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1205. */
  1206. public void setFjdz6(String fjdz6) {
  1207. this.fjdz6 = fjdz6 == null ? null : fjdz6.trim();
  1208. }
  1209. /**
  1210. * This method was generated by Apache iBATIS ibator.
  1211. * This method returns the value of the database column bjq_cssz.FJDZ7
  1212. *
  1213. * @return the value of bjq_cssz.FJDZ7
  1214. *
  1215. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1216. */
  1217. public String getFjdz7() {
  1218. return fjdz7;
  1219. }
  1220. /**
  1221. * This method was generated by Apache iBATIS ibator.
  1222. * This method sets the value of the database column bjq_cssz.FJDZ7
  1223. *
  1224. * @param fjdz7 the value for bjq_cssz.FJDZ7
  1225. *
  1226. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1227. */
  1228. public void setFjdz7(String fjdz7) {
  1229. this.fjdz7 = fjdz7 == null ? null : fjdz7.trim();
  1230. }
  1231. /**
  1232. * This method was generated by Apache iBATIS ibator.
  1233. * This method returns the value of the database column bjq_cssz.FJDZ8
  1234. *
  1235. * @return the value of bjq_cssz.FJDZ8
  1236. *
  1237. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1238. */
  1239. public String getFjdz8() {
  1240. return fjdz8;
  1241. }
  1242. /**
  1243. * This method was generated by Apache iBATIS ibator.
  1244. * This method sets the value of the database column bjq_cssz.FJDZ8
  1245. *
  1246. * @param fjdz8 the value for bjq_cssz.FJDZ8
  1247. *
  1248. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1249. */
  1250. public void setFjdz8(String fjdz8) {
  1251. this.fjdz8 = fjdz8 == null ? null : fjdz8.trim();
  1252. }
  1253. /**
  1254. * This method was generated by Apache iBATIS ibator.
  1255. * This method returns the value of the database column bjq_cssz.FJDZ9
  1256. *
  1257. * @return the value of bjq_cssz.FJDZ9
  1258. *
  1259. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1260. */
  1261. public String getFjdz9() {
  1262. return fjdz9;
  1263. }
  1264. /**
  1265. * This method was generated by Apache iBATIS ibator.
  1266. * This method sets the value of the database column bjq_cssz.FJDZ9
  1267. *
  1268. * @param fjdz9 the value for bjq_cssz.FJDZ9
  1269. *
  1270. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1271. */
  1272. public void setFjdz9(String fjdz9) {
  1273. this.fjdz9 = fjdz9 == null ? null : fjdz9.trim();
  1274. }
  1275. /**
  1276. * This method was generated by Apache iBATIS ibator.
  1277. * This method returns the value of the database column bjq_cssz.FJDZ10
  1278. *
  1279. * @return the value of bjq_cssz.FJDZ10
  1280. *
  1281. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1282. */
  1283. public String getFjdz10() {
  1284. return fjdz10;
  1285. }
  1286. /**
  1287. * This method was generated by Apache iBATIS ibator.
  1288. * This method sets the value of the database column bjq_cssz.FJDZ10
  1289. *
  1290. * @param fjdz10 the value for bjq_cssz.FJDZ10
  1291. *
  1292. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1293. */
  1294. public void setFjdz10(String fjdz10) {
  1295. this.fjdz10 = fjdz10 == null ? null : fjdz10.trim();
  1296. }
  1297. /**
  1298. * This method was generated by Apache iBATIS ibator.
  1299. * This method returns the value of the database column bjq_cssz.FJDZ11
  1300. *
  1301. * @return the value of bjq_cssz.FJDZ11
  1302. *
  1303. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1304. */
  1305. public String getFjdz11() {
  1306. return fjdz11;
  1307. }
  1308. /**
  1309. * This method was generated by Apache iBATIS ibator.
  1310. * This method sets the value of the database column bjq_cssz.FJDZ11
  1311. *
  1312. * @param fjdz11 the value for bjq_cssz.FJDZ11
  1313. *
  1314. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1315. */
  1316. public void setFjdz11(String fjdz11) {
  1317. this.fjdz11 = fjdz11 == null ? null : fjdz11.trim();
  1318. }
  1319. /**
  1320. * This method was generated by Apache iBATIS ibator.
  1321. * This method returns the value of the database column bjq_cssz.FJDZ12
  1322. *
  1323. * @return the value of bjq_cssz.FJDZ12
  1324. *
  1325. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1326. */
  1327. public String getFjdz12() {
  1328. return fjdz12;
  1329. }
  1330. /**
  1331. * This method was generated by Apache iBATIS ibator.
  1332. * This method sets the value of the database column bjq_cssz.FJDZ12
  1333. *
  1334. * @param fjdz12 the value for bjq_cssz.FJDZ12
  1335. *
  1336. * @ibatorgenerated Thu Aug 06 15:09:12 CST 2015
  1337. */
  1338. public void setFjdz12(String fjdz12) {
  1339. this.fjdz12 = fjdz12 == null ? null : fjdz12.trim();
  1340. }
  1341. public String getMcmc() {
  1342. return mcmc;
  1343. }
  1344. public void setMcmc(String mcmc) {
  1345. this.mcmc = mcmc;
  1346. }
  1347. public String getZsmc() {
  1348. return zsmc;
  1349. }
  1350. public void setZsmc(String zsmc) {
  1351. this.zsmc = zsmc;
  1352. }
  1353. }