XxXxtsExample.java 31 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 XxXxtsExample {
  8. /**
  9. * This field was generated by Apache iBATIS ibator.
  10. * This field corresponds to the database table xx_xxts
  11. *
  12. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  13. */
  14. protected String orderByClause;
  15. /**
  16. * This field was generated by Apache iBATIS ibator.
  17. * This field corresponds to the database table xx_xxts
  18. *
  19. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  25. *
  26. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  32. *
  33. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  39. *
  40. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  41. */
  42. public XxXxtsExample() {
  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_xxts
  48. *
  49. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  50. */
  51. protected XxXxtsExample(XxXxtsExample 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_xxts
  58. *
  59. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  67. *
  68. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  76. *
  77. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  85. *
  86. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  94. *
  95. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  107. *
  108. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  117. *
  118. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  126. *
  127. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  135. *
  136. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  144. *
  145. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  153. *
  154. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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_xxts
  162. *
  163. * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
  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 andZyIsNull() {
  336. addCriterion("zy is null");
  337. return this;
  338. }
  339. public Criteria andZyIsNotNull() {
  340. addCriterion("zy is not null");
  341. return this;
  342. }
  343. public Criteria andZyEqualTo(String value) {
  344. addCriterion("zy =", value, "zy");
  345. return this;
  346. }
  347. public Criteria andZyNotEqualTo(String value) {
  348. addCriterion("zy <>", value, "zy");
  349. return this;
  350. }
  351. public Criteria andZyGreaterThan(String value) {
  352. addCriterion("zy >", value, "zy");
  353. return this;
  354. }
  355. public Criteria andZyGreaterThanOrEqualTo(String value) {
  356. addCriterion("zy >=", value, "zy");
  357. return this;
  358. }
  359. public Criteria andZyLessThan(String value) {
  360. addCriterion("zy <", value, "zy");
  361. return this;
  362. }
  363. public Criteria andZyLessThanOrEqualTo(String value) {
  364. addCriterion("zy <=", value, "zy");
  365. return this;
  366. }
  367. public Criteria andZyLike(String value) {
  368. addCriterion("zy like", value, "zy");
  369. return this;
  370. }
  371. public Criteria andZyNotLike(String value) {
  372. addCriterion("zy not like", value, "zy");
  373. return this;
  374. }
  375. public Criteria andZyIn(List<String> values) {
  376. addCriterion("zy in", values, "zy");
  377. return this;
  378. }
  379. public Criteria andZyNotIn(List<String> values) {
  380. addCriterion("zy not in", values, "zy");
  381. return this;
  382. }
  383. public Criteria andZyBetween(String value1, String value2) {
  384. addCriterion("zy between", value1, value2, "zy");
  385. return this;
  386. }
  387. public Criteria andZyNotBetween(String value1, String value2) {
  388. addCriterion("zy not between", value1, value2, "zy");
  389. return this;
  390. }
  391. public Criteria andZwIsNull() {
  392. addCriterion("zw is null");
  393. return this;
  394. }
  395. public Criteria andZwIsNotNull() {
  396. addCriterion("zw is not null");
  397. return this;
  398. }
  399. public Criteria andZwEqualTo(String value) {
  400. addCriterion("zw =", value, "zw");
  401. return this;
  402. }
  403. public Criteria andZwNotEqualTo(String value) {
  404. addCriterion("zw <>", value, "zw");
  405. return this;
  406. }
  407. public Criteria andZwGreaterThan(String value) {
  408. addCriterion("zw >", value, "zw");
  409. return this;
  410. }
  411. public Criteria andZwGreaterThanOrEqualTo(String value) {
  412. addCriterion("zw >=", value, "zw");
  413. return this;
  414. }
  415. public Criteria andZwLessThan(String value) {
  416. addCriterion("zw <", value, "zw");
  417. return this;
  418. }
  419. public Criteria andZwLessThanOrEqualTo(String value) {
  420. addCriterion("zw <=", value, "zw");
  421. return this;
  422. }
  423. public Criteria andZwLike(String value) {
  424. addCriterion("zw like", value, "zw");
  425. return this;
  426. }
  427. public Criteria andZwNotLike(String value) {
  428. addCriterion("zw not like", value, "zw");
  429. return this;
  430. }
  431. public Criteria andZwIn(List<String> values) {
  432. addCriterion("zw in", values, "zw");
  433. return this;
  434. }
  435. public Criteria andZwNotIn(List<String> values) {
  436. addCriterion("zw not in", values, "zw");
  437. return this;
  438. }
  439. public Criteria andZwBetween(String value1, String value2) {
  440. addCriterion("zw between", value1, value2, "zw");
  441. return this;
  442. }
  443. public Criteria andZwNotBetween(String value1, String value2) {
  444. addCriterion("zw not between", value1, value2, "zw");
  445. return this;
  446. }
  447. public Criteria andXxlxIsNull() {
  448. addCriterion("xxlx is null");
  449. return this;
  450. }
  451. public Criteria andXxlxIsNotNull() {
  452. addCriterion("xxlx is not null");
  453. return this;
  454. }
  455. public Criteria andXxlxEqualTo(String value) {
  456. addCriterion("xxlx =", value, "xxlx");
  457. return this;
  458. }
  459. public Criteria andXxlxNotEqualTo(String value) {
  460. addCriterion("xxlx <>", value, "xxlx");
  461. return this;
  462. }
  463. public Criteria andXxlxGreaterThan(String value) {
  464. addCriterion("xxlx >", value, "xxlx");
  465. return this;
  466. }
  467. public Criteria andXxlxGreaterThanOrEqualTo(String value) {
  468. addCriterion("xxlx >=", value, "xxlx");
  469. return this;
  470. }
  471. public Criteria andXxlxLessThan(String value) {
  472. addCriterion("xxlx <", value, "xxlx");
  473. return this;
  474. }
  475. public Criteria andXxlxLessThanOrEqualTo(String value) {
  476. addCriterion("xxlx <=", value, "xxlx");
  477. return this;
  478. }
  479. public Criteria andXxlxLike(String value) {
  480. addCriterion("xxlx like", value, "xxlx");
  481. return this;
  482. }
  483. public Criteria andXxlxNotLike(String value) {
  484. addCriterion("xxlx not like", value, "xxlx");
  485. return this;
  486. }
  487. public Criteria andXxlxIn(List<String> values) {
  488. addCriterion("xxlx in", values, "xxlx");
  489. return this;
  490. }
  491. public Criteria andXxlxNotIn(List<String> values) {
  492. addCriterion("xxlx not in", values, "xxlx");
  493. return this;
  494. }
  495. public Criteria andXxlxBetween(String value1, String value2) {
  496. addCriterion("xxlx between", value1, value2, "xxlx");
  497. return this;
  498. }
  499. public Criteria andXxlxNotBetween(String value1, String value2) {
  500. addCriterion("xxlx not between", value1, value2, "xxlx");
  501. return this;
  502. }
  503. public Criteria andTsbzIsNull() {
  504. addCriterion("tsbz is null");
  505. return this;
  506. }
  507. public Criteria andTsbzIsNotNull() {
  508. addCriterion("tsbz is not null");
  509. return this;
  510. }
  511. public Criteria andTsbzEqualTo(Integer value) {
  512. addCriterion("tsbz =", value, "tsbz");
  513. return this;
  514. }
  515. public Criteria andTsbzNotEqualTo(Integer value) {
  516. addCriterion("tsbz <>", value, "tsbz");
  517. return this;
  518. }
  519. public Criteria andTsbzGreaterThan(Integer value) {
  520. addCriterion("tsbz >", value, "tsbz");
  521. return this;
  522. }
  523. public Criteria andTsbzGreaterThanOrEqualTo(Integer value) {
  524. addCriterion("tsbz >=", value, "tsbz");
  525. return this;
  526. }
  527. public Criteria andTsbzLessThan(Integer value) {
  528. addCriterion("tsbz <", value, "tsbz");
  529. return this;
  530. }
  531. public Criteria andTsbzLessThanOrEqualTo(Integer value) {
  532. addCriterion("tsbz <=", value, "tsbz");
  533. return this;
  534. }
  535. public Criteria andTsbzIn(List<Integer> values) {
  536. addCriterion("tsbz in", values, "tsbz");
  537. return this;
  538. }
  539. public Criteria andTsbzNotIn(List<Integer> values) {
  540. addCriterion("tsbz not in", values, "tsbz");
  541. return this;
  542. }
  543. public Criteria andTsbzBetween(Integer value1, Integer value2) {
  544. addCriterion("tsbz between", value1, value2, "tsbz");
  545. return this;
  546. }
  547. public Criteria andTsbzNotBetween(Integer value1, Integer value2) {
  548. addCriterion("tsbz not between", value1, value2, "tsbz");
  549. return this;
  550. }
  551. public Criteria andZfbzIsNull() {
  552. addCriterion("zfbz is null");
  553. return this;
  554. }
  555. public Criteria andZfbzIsNotNull() {
  556. addCriterion("zfbz is not null");
  557. return this;
  558. }
  559. public Criteria andZfbzEqualTo(Integer value) {
  560. addCriterion("zfbz =", value, "zfbz");
  561. return this;
  562. }
  563. public Criteria andZfbzNotEqualTo(Integer value) {
  564. addCriterion("zfbz <>", value, "zfbz");
  565. return this;
  566. }
  567. public Criteria andZfbzGreaterThan(Integer value) {
  568. addCriterion("zfbz >", value, "zfbz");
  569. return this;
  570. }
  571. public Criteria andZfbzGreaterThanOrEqualTo(Integer value) {
  572. addCriterion("zfbz >=", value, "zfbz");
  573. return this;
  574. }
  575. public Criteria andZfbzLessThan(Integer value) {
  576. addCriterion("zfbz <", value, "zfbz");
  577. return this;
  578. }
  579. public Criteria andZfbzLessThanOrEqualTo(Integer value) {
  580. addCriterion("zfbz <=", value, "zfbz");
  581. return this;
  582. }
  583. public Criteria andZfbzIn(List<Integer> values) {
  584. addCriterion("zfbz in", values, "zfbz");
  585. return this;
  586. }
  587. public Criteria andZfbzNotIn(List<Integer> values) {
  588. addCriterion("zfbz not in", values, "zfbz");
  589. return this;
  590. }
  591. public Criteria andZfbzBetween(Integer value1, Integer value2) {
  592. addCriterion("zfbz between", value1, value2, "zfbz");
  593. return this;
  594. }
  595. public Criteria andZfbzNotBetween(Integer value1, Integer value2) {
  596. addCriterion("zfbz not between", value1, value2, "zfbz");
  597. return this;
  598. }
  599. public Criteria andFbsjIsNull() {
  600. addCriterion("fbsj is null");
  601. return this;
  602. }
  603. public Criteria andFbsjIsNotNull() {
  604. addCriterion("fbsj is not null");
  605. return this;
  606. }
  607. public Criteria andFbsjEqualTo(Date value) {
  608. addCriterion("fbsj =", value, "fbsj");
  609. return this;
  610. }
  611. public Criteria andFbsjNotEqualTo(Date value) {
  612. addCriterion("fbsj <>", value, "fbsj");
  613. return this;
  614. }
  615. public Criteria andFbsjGreaterThan(Date value) {
  616. addCriterion("fbsj >", value, "fbsj");
  617. return this;
  618. }
  619. public Criteria andFbsjGreaterThanOrEqualTo(Date value) {
  620. addCriterion("fbsj >=", value, "fbsj");
  621. return this;
  622. }
  623. public Criteria andFbsjLessThan(Date value) {
  624. addCriterion("fbsj <", value, "fbsj");
  625. return this;
  626. }
  627. public Criteria andFbsjLessThanOrEqualTo(Date value) {
  628. addCriterion("fbsj <=", value, "fbsj");
  629. return this;
  630. }
  631. public Criteria andFbsjIn(List<Date> values) {
  632. addCriterion("fbsj in", values, "fbsj");
  633. return this;
  634. }
  635. public Criteria andFbsjNotIn(List<Date> values) {
  636. addCriterion("fbsj not in", values, "fbsj");
  637. return this;
  638. }
  639. public Criteria andFbsjBetween(Date value1, Date value2) {
  640. addCriterion("fbsj between", value1, value2, "fbsj");
  641. return this;
  642. }
  643. public Criteria andFbsjNotBetween(Date value1, Date value2) {
  644. addCriterion("fbsj not between", value1, value2, "fbsj");
  645. return this;
  646. }
  647. public Criteria andMcidIsNull() {
  648. addCriterion("mcid is null");
  649. return this;
  650. }
  651. public Criteria andMcidIsNotNull() {
  652. addCriterion("mcid is not null");
  653. return this;
  654. }
  655. public Criteria andMcidEqualTo(String value) {
  656. addCriterion("mcid =", value, "mcid");
  657. return this;
  658. }
  659. public Criteria andMcidNotEqualTo(String value) {
  660. addCriterion("mcid <>", value, "mcid");
  661. return this;
  662. }
  663. public Criteria andMcidGreaterThan(String value) {
  664. addCriterion("mcid >", value, "mcid");
  665. return this;
  666. }
  667. public Criteria andMcidGreaterThanOrEqualTo(String value) {
  668. addCriterion("mcid >=", value, "mcid");
  669. return this;
  670. }
  671. public Criteria andMcidLessThan(String value) {
  672. addCriterion("mcid <", value, "mcid");
  673. return this;
  674. }
  675. public Criteria andMcidLessThanOrEqualTo(String value) {
  676. addCriterion("mcid <=", value, "mcid");
  677. return this;
  678. }
  679. public Criteria andMcidLike(String value) {
  680. addCriterion("mcid like", value, "mcid");
  681. return this;
  682. }
  683. public Criteria andMcidNotLike(String value) {
  684. addCriterion("mcid not like", value, "mcid");
  685. return this;
  686. }
  687. public Criteria andMcidIn(List<String> values) {
  688. addCriterion("mcid in", values, "mcid");
  689. return this;
  690. }
  691. public Criteria andMcidNotIn(List<String> values) {
  692. addCriterion("mcid not in", values, "mcid");
  693. return this;
  694. }
  695. public Criteria andMcidBetween(String value1, String value2) {
  696. addCriterion("mcid between", value1, value2, "mcid");
  697. return this;
  698. }
  699. public Criteria andMcidNotBetween(String value1, String value2) {
  700. addCriterion("mcid not between", value1, value2, "mcid");
  701. return this;
  702. }
  703. public Criteria andTssjIsNull() {
  704. addCriterion("tssj is null");
  705. return this;
  706. }
  707. public Criteria andTssjIsNotNull() {
  708. addCriterion("tssj is not null");
  709. return this;
  710. }
  711. public Criteria andTssjEqualTo(Date value) {
  712. addCriterion("tssj =", value, "tssj");
  713. return this;
  714. }
  715. public Criteria andTssjNotEqualTo(Date value) {
  716. addCriterion("tssj <>", value, "tssj");
  717. return this;
  718. }
  719. public Criteria andTssjGreaterThan(Date value) {
  720. addCriterion("tssj >", value, "tssj");
  721. return this;
  722. }
  723. public Criteria andTssjGreaterThanOrEqualTo(Date value) {
  724. addCriterion("tssj >=", value, "tssj");
  725. return this;
  726. }
  727. public Criteria andTssjLessThan(Date value) {
  728. addCriterion("tssj <", value, "tssj");
  729. return this;
  730. }
  731. public Criteria andTssjLessThanOrEqualTo(Date value) {
  732. addCriterion("tssj <=", value, "tssj");
  733. return this;
  734. }
  735. public Criteria andTssjIn(List<Date> values) {
  736. addCriterion("tssj in", values, "tssj");
  737. return this;
  738. }
  739. public Criteria andTssjNotIn(List<Date> values) {
  740. addCriterion("tssj not in", values, "tssj");
  741. return this;
  742. }
  743. public Criteria andTssjBetween(Date value1, Date value2) {
  744. addCriterion("tssj between", value1, value2, "tssj");
  745. return this;
  746. }
  747. public Criteria andTssjNotBetween(Date value1, Date value2) {
  748. addCriterion("tssj not between", value1, value2, "tssj");
  749. return this;
  750. }
  751. public Criteria andYdbzIsNull() {
  752. addCriterion("ydbz is null");
  753. return this;
  754. }
  755. public Criteria andYdbzIsNotNull() {
  756. addCriterion("ydbz is not null");
  757. return this;
  758. }
  759. public Criteria andYdbzEqualTo(String value) {
  760. addCriterion("ydbz =", value, "ydbz");
  761. return this;
  762. }
  763. public Criteria andYdbzNotEqualTo(String value) {
  764. addCriterion("ydbz <>", value, "ydbz");
  765. return this;
  766. }
  767. public Criteria andYdbzGreaterThan(String value) {
  768. addCriterion("ydbz >", value, "ydbz");
  769. return this;
  770. }
  771. public Criteria andYdbzGreaterThanOrEqualTo(String value) {
  772. addCriterion("ydbz >=", value, "ydbz");
  773. return this;
  774. }
  775. public Criteria andYdbzLessThan(String value) {
  776. addCriterion("ydbz <", value, "ydbz");
  777. return this;
  778. }
  779. public Criteria andYdbzLessThanOrEqualTo(String value) {
  780. addCriterion("ydbz <=", value, "ydbz");
  781. return this;
  782. }
  783. public Criteria andYdbzLike(String value) {
  784. addCriterion("ydbz like", value, "ydbz");
  785. return this;
  786. }
  787. public Criteria andYdbzNotLike(String value) {
  788. addCriterion("ydbz not like", value, "ydbz");
  789. return this;
  790. }
  791. public Criteria andYdbzIn(List<String> values) {
  792. addCriterion("ydbz in", values, "ydbz");
  793. return this;
  794. }
  795. public Criteria andYdbzNotIn(List<String> values) {
  796. addCriterion("ydbz not in", values, "ydbz");
  797. return this;
  798. }
  799. public Criteria andYdbzBetween(String value1, String value2) {
  800. addCriterion("ydbz between", value1, value2, "ydbz");
  801. return this;
  802. }
  803. public Criteria andYdbzNotBetween(String value1, String value2) {
  804. addCriterion("ydbz not between", value1, value2, "ydbz");
  805. return this;
  806. }
  807. public Criteria andXxflIsNull() {
  808. addCriterion("xxfl is null");
  809. return this;
  810. }
  811. public Criteria andXxflIsNotNull() {
  812. addCriterion("xxfl is not null");
  813. return this;
  814. }
  815. public Criteria andXxflEqualTo(String value) {
  816. addCriterion("xxfl =", value, "xxfl");
  817. return this;
  818. }
  819. public Criteria andXxflNotEqualTo(String value) {
  820. addCriterion("xxfl <>", value, "xxfl");
  821. return this;
  822. }
  823. public Criteria andXxflGreaterThan(String value) {
  824. addCriterion("xxfl >", value, "xxfl");
  825. return this;
  826. }
  827. public Criteria andXxflGreaterThanOrEqualTo(String value) {
  828. addCriterion("xxfl >=", value, "xxfl");
  829. return this;
  830. }
  831. public Criteria andXxflLessThan(String value) {
  832. addCriterion("xxfl <", value, "xxfl");
  833. return this;
  834. }
  835. public Criteria andXxflLessThanOrEqualTo(String value) {
  836. addCriterion("xxfl <=", value, "xxfl");
  837. return this;
  838. }
  839. public Criteria andXxflLike(String value) {
  840. addCriterion("xxfl like", value, "xxfl");
  841. return this;
  842. }
  843. public Criteria andXxflNotLike(String value) {
  844. addCriterion("xxfl not like", value, "xxfl");
  845. return this;
  846. }
  847. public Criteria andXxflIn(List<String> values) {
  848. addCriterion("xxfl in", values, "xxfl");
  849. return this;
  850. }
  851. public Criteria andXxflNotIn(List<String> values) {
  852. addCriterion("xxfl not in", values, "xxfl");
  853. return this;
  854. }
  855. public Criteria andXxflBetween(String value1, String value2) {
  856. addCriterion("xxfl between", value1, value2, "xxfl");
  857. return this;
  858. }
  859. public Criteria andXxflNotBetween(String value1, String value2) {
  860. addCriterion("xxfl not between", value1, value2, "xxfl");
  861. return this;
  862. }
  863. }
  864. }