XxXwfbExample.java 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054
  1. package com.huimv.xx.dataobject;
  2. import java.util.ArrayList;
  3. import java.util.Date;
  4. import java.util.HashMap;
  5. import java.util.List;
  6. import java.util.Map;
  7. public class XxXwfbExample {
  8. /**
  9. * This field was generated by Apache iBATIS ibator.
  10. * This field corresponds to the database table xx_xwfb
  11. *
  12. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  13. */
  14. protected String orderByClause;
  15. /**
  16. * This field was generated by Apache iBATIS ibator.
  17. * This field corresponds to the database table xx_xwfb
  18. *
  19. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  20. */
  21. protected List<Criteria> oredCriteria;
  22. /**
  23. * This field was generated by Apache iBATIS ibator.
  24. * This field corresponds to the database table xx_xwfb
  25. *
  26. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  27. */
  28. protected int start = -1;
  29. /**
  30. * This field was generated by Apache iBATIS ibator.
  31. * This field corresponds to the database table xx_xwfb
  32. *
  33. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  34. */
  35. protected int limit = -1;
  36. /**
  37. * This method was generated by Apache iBATIS ibator.
  38. * This method corresponds to the database table xx_xwfb
  39. *
  40. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  41. */
  42. public XxXwfbExample() {
  43. oredCriteria = new ArrayList<Criteria>();
  44. }
  45. /**
  46. * This method was generated by Apache iBATIS ibator.
  47. * This method corresponds to the database table xx_xwfb
  48. *
  49. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  50. */
  51. protected XxXwfbExample(XxXwfbExample example) {
  52. this.orderByClause = example.orderByClause;
  53. this.oredCriteria = example.oredCriteria;
  54. }
  55. /**
  56. * This method was generated by Apache iBATIS ibator.
  57. * This method corresponds to the database table xx_xwfb
  58. *
  59. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  60. */
  61. public void setOrderByClause(String orderByClause) {
  62. this.orderByClause = orderByClause;
  63. }
  64. /**
  65. * This method was generated by Apache iBATIS ibator.
  66. * This method corresponds to the database table xx_xwfb
  67. *
  68. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  69. */
  70. public String getOrderByClause() {
  71. return orderByClause;
  72. }
  73. /**
  74. * This method was generated by Apache iBATIS ibator.
  75. * This method corresponds to the database table xx_xwfb
  76. *
  77. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  78. */
  79. public List<Criteria> getOredCriteria() {
  80. return oredCriteria;
  81. }
  82. /**
  83. * This method was generated by Apache iBATIS ibator.
  84. * This method corresponds to the database table xx_xwfb
  85. *
  86. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  87. */
  88. public void or(Criteria criteria) {
  89. oredCriteria.add(criteria);
  90. }
  91. /**
  92. * This method was generated by Apache iBATIS ibator.
  93. * This method corresponds to the database table xx_xwfb
  94. *
  95. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  96. */
  97. public Criteria createCriteria() {
  98. Criteria criteria = createCriteriaInternal();
  99. if (oredCriteria.size() == 0) {
  100. oredCriteria.add(criteria);
  101. }
  102. return criteria;
  103. }
  104. /**
  105. * This method was generated by Apache iBATIS ibator.
  106. * This method corresponds to the database table xx_xwfb
  107. *
  108. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  109. */
  110. protected Criteria createCriteriaInternal() {
  111. Criteria criteria = new Criteria();
  112. return criteria;
  113. }
  114. /**
  115. * This method was generated by Apache iBATIS ibator.
  116. * This method corresponds to the database table xx_xwfb
  117. *
  118. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  119. */
  120. public void clear() {
  121. oredCriteria.clear();
  122. }
  123. /**
  124. * This method was generated by Apache iBATIS ibator.
  125. * This method corresponds to the database table xx_xwfb
  126. *
  127. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  128. */
  129. public void setStart(int start) {
  130. this.start=start;
  131. }
  132. /**
  133. * This method was generated by Apache iBATIS ibator.
  134. * This method corresponds to the database table xx_xwfb
  135. *
  136. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  137. */
  138. public int getStart() {
  139. return start;
  140. }
  141. /**
  142. * This method was generated by Apache iBATIS ibator.
  143. * This method corresponds to the database table xx_xwfb
  144. *
  145. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  146. */
  147. public void setLimit(int limit) {
  148. this.limit=limit;
  149. }
  150. /**
  151. * This method was generated by Apache iBATIS ibator.
  152. * This method corresponds to the database table xx_xwfb
  153. *
  154. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  155. */
  156. public int getLimit() {
  157. return limit;
  158. }
  159. /**
  160. * This class was generated by Apache iBATIS ibator.
  161. * This class corresponds to the database table xx_xwfb
  162. *
  163. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  164. */
  165. public static class Criteria {
  166. protected List<String> criteriaWithoutValue;
  167. protected List<Map<String, Object>> criteriaWithSingleValue;
  168. protected List<Map<String, Object>> criteriaWithListValue;
  169. protected List<Map<String, Object>> criteriaWithBetweenValue;
  170. protected Criteria() {
  171. super();
  172. criteriaWithoutValue = new ArrayList<String>();
  173. criteriaWithSingleValue = new ArrayList<Map<String, Object>>();
  174. criteriaWithListValue = new ArrayList<Map<String, Object>>();
  175. criteriaWithBetweenValue = new ArrayList<Map<String, Object>>();
  176. }
  177. public boolean isValid() {
  178. return criteriaWithoutValue.size() > 0
  179. || criteriaWithSingleValue.size() > 0
  180. || criteriaWithListValue.size() > 0
  181. || criteriaWithBetweenValue.size() > 0;
  182. }
  183. public List<String> getCriteriaWithoutValue() {
  184. return criteriaWithoutValue;
  185. }
  186. public List<Map<String, Object>> getCriteriaWithSingleValue() {
  187. return criteriaWithSingleValue;
  188. }
  189. public List<Map<String, Object>> getCriteriaWithListValue() {
  190. return criteriaWithListValue;
  191. }
  192. public List<Map<String, Object>> getCriteriaWithBetweenValue() {
  193. return criteriaWithBetweenValue;
  194. }
  195. protected void addCriterion(String condition) {
  196. if (condition == null) {
  197. throw new RuntimeException("Value for condition cannot be null");
  198. }
  199. criteriaWithoutValue.add(condition);
  200. }
  201. protected void addCriterion(String condition, Object value, String property) {
  202. if (value == null) {
  203. throw new RuntimeException("Value for " + property + " cannot be null");
  204. }
  205. Map<String, Object> map = new HashMap<String, Object>();
  206. map.put("condition", condition);
  207. map.put("value", value);
  208. criteriaWithSingleValue.add(map);
  209. }
  210. protected void addCriterion(String condition, List<? extends Object> values, String property) {
  211. if (values == null || values.size() == 0) {
  212. throw new RuntimeException("Value list for " + property + " cannot be null or empty");
  213. }
  214. Map<String, Object> map = new HashMap<String, Object>();
  215. map.put("condition", condition);
  216. map.put("values", values);
  217. criteriaWithListValue.add(map);
  218. }
  219. protected void addCriterion(String condition, Object value1, Object value2, String property) {
  220. if (value1 == null || value2 == null) {
  221. throw new RuntimeException("Between values for " + property + " cannot be null");
  222. }
  223. List<Object> list = new ArrayList<Object>();
  224. list.add(value1);
  225. list.add(value2);
  226. Map<String, Object> map = new HashMap<String, Object>();
  227. map.put("condition", condition);
  228. map.put("values", list);
  229. criteriaWithBetweenValue.add(map);
  230. }
  231. public Criteria andIdIsNull() {
  232. addCriterion("ID is null");
  233. return this;
  234. }
  235. public Criteria andIdIsNotNull() {
  236. addCriterion("ID is not null");
  237. return this;
  238. }
  239. public Criteria andIdEqualTo(Integer value) {
  240. addCriterion("ID =", value, "id");
  241. return this;
  242. }
  243. public Criteria andIdNotEqualTo(Integer value) {
  244. addCriterion("ID <>", value, "id");
  245. return this;
  246. }
  247. public Criteria andIdGreaterThan(Integer value) {
  248. addCriterion("ID >", value, "id");
  249. return this;
  250. }
  251. public Criteria andIdGreaterThanOrEqualTo(Integer value) {
  252. addCriterion("ID >=", value, "id");
  253. return this;
  254. }
  255. public Criteria andIdLessThan(Integer value) {
  256. addCriterion("ID <", value, "id");
  257. return this;
  258. }
  259. public Criteria andIdLessThanOrEqualTo(Integer value) {
  260. addCriterion("ID <=", value, "id");
  261. return this;
  262. }
  263. public Criteria andIdIn(List<Integer> values) {
  264. addCriterion("ID in", values, "id");
  265. return this;
  266. }
  267. public Criteria andIdNotIn(List<Integer> values) {
  268. addCriterion("ID not in", values, "id");
  269. return this;
  270. }
  271. public Criteria andIdBetween(Integer value1, Integer value2) {
  272. addCriterion("ID between", value1, value2, "id");
  273. return this;
  274. }
  275. public Criteria andIdNotBetween(Integer value1, Integer value2) {
  276. addCriterion("ID not between", value1, value2, "id");
  277. return this;
  278. }
  279. public Criteria andBtIsNull() {
  280. addCriterion("BT is null");
  281. return this;
  282. }
  283. public Criteria andBtIsNotNull() {
  284. addCriterion("BT is not null");
  285. return this;
  286. }
  287. public Criteria andBtEqualTo(String value) {
  288. addCriterion("BT =", value, "bt");
  289. return this;
  290. }
  291. public Criteria andBtNotEqualTo(String value) {
  292. addCriterion("BT <>", value, "bt");
  293. return this;
  294. }
  295. public Criteria andBtGreaterThan(String value) {
  296. addCriterion("BT >", value, "bt");
  297. return this;
  298. }
  299. public Criteria andBtGreaterThanOrEqualTo(String value) {
  300. addCriterion("BT >=", value, "bt");
  301. return this;
  302. }
  303. public Criteria andBtLessThan(String value) {
  304. addCriterion("BT <", value, "bt");
  305. return this;
  306. }
  307. public Criteria andBtLessThanOrEqualTo(String value) {
  308. addCriterion("BT <=", value, "bt");
  309. return this;
  310. }
  311. public Criteria andBtLike(String value) {
  312. addCriterion("BT like", value, "bt");
  313. return this;
  314. }
  315. public Criteria andBtNotLike(String value) {
  316. addCriterion("BT not like", value, "bt");
  317. return this;
  318. }
  319. public Criteria andBtIn(List<String> values) {
  320. addCriterion("BT in", values, "bt");
  321. return this;
  322. }
  323. public Criteria andBtNotIn(List<String> values) {
  324. addCriterion("BT not in", values, "bt");
  325. return this;
  326. }
  327. public Criteria andBtBetween(String value1, String value2) {
  328. addCriterion("BT between", value1, value2, "bt");
  329. return this;
  330. }
  331. public Criteria andBtNotBetween(String value1, String value2) {
  332. addCriterion("BT not between", value1, value2, "bt");
  333. return this;
  334. }
  335. public Criteria andXxlxIsNull() {
  336. addCriterion("XXLX is null");
  337. return this;
  338. }
  339. public Criteria andXxlxIsNotNull() {
  340. addCriterion("XXLX is not null");
  341. return this;
  342. }
  343. public Criteria andXxlxEqualTo(String value) {
  344. addCriterion("XXLX =", value, "xxlx");
  345. return this;
  346. }
  347. public Criteria andXxlxNotEqualTo(String value) {
  348. addCriterion("XXLX <>", value, "xxlx");
  349. return this;
  350. }
  351. public Criteria andXxlxGreaterThan(String value) {
  352. addCriterion("XXLX >", value, "xxlx");
  353. return this;
  354. }
  355. public Criteria andXxlxGreaterThanOrEqualTo(String value) {
  356. addCriterion("XXLX >=", value, "xxlx");
  357. return this;
  358. }
  359. public Criteria andXxlxLessThan(String value) {
  360. addCriterion("XXLX <", value, "xxlx");
  361. return this;
  362. }
  363. public Criteria andXxlxLessThanOrEqualTo(String value) {
  364. addCriterion("XXLX <=", value, "xxlx");
  365. return this;
  366. }
  367. public Criteria andXxlxLike(String value) {
  368. addCriterion("XXLX like", value, "xxlx");
  369. return this;
  370. }
  371. public Criteria andXxlxNotLike(String value) {
  372. addCriterion("XXLX not like", value, "xxlx");
  373. return this;
  374. }
  375. public Criteria andXxlxIn(List<String> values) {
  376. addCriterion("XXLX in", values, "xxlx");
  377. return this;
  378. }
  379. public Criteria andXxlxNotIn(List<String> values) {
  380. addCriterion("XXLX not in", values, "xxlx");
  381. return this;
  382. }
  383. public Criteria andXxlxBetween(String value1, String value2) {
  384. addCriterion("XXLX between", value1, value2, "xxlx");
  385. return this;
  386. }
  387. public Criteria andXxlxNotBetween(String value1, String value2) {
  388. addCriterion("XXLX not between", value1, value2, "xxlx");
  389. return this;
  390. }
  391. public Criteria andZzIsNull() {
  392. addCriterion("ZZ is null");
  393. return this;
  394. }
  395. public Criteria andZzIsNotNull() {
  396. addCriterion("ZZ is not null");
  397. return this;
  398. }
  399. public Criteria andZzEqualTo(String value) {
  400. addCriterion("ZZ =", value, "zz");
  401. return this;
  402. }
  403. public Criteria andZzNotEqualTo(String value) {
  404. addCriterion("ZZ <>", value, "zz");
  405. return this;
  406. }
  407. public Criteria andZzGreaterThan(String value) {
  408. addCriterion("ZZ >", value, "zz");
  409. return this;
  410. }
  411. public Criteria andZzGreaterThanOrEqualTo(String value) {
  412. addCriterion("ZZ >=", value, "zz");
  413. return this;
  414. }
  415. public Criteria andZzLessThan(String value) {
  416. addCriterion("ZZ <", value, "zz");
  417. return this;
  418. }
  419. public Criteria andZzLessThanOrEqualTo(String value) {
  420. addCriterion("ZZ <=", value, "zz");
  421. return this;
  422. }
  423. public Criteria andZzLike(String value) {
  424. addCriterion("ZZ like", value, "zz");
  425. return this;
  426. }
  427. public Criteria andZzNotLike(String value) {
  428. addCriterion("ZZ not like", value, "zz");
  429. return this;
  430. }
  431. public Criteria andZzIn(List<String> values) {
  432. addCriterion("ZZ in", values, "zz");
  433. return this;
  434. }
  435. public Criteria andZzNotIn(List<String> values) {
  436. addCriterion("ZZ not in", values, "zz");
  437. return this;
  438. }
  439. public Criteria andZzBetween(String value1, String value2) {
  440. addCriterion("ZZ between", value1, value2, "zz");
  441. return this;
  442. }
  443. public Criteria andZzNotBetween(String value1, String value2) {
  444. addCriterion("ZZ not between", value1, value2, "zz");
  445. return this;
  446. }
  447. public Criteria andFmIsNull() {
  448. addCriterion("FM is null");
  449. return this;
  450. }
  451. public Criteria andFmIsNotNull() {
  452. addCriterion("FM is not null");
  453. return this;
  454. }
  455. public Criteria andFmEqualTo(String value) {
  456. addCriterion("FM =", value, "fm");
  457. return this;
  458. }
  459. public Criteria andFmNotEqualTo(String value) {
  460. addCriterion("FM <>", value, "fm");
  461. return this;
  462. }
  463. public Criteria andFmGreaterThan(String value) {
  464. addCriterion("FM >", value, "fm");
  465. return this;
  466. }
  467. public Criteria andFmGreaterThanOrEqualTo(String value) {
  468. addCriterion("FM >=", value, "fm");
  469. return this;
  470. }
  471. public Criteria andFmLessThan(String value) {
  472. addCriterion("FM <", value, "fm");
  473. return this;
  474. }
  475. public Criteria andFmLessThanOrEqualTo(String value) {
  476. addCriterion("FM <=", value, "fm");
  477. return this;
  478. }
  479. public Criteria andFmLike(String value) {
  480. addCriterion("FM like", value, "fm");
  481. return this;
  482. }
  483. public Criteria andFmNotLike(String value) {
  484. addCriterion("FM not like", value, "fm");
  485. return this;
  486. }
  487. public Criteria andFmIn(List<String> values) {
  488. addCriterion("FM in", values, "fm");
  489. return this;
  490. }
  491. public Criteria andFmNotIn(List<String> values) {
  492. addCriterion("FM not in", values, "fm");
  493. return this;
  494. }
  495. public Criteria andFmBetween(String value1, String value2) {
  496. addCriterion("FM between", value1, value2, "fm");
  497. return this;
  498. }
  499. public Criteria andFmNotBetween(String value1, String value2) {
  500. addCriterion("FM not between", value1, value2, "fm");
  501. return this;
  502. }
  503. public Criteria andZyIsNull() {
  504. addCriterion("ZY is null");
  505. return this;
  506. }
  507. public Criteria andZyIsNotNull() {
  508. addCriterion("ZY is not null");
  509. return this;
  510. }
  511. public Criteria andZyEqualTo(String value) {
  512. addCriterion("ZY =", value, "zy");
  513. return this;
  514. }
  515. public Criteria andZyNotEqualTo(String value) {
  516. addCriterion("ZY <>", value, "zy");
  517. return this;
  518. }
  519. public Criteria andZyGreaterThan(String value) {
  520. addCriterion("ZY >", value, "zy");
  521. return this;
  522. }
  523. public Criteria andZyGreaterThanOrEqualTo(String value) {
  524. addCriterion("ZY >=", value, "zy");
  525. return this;
  526. }
  527. public Criteria andZyLessThan(String value) {
  528. addCriterion("ZY <", value, "zy");
  529. return this;
  530. }
  531. public Criteria andZyLessThanOrEqualTo(String value) {
  532. addCriterion("ZY <=", value, "zy");
  533. return this;
  534. }
  535. public Criteria andZyLike(String value) {
  536. addCriterion("ZY like", value, "zy");
  537. return this;
  538. }
  539. public Criteria andZyNotLike(String value) {
  540. addCriterion("ZY not like", value, "zy");
  541. return this;
  542. }
  543. public Criteria andZyIn(List<String> values) {
  544. addCriterion("ZY in", values, "zy");
  545. return this;
  546. }
  547. public Criteria andZyNotIn(List<String> values) {
  548. addCriterion("ZY not in", values, "zy");
  549. return this;
  550. }
  551. public Criteria andZyBetween(String value1, String value2) {
  552. addCriterion("ZY between", value1, value2, "zy");
  553. return this;
  554. }
  555. public Criteria andZyNotBetween(String value1, String value2) {
  556. addCriterion("ZY not between", value1, value2, "zy");
  557. return this;
  558. }
  559. public Criteria andFbsjIsNull() {
  560. addCriterion("FBSJ is null");
  561. return this;
  562. }
  563. public Criteria andFbsjIsNotNull() {
  564. addCriterion("FBSJ is not null");
  565. return this;
  566. }
  567. public Criteria andFbsjEqualTo(Date value) {
  568. addCriterion("FBSJ =", value, "fbsj");
  569. return this;
  570. }
  571. public Criteria andFbsjNotEqualTo(Date value) {
  572. addCriterion("FBSJ <>", value, "fbsj");
  573. return this;
  574. }
  575. public Criteria andFbsjGreaterThan(Date value) {
  576. addCriterion("FBSJ >", value, "fbsj");
  577. return this;
  578. }
  579. public Criteria andFbsjGreaterThanOrEqualTo(Date value) {
  580. addCriterion("FBSJ >=", value, "fbsj");
  581. return this;
  582. }
  583. public Criteria andFbsjLessThan(Date value) {
  584. addCriterion("FBSJ <", value, "fbsj");
  585. return this;
  586. }
  587. public Criteria andFbsjLessThanOrEqualTo(Date value) {
  588. addCriterion("FBSJ <=", value, "fbsj");
  589. return this;
  590. }
  591. public Criteria andFbsjIn(List<Date> values) {
  592. addCriterion("FBSJ in", values, "fbsj");
  593. return this;
  594. }
  595. public Criteria andFbsjNotIn(List<Date> values) {
  596. addCriterion("FBSJ not in", values, "fbsj");
  597. return this;
  598. }
  599. public Criteria andFbsjBetween(Date value1, Date value2) {
  600. addCriterion("FBSJ between", value1, value2, "fbsj");
  601. return this;
  602. }
  603. public Criteria andFbsjNotBetween(Date value1, Date value2) {
  604. addCriterion("FBSJ not between", value1, value2, "fbsj");
  605. return this;
  606. }
  607. public Criteria andFbrIsNull() {
  608. addCriterion("FBR is null");
  609. return this;
  610. }
  611. public Criteria andFbrIsNotNull() {
  612. addCriterion("FBR is not null");
  613. return this;
  614. }
  615. public Criteria andFbrEqualTo(Integer value) {
  616. addCriterion("FBR =", value, "fbr");
  617. return this;
  618. }
  619. public Criteria andFbrNotEqualTo(Integer value) {
  620. addCriterion("FBR <>", value, "fbr");
  621. return this;
  622. }
  623. public Criteria andFbrGreaterThan(Integer value) {
  624. addCriterion("FBR >", value, "fbr");
  625. return this;
  626. }
  627. public Criteria andFbrGreaterThanOrEqualTo(Integer value) {
  628. addCriterion("FBR >=", value, "fbr");
  629. return this;
  630. }
  631. public Criteria andFbrLessThan(Integer value) {
  632. addCriterion("FBR <", value, "fbr");
  633. return this;
  634. }
  635. public Criteria andFbrLessThanOrEqualTo(Integer value) {
  636. addCriterion("FBR <=", value, "fbr");
  637. return this;
  638. }
  639. public Criteria andFbrIn(List<Integer> values) {
  640. addCriterion("FBR in", values, "fbr");
  641. return this;
  642. }
  643. public Criteria andFbrNotIn(List<Integer> values) {
  644. addCriterion("FBR not in", values, "fbr");
  645. return this;
  646. }
  647. public Criteria andFbrBetween(Integer value1, Integer value2) {
  648. addCriterion("FBR between", value1, value2, "fbr");
  649. return this;
  650. }
  651. public Criteria andFbrNotBetween(Integer value1, Integer value2) {
  652. addCriterion("FBR not between", value1, value2, "fbr");
  653. return this;
  654. }
  655. public Criteria andUrlIsNull() {
  656. addCriterion("URL is null");
  657. return this;
  658. }
  659. public Criteria andUrlIsNotNull() {
  660. addCriterion("URL is not null");
  661. return this;
  662. }
  663. public Criteria andUrlEqualTo(String value) {
  664. addCriterion("URL =", value, "url");
  665. return this;
  666. }
  667. public Criteria andUrlNotEqualTo(String value) {
  668. addCriterion("URL <>", value, "url");
  669. return this;
  670. }
  671. public Criteria andUrlGreaterThan(String value) {
  672. addCriterion("URL >", value, "url");
  673. return this;
  674. }
  675. public Criteria andUrlGreaterThanOrEqualTo(String value) {
  676. addCriterion("URL >=", value, "url");
  677. return this;
  678. }
  679. public Criteria andUrlLessThan(String value) {
  680. addCriterion("URL <", value, "url");
  681. return this;
  682. }
  683. public Criteria andUrlLessThanOrEqualTo(String value) {
  684. addCriterion("URL <=", value, "url");
  685. return this;
  686. }
  687. public Criteria andUrlLike(String value) {
  688. addCriterion("URL like", value, "url");
  689. return this;
  690. }
  691. public Criteria andUrlNotLike(String value) {
  692. addCriterion("URL not like", value, "url");
  693. return this;
  694. }
  695. public Criteria andUrlIn(List<String> values) {
  696. addCriterion("URL in", values, "url");
  697. return this;
  698. }
  699. public Criteria andUrlNotIn(List<String> values) {
  700. addCriterion("URL not in", values, "url");
  701. return this;
  702. }
  703. public Criteria andUrlBetween(String value1, String value2) {
  704. addCriterion("URL between", value1, value2, "url");
  705. return this;
  706. }
  707. public Criteria andUrlNotBetween(String value1, String value2) {
  708. addCriterion("URL not between", value1, value2, "url");
  709. return this;
  710. }
  711. public Criteria andZfbzIsNull() {
  712. addCriterion("ZFBZ is null");
  713. return this;
  714. }
  715. public Criteria andZfbzIsNotNull() {
  716. addCriterion("ZFBZ is not null");
  717. return this;
  718. }
  719. public Criteria andZfbzEqualTo(Integer value) {
  720. addCriterion("ZFBZ =", value, "zfbz");
  721. return this;
  722. }
  723. public Criteria andZfbzNotEqualTo(Integer value) {
  724. addCriterion("ZFBZ <>", value, "zfbz");
  725. return this;
  726. }
  727. public Criteria andZfbzGreaterThan(Integer value) {
  728. addCriterion("ZFBZ >", value, "zfbz");
  729. return this;
  730. }
  731. public Criteria andZfbzGreaterThanOrEqualTo(Integer value) {
  732. addCriterion("ZFBZ >=", value, "zfbz");
  733. return this;
  734. }
  735. public Criteria andZfbzLessThan(Integer value) {
  736. addCriterion("ZFBZ <", value, "zfbz");
  737. return this;
  738. }
  739. public Criteria andZfbzLessThanOrEqualTo(Integer value) {
  740. addCriterion("ZFBZ <=", value, "zfbz");
  741. return this;
  742. }
  743. public Criteria andZfbzIn(List<Integer> values) {
  744. addCriterion("ZFBZ in", values, "zfbz");
  745. return this;
  746. }
  747. public Criteria andZfbzNotIn(List<Integer> values) {
  748. addCriterion("ZFBZ not in", values, "zfbz");
  749. return this;
  750. }
  751. public Criteria andZfbzBetween(Integer value1, Integer value2) {
  752. addCriterion("ZFBZ between", value1, value2, "zfbz");
  753. return this;
  754. }
  755. public Criteria andZfbzNotBetween(Integer value1, Integer value2) {
  756. addCriterion("ZFBZ not between", value1, value2, "zfbz");
  757. return this;
  758. }
  759. public Criteria andXgrIsNull() {
  760. addCriterion("XGR is null");
  761. return this;
  762. }
  763. public Criteria andXgrIsNotNull() {
  764. addCriterion("XGR is not null");
  765. return this;
  766. }
  767. public Criteria andXgrEqualTo(String value) {
  768. addCriterion("XGR =", value, "xgr");
  769. return this;
  770. }
  771. public Criteria andXgrNotEqualTo(String value) {
  772. addCriterion("XGR <>", value, "xgr");
  773. return this;
  774. }
  775. public Criteria andXgrGreaterThan(String value) {
  776. addCriterion("XGR >", value, "xgr");
  777. return this;
  778. }
  779. public Criteria andXgrGreaterThanOrEqualTo(String value) {
  780. addCriterion("XGR >=", value, "xgr");
  781. return this;
  782. }
  783. public Criteria andXgrLessThan(String value) {
  784. addCriterion("XGR <", value, "xgr");
  785. return this;
  786. }
  787. public Criteria andXgrLessThanOrEqualTo(String value) {
  788. addCriterion("XGR <=", value, "xgr");
  789. return this;
  790. }
  791. public Criteria andXgrLike(String value) {
  792. addCriterion("XGR like", value, "xgr");
  793. return this;
  794. }
  795. public Criteria andXgrNotLike(String value) {
  796. addCriterion("XGR not like", value, "xgr");
  797. return this;
  798. }
  799. public Criteria andXgrIn(List<String> values) {
  800. addCriterion("XGR in", values, "xgr");
  801. return this;
  802. }
  803. public Criteria andXgrNotIn(List<String> values) {
  804. addCriterion("XGR not in", values, "xgr");
  805. return this;
  806. }
  807. public Criteria andXgrBetween(String value1, String value2) {
  808. addCriterion("XGR between", value1, value2, "xgr");
  809. return this;
  810. }
  811. public Criteria andXgrNotBetween(String value1, String value2) {
  812. addCriterion("XGR not between", value1, value2, "xgr");
  813. return this;
  814. }
  815. public Criteria andXgsjIsNull() {
  816. addCriterion("XGSJ is null");
  817. return this;
  818. }
  819. public Criteria andXgsjIsNotNull() {
  820. addCriterion("XGSJ is not null");
  821. return this;
  822. }
  823. public Criteria andXgsjEqualTo(Date value) {
  824. addCriterion("XGSJ =", value, "xgsj");
  825. return this;
  826. }
  827. public Criteria andXgsjNotEqualTo(Date value) {
  828. addCriterion("XGSJ <>", value, "xgsj");
  829. return this;
  830. }
  831. public Criteria andXgsjGreaterThan(Date value) {
  832. addCriterion("XGSJ >", value, "xgsj");
  833. return this;
  834. }
  835. public Criteria andXgsjGreaterThanOrEqualTo(Date value) {
  836. addCriterion("XGSJ >=", value, "xgsj");
  837. return this;
  838. }
  839. public Criteria andXgsjLessThan(Date value) {
  840. addCriterion("XGSJ <", value, "xgsj");
  841. return this;
  842. }
  843. public Criteria andXgsjLessThanOrEqualTo(Date value) {
  844. addCriterion("XGSJ <=", value, "xgsj");
  845. return this;
  846. }
  847. public Criteria andXgsjIn(List<Date> values) {
  848. addCriterion("XGSJ in", values, "xgsj");
  849. return this;
  850. }
  851. public Criteria andXgsjNotIn(List<Date> values) {
  852. addCriterion("XGSJ not in", values, "xgsj");
  853. return this;
  854. }
  855. public Criteria andXgsjBetween(Date value1, Date value2) {
  856. addCriterion("XGSJ between", value1, value2, "xgsj");
  857. return this;
  858. }
  859. public Criteria andXgsjNotBetween(Date value1, Date value2) {
  860. addCriterion("XGSJ not between", value1, value2, "xgsj");
  861. return this;
  862. }
  863. }
  864. }