XtFlzzdExample.java 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065
  1. package com.huimv.xt.dataobject;
  2. import java.math.BigDecimal;
  3. import java.util.ArrayList;
  4. import java.util.Date;
  5. import java.util.HashMap;
  6. import java.util.List;
  7. import java.util.Map;
  8. public class XtFlzzdExample {
  9. /**
  10. * This field was generated by Apache iBATIS ibator.
  11. * This field corresponds to the database table xt_flzzd
  12. *
  13. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  14. */
  15. protected String orderByClause;
  16. /**
  17. * This field was generated by Apache iBATIS ibator.
  18. * This field corresponds to the database table xt_flzzd
  19. *
  20. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  21. */
  22. protected List<Criteria> oredCriteria;
  23. /**
  24. * This field was generated by Apache iBATIS ibator.
  25. * This field corresponds to the database table xt_flzzd
  26. *
  27. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  28. */
  29. protected int start = -1;
  30. /**
  31. * This field was generated by Apache iBATIS ibator.
  32. * This field corresponds to the database table xt_flzzd
  33. *
  34. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  35. */
  36. protected int limit = -1;
  37. /**
  38. * This method was generated by Apache iBATIS ibator.
  39. * This method corresponds to the database table xt_flzzd
  40. *
  41. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  42. */
  43. public XtFlzzdExample() {
  44. oredCriteria = new ArrayList<Criteria>();
  45. }
  46. /**
  47. * This method was generated by Apache iBATIS ibator.
  48. * This method corresponds to the database table xt_flzzd
  49. *
  50. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  51. */
  52. protected XtFlzzdExample(XtFlzzdExample example) {
  53. this.orderByClause = example.orderByClause;
  54. this.oredCriteria = example.oredCriteria;
  55. }
  56. /**
  57. * This method was generated by Apache iBATIS ibator.
  58. * This method corresponds to the database table xt_flzzd
  59. *
  60. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  61. */
  62. public void setOrderByClause(String orderByClause) {
  63. this.orderByClause = orderByClause;
  64. }
  65. /**
  66. * This method was generated by Apache iBATIS ibator.
  67. * This method corresponds to the database table xt_flzzd
  68. *
  69. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  70. */
  71. public String getOrderByClause() {
  72. return orderByClause;
  73. }
  74. /**
  75. * This method was generated by Apache iBATIS ibator.
  76. * This method corresponds to the database table xt_flzzd
  77. *
  78. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  79. */
  80. public List<Criteria> getOredCriteria() {
  81. return oredCriteria;
  82. }
  83. /**
  84. * This method was generated by Apache iBATIS ibator.
  85. * This method corresponds to the database table xt_flzzd
  86. *
  87. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  88. */
  89. public void or(Criteria criteria) {
  90. oredCriteria.add(criteria);
  91. }
  92. /**
  93. * This method was generated by Apache iBATIS ibator.
  94. * This method corresponds to the database table xt_flzzd
  95. *
  96. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  97. */
  98. public Criteria createCriteria() {
  99. Criteria criteria = createCriteriaInternal();
  100. if (oredCriteria.size() == 0) {
  101. oredCriteria.add(criteria);
  102. }
  103. return criteria;
  104. }
  105. /**
  106. * This method was generated by Apache iBATIS ibator.
  107. * This method corresponds to the database table xt_flzzd
  108. *
  109. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  110. */
  111. protected Criteria createCriteriaInternal() {
  112. Criteria criteria = new Criteria();
  113. return criteria;
  114. }
  115. /**
  116. * This method was generated by Apache iBATIS ibator.
  117. * This method corresponds to the database table xt_flzzd
  118. *
  119. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  120. */
  121. public void clear() {
  122. oredCriteria.clear();
  123. }
  124. /**
  125. * This method was generated by Apache iBATIS ibator.
  126. * This method corresponds to the database table xt_flzzd
  127. *
  128. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  129. */
  130. public void setStart(int start) {
  131. this.start=start;
  132. }
  133. /**
  134. * This method was generated by Apache iBATIS ibator.
  135. * This method corresponds to the database table xt_flzzd
  136. *
  137. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  138. */
  139. public int getStart() {
  140. return start;
  141. }
  142. /**
  143. * This method was generated by Apache iBATIS ibator.
  144. * This method corresponds to the database table xt_flzzd
  145. *
  146. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  147. */
  148. public void setLimit(int limit) {
  149. this.limit=limit;
  150. }
  151. /**
  152. * This method was generated by Apache iBATIS ibator.
  153. * This method corresponds to the database table xt_flzzd
  154. *
  155. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  156. */
  157. public int getLimit() {
  158. return limit;
  159. }
  160. /**
  161. * This class was generated by Apache iBATIS ibator.
  162. * This class corresponds to the database table xt_flzzd
  163. *
  164. * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014
  165. */
  166. public static class Criteria {
  167. protected List<String> criteriaWithoutValue;
  168. protected List<Map<String, Object>> criteriaWithSingleValue;
  169. protected List<Map<String, Object>> criteriaWithListValue;
  170. protected List<Map<String, Object>> criteriaWithBetweenValue;
  171. protected Criteria() {
  172. super();
  173. criteriaWithoutValue = new ArrayList<String>();
  174. criteriaWithSingleValue = new ArrayList<Map<String, Object>>();
  175. criteriaWithListValue = new ArrayList<Map<String, Object>>();
  176. criteriaWithBetweenValue = new ArrayList<Map<String, Object>>();
  177. }
  178. public boolean isValid() {
  179. return criteriaWithoutValue.size() > 0
  180. || criteriaWithSingleValue.size() > 0
  181. || criteriaWithListValue.size() > 0
  182. || criteriaWithBetweenValue.size() > 0;
  183. }
  184. public List<String> getCriteriaWithoutValue() {
  185. return criteriaWithoutValue;
  186. }
  187. public List<Map<String, Object>> getCriteriaWithSingleValue() {
  188. return criteriaWithSingleValue;
  189. }
  190. public List<Map<String, Object>> getCriteriaWithListValue() {
  191. return criteriaWithListValue;
  192. }
  193. public List<Map<String, Object>> getCriteriaWithBetweenValue() {
  194. return criteriaWithBetweenValue;
  195. }
  196. protected void addCriterion(String condition) {
  197. if (condition == null) {
  198. throw new RuntimeException("Value for condition cannot be null");
  199. }
  200. criteriaWithoutValue.add(condition);
  201. }
  202. protected void addCriterion(String condition, Object value, String property) {
  203. if (value == null) {
  204. throw new RuntimeException("Value for " + property + " cannot be null");
  205. }
  206. Map<String, Object> map = new HashMap<String, Object>();
  207. map.put("condition", condition);
  208. map.put("value", value);
  209. criteriaWithSingleValue.add(map);
  210. }
  211. protected void addCriterion(String condition, List<? extends Object> values, String property) {
  212. if (values == null || values.size() == 0) {
  213. throw new RuntimeException("Value list for " + property + " cannot be null or empty");
  214. }
  215. Map<String, Object> map = new HashMap<String, Object>();
  216. map.put("condition", condition);
  217. map.put("values", values);
  218. criteriaWithListValue.add(map);
  219. }
  220. protected void addCriterion(String condition, Object value1, Object value2, String property) {
  221. if (value1 == null || value2 == null) {
  222. throw new RuntimeException("Between values for " + property + " cannot be null");
  223. }
  224. List<Object> list = new ArrayList<Object>();
  225. list.add(value1);
  226. list.add(value2);
  227. Map<String, Object> map = new HashMap<String, Object>();
  228. map.put("condition", condition);
  229. map.put("values", list);
  230. criteriaWithBetweenValue.add(map);
  231. }
  232. public Criteria andIdIsNull() {
  233. addCriterion("id is null");
  234. return this;
  235. }
  236. public Criteria andIdIsNotNull() {
  237. addCriterion("id is not null");
  238. return this;
  239. }
  240. public Criteria andIdEqualTo(Integer value) {
  241. addCriterion("id =", value, "id");
  242. return this;
  243. }
  244. public Criteria andIdNotEqualTo(Integer value) {
  245. addCriterion("id <>", value, "id");
  246. return this;
  247. }
  248. public Criteria andIdGreaterThan(Integer value) {
  249. addCriterion("id >", value, "id");
  250. return this;
  251. }
  252. public Criteria andIdGreaterThanOrEqualTo(Integer value) {
  253. addCriterion("id >=", value, "id");
  254. return this;
  255. }
  256. public Criteria andIdLessThan(Integer value) {
  257. addCriterion("id <", value, "id");
  258. return this;
  259. }
  260. public Criteria andIdLessThanOrEqualTo(Integer value) {
  261. addCriterion("id <=", value, "id");
  262. return this;
  263. }
  264. public Criteria andIdIn(List<Integer> values) {
  265. addCriterion("id in", values, "id");
  266. return this;
  267. }
  268. public Criteria andIdNotIn(List<Integer> values) {
  269. addCriterion("id not in", values, "id");
  270. return this;
  271. }
  272. public Criteria andIdBetween(Integer value1, Integer value2) {
  273. addCriterion("id between", value1, value2, "id");
  274. return this;
  275. }
  276. public Criteria andIdNotBetween(Integer value1, Integer value2) {
  277. addCriterion("id not between", value1, value2, "id");
  278. return this;
  279. }
  280. public Criteria andJqidIsNull() {
  281. addCriterion("jqid is null");
  282. return this;
  283. }
  284. public Criteria andJqidIsNotNull() {
  285. addCriterion("jqid is not null");
  286. return this;
  287. }
  288. public Criteria andJqidEqualTo(String value) {
  289. addCriterion("jqid =", value, "jqid");
  290. return this;
  291. }
  292. public Criteria andJqidNotEqualTo(String value) {
  293. addCriterion("jqid <>", value, "jqid");
  294. return this;
  295. }
  296. public Criteria andJqidGreaterThan(String value) {
  297. addCriterion("jqid >", value, "jqid");
  298. return this;
  299. }
  300. public Criteria andJqidGreaterThanOrEqualTo(String value) {
  301. addCriterion("jqid >=", value, "jqid");
  302. return this;
  303. }
  304. public Criteria andJqidLessThan(String value) {
  305. addCriterion("jqid <", value, "jqid");
  306. return this;
  307. }
  308. public Criteria andJqidLessThanOrEqualTo(String value) {
  309. addCriterion("jqid <=", value, "jqid");
  310. return this;
  311. }
  312. public Criteria andJqidLike(String value) {
  313. addCriterion("jqid like", value, "jqid");
  314. return this;
  315. }
  316. public Criteria andJqidNotLike(String value) {
  317. addCriterion("jqid not like", value, "jqid");
  318. return this;
  319. }
  320. public Criteria andJqidIn(List<String> values) {
  321. addCriterion("jqid in", values, "jqid");
  322. return this;
  323. }
  324. public Criteria andJqidNotIn(List<String> values) {
  325. addCriterion("jqid not in", values, "jqid");
  326. return this;
  327. }
  328. public Criteria andJqidBetween(String value1, String value2) {
  329. addCriterion("jqid between", value1, value2, "jqid");
  330. return this;
  331. }
  332. public Criteria andJqidNotBetween(String value1, String value2) {
  333. addCriterion("jqid not between", value1, value2, "jqid");
  334. return this;
  335. }
  336. public Criteria andGzbhIsNull() {
  337. addCriterion("gzbh is null");
  338. return this;
  339. }
  340. public Criteria andGzbhIsNotNull() {
  341. addCriterion("gzbh is not null");
  342. return this;
  343. }
  344. public Criteria andGzbhEqualTo(String value) {
  345. addCriterion("gzbh =", value, "gzbh");
  346. return this;
  347. }
  348. public Criteria andGzbhNotEqualTo(String value) {
  349. addCriterion("gzbh <>", value, "gzbh");
  350. return this;
  351. }
  352. public Criteria andGzbhGreaterThan(String value) {
  353. addCriterion("gzbh >", value, "gzbh");
  354. return this;
  355. }
  356. public Criteria andGzbhGreaterThanOrEqualTo(String value) {
  357. addCriterion("gzbh >=", value, "gzbh");
  358. return this;
  359. }
  360. public Criteria andGzbhLessThan(String value) {
  361. addCriterion("gzbh <", value, "gzbh");
  362. return this;
  363. }
  364. public Criteria andGzbhLessThanOrEqualTo(String value) {
  365. addCriterion("gzbh <=", value, "gzbh");
  366. return this;
  367. }
  368. public Criteria andGzbhLike(String value) {
  369. addCriterion("gzbh like", value, "gzbh");
  370. return this;
  371. }
  372. public Criteria andGzbhNotLike(String value) {
  373. addCriterion("gzbh not like", value, "gzbh");
  374. return this;
  375. }
  376. public Criteria andGzbhIn(List<String> values) {
  377. addCriterion("gzbh in", values, "gzbh");
  378. return this;
  379. }
  380. public Criteria andGzbhNotIn(List<String> values) {
  381. addCriterion("gzbh not in", values, "gzbh");
  382. return this;
  383. }
  384. public Criteria andGzbhBetween(String value1, String value2) {
  385. addCriterion("gzbh between", value1, value2, "gzbh");
  386. return this;
  387. }
  388. public Criteria andGzbhNotBetween(String value1, String value2) {
  389. addCriterion("gzbh not between", value1, value2, "gzbh");
  390. return this;
  391. }
  392. public Criteria andCgqztIsNull() {
  393. addCriterion("cgqzt is null");
  394. return this;
  395. }
  396. public Criteria andCgqztIsNotNull() {
  397. addCriterion("cgqzt is not null");
  398. return this;
  399. }
  400. public Criteria andCgqztEqualTo(String value) {
  401. addCriterion("cgqzt =", value, "cgqzt");
  402. return this;
  403. }
  404. public Criteria andCgqztNotEqualTo(String value) {
  405. addCriterion("cgqzt <>", value, "cgqzt");
  406. return this;
  407. }
  408. public Criteria andCgqztGreaterThan(String value) {
  409. addCriterion("cgqzt >", value, "cgqzt");
  410. return this;
  411. }
  412. public Criteria andCgqztGreaterThanOrEqualTo(String value) {
  413. addCriterion("cgqzt >=", value, "cgqzt");
  414. return this;
  415. }
  416. public Criteria andCgqztLessThan(String value) {
  417. addCriterion("cgqzt <", value, "cgqzt");
  418. return this;
  419. }
  420. public Criteria andCgqztLessThanOrEqualTo(String value) {
  421. addCriterion("cgqzt <=", value, "cgqzt");
  422. return this;
  423. }
  424. public Criteria andCgqztLike(String value) {
  425. addCriterion("cgqzt like", value, "cgqzt");
  426. return this;
  427. }
  428. public Criteria andCgqztNotLike(String value) {
  429. addCriterion("cgqzt not like", value, "cgqzt");
  430. return this;
  431. }
  432. public Criteria andCgqztIn(List<String> values) {
  433. addCriterion("cgqzt in", values, "cgqzt");
  434. return this;
  435. }
  436. public Criteria andCgqztNotIn(List<String> values) {
  437. addCriterion("cgqzt not in", values, "cgqzt");
  438. return this;
  439. }
  440. public Criteria andCgqztBetween(String value1, String value2) {
  441. addCriterion("cgqzt between", value1, value2, "cgqzt");
  442. return this;
  443. }
  444. public Criteria andCgqztNotBetween(String value1, String value2) {
  445. addCriterion("cgqzt not between", value1, value2, "cgqzt");
  446. return this;
  447. }
  448. public Criteria andQgztIsNull() {
  449. addCriterion("qgzt is null");
  450. return this;
  451. }
  452. public Criteria andQgztIsNotNull() {
  453. addCriterion("qgzt is not null");
  454. return this;
  455. }
  456. public Criteria andQgztEqualTo(String value) {
  457. addCriterion("qgzt =", value, "qgzt");
  458. return this;
  459. }
  460. public Criteria andQgztNotEqualTo(String value) {
  461. addCriterion("qgzt <>", value, "qgzt");
  462. return this;
  463. }
  464. public Criteria andQgztGreaterThan(String value) {
  465. addCriterion("qgzt >", value, "qgzt");
  466. return this;
  467. }
  468. public Criteria andQgztGreaterThanOrEqualTo(String value) {
  469. addCriterion("qgzt >=", value, "qgzt");
  470. return this;
  471. }
  472. public Criteria andQgztLessThan(String value) {
  473. addCriterion("qgzt <", value, "qgzt");
  474. return this;
  475. }
  476. public Criteria andQgztLessThanOrEqualTo(String value) {
  477. addCriterion("qgzt <=", value, "qgzt");
  478. return this;
  479. }
  480. public Criteria andQgztLike(String value) {
  481. addCriterion("qgzt like", value, "qgzt");
  482. return this;
  483. }
  484. public Criteria andQgztNotLike(String value) {
  485. addCriterion("qgzt not like", value, "qgzt");
  486. return this;
  487. }
  488. public Criteria andQgztIn(List<String> values) {
  489. addCriterion("qgzt in", values, "qgzt");
  490. return this;
  491. }
  492. public Criteria andQgztNotIn(List<String> values) {
  493. addCriterion("qgzt not in", values, "qgzt");
  494. return this;
  495. }
  496. public Criteria andQgztBetween(String value1, String value2) {
  497. addCriterion("qgzt between", value1, value2, "qgzt");
  498. return this;
  499. }
  500. public Criteria andQgztNotBetween(String value1, String value2) {
  501. addCriterion("qgzt not between", value1, value2, "qgzt");
  502. return this;
  503. }
  504. public Criteria andCzzIsNull() {
  505. addCriterion("czz is null");
  506. return this;
  507. }
  508. public Criteria andCzzIsNotNull() {
  509. addCriterion("czz is not null");
  510. return this;
  511. }
  512. public Criteria andCzzEqualTo(BigDecimal value) {
  513. addCriterion("czz =", value, "czz");
  514. return this;
  515. }
  516. public Criteria andCzzNotEqualTo(BigDecimal value) {
  517. addCriterion("czz <>", value, "czz");
  518. return this;
  519. }
  520. public Criteria andCzzGreaterThan(BigDecimal value) {
  521. addCriterion("czz >", value, "czz");
  522. return this;
  523. }
  524. public Criteria andCzzGreaterThanOrEqualTo(BigDecimal value) {
  525. addCriterion("czz >=", value, "czz");
  526. return this;
  527. }
  528. public Criteria andCzzLessThan(BigDecimal value) {
  529. addCriterion("czz <", value, "czz");
  530. return this;
  531. }
  532. public Criteria andCzzLessThanOrEqualTo(BigDecimal value) {
  533. addCriterion("czz <=", value, "czz");
  534. return this;
  535. }
  536. public Criteria andCzzIn(List<BigDecimal> values) {
  537. addCriterion("czz in", values, "czz");
  538. return this;
  539. }
  540. public Criteria andCzzNotIn(List<BigDecimal> values) {
  541. addCriterion("czz not in", values, "czz");
  542. return this;
  543. }
  544. public Criteria andCzzBetween(BigDecimal value1, BigDecimal value2) {
  545. addCriterion("czz between", value1, value2, "czz");
  546. return this;
  547. }
  548. public Criteria andCzzNotBetween(BigDecimal value1, BigDecimal value2) {
  549. addCriterion("czz not between", value1, value2, "czz");
  550. return this;
  551. }
  552. public Criteria andCjszIsNull() {
  553. addCriterion("cjsz is null");
  554. return this;
  555. }
  556. public Criteria andCjszIsNotNull() {
  557. addCriterion("cjsz is not null");
  558. return this;
  559. }
  560. public Criteria andCjszEqualTo(BigDecimal value) {
  561. addCriterion("cjsz =", value, "cjsz");
  562. return this;
  563. }
  564. public Criteria andCjszNotEqualTo(BigDecimal value) {
  565. addCriterion("cjsz <>", value, "cjsz");
  566. return this;
  567. }
  568. public Criteria andCjszGreaterThan(BigDecimal value) {
  569. addCriterion("cjsz >", value, "cjsz");
  570. return this;
  571. }
  572. public Criteria andCjszGreaterThanOrEqualTo(BigDecimal value) {
  573. addCriterion("cjsz >=", value, "cjsz");
  574. return this;
  575. }
  576. public Criteria andCjszLessThan(BigDecimal value) {
  577. addCriterion("cjsz <", value, "cjsz");
  578. return this;
  579. }
  580. public Criteria andCjszLessThanOrEqualTo(BigDecimal value) {
  581. addCriterion("cjsz <=", value, "cjsz");
  582. return this;
  583. }
  584. public Criteria andCjszIn(List<BigDecimal> values) {
  585. addCriterion("cjsz in", values, "cjsz");
  586. return this;
  587. }
  588. public Criteria andCjszNotIn(List<BigDecimal> values) {
  589. addCriterion("cjsz not in", values, "cjsz");
  590. return this;
  591. }
  592. public Criteria andCjszBetween(BigDecimal value1, BigDecimal value2) {
  593. addCriterion("cjsz between", value1, value2, "cjsz");
  594. return this;
  595. }
  596. public Criteria andCjszNotBetween(BigDecimal value1, BigDecimal value2) {
  597. addCriterion("cjsz not between", value1, value2, "cjsz");
  598. return this;
  599. }
  600. public Criteria andEbzIsNull() {
  601. addCriterion("ebz is null");
  602. return this;
  603. }
  604. public Criteria andEbzIsNotNull() {
  605. addCriterion("ebz is not null");
  606. return this;
  607. }
  608. public Criteria andEbzEqualTo(String value) {
  609. addCriterion("ebz =", value, "ebz");
  610. return this;
  611. }
  612. public Criteria andEbzNotEqualTo(String value) {
  613. addCriterion("ebz <>", value, "ebz");
  614. return this;
  615. }
  616. public Criteria andEbzGreaterThan(String value) {
  617. addCriterion("ebz >", value, "ebz");
  618. return this;
  619. }
  620. public Criteria andEbzGreaterThanOrEqualTo(String value) {
  621. addCriterion("ebz >=", value, "ebz");
  622. return this;
  623. }
  624. public Criteria andEbzLessThan(String value) {
  625. addCriterion("ebz <", value, "ebz");
  626. return this;
  627. }
  628. public Criteria andEbzLessThanOrEqualTo(String value) {
  629. addCriterion("ebz <=", value, "ebz");
  630. return this;
  631. }
  632. public Criteria andEbzLike(String value) {
  633. addCriterion("ebz like", value, "ebz");
  634. return this;
  635. }
  636. public Criteria andEbzNotLike(String value) {
  637. addCriterion("ebz not like", value, "ebz");
  638. return this;
  639. }
  640. public Criteria andEbzIn(List<String> values) {
  641. addCriterion("ebz in", values, "ebz");
  642. return this;
  643. }
  644. public Criteria andEbzNotIn(List<String> values) {
  645. addCriterion("ebz not in", values, "ebz");
  646. return this;
  647. }
  648. public Criteria andEbzBetween(String value1, String value2) {
  649. addCriterion("ebz between", value1, value2, "ebz");
  650. return this;
  651. }
  652. public Criteria andEbzNotBetween(String value1, String value2) {
  653. addCriterion("ebz not between", value1, value2, "ebz");
  654. return this;
  655. }
  656. public Criteria andWwsbzwzIsNull() {
  657. addCriterion("wwsbzwz is null");
  658. return this;
  659. }
  660. public Criteria andWwsbzwzIsNotNull() {
  661. addCriterion("wwsbzwz is not null");
  662. return this;
  663. }
  664. public Criteria andWwsbzwzEqualTo(String value) {
  665. addCriterion("wwsbzwz =", value, "wwsbzwz");
  666. return this;
  667. }
  668. public Criteria andWwsbzwzNotEqualTo(String value) {
  669. addCriterion("wwsbzwz <>", value, "wwsbzwz");
  670. return this;
  671. }
  672. public Criteria andWwsbzwzGreaterThan(String value) {
  673. addCriterion("wwsbzwz >", value, "wwsbzwz");
  674. return this;
  675. }
  676. public Criteria andWwsbzwzGreaterThanOrEqualTo(String value) {
  677. addCriterion("wwsbzwz >=", value, "wwsbzwz");
  678. return this;
  679. }
  680. public Criteria andWwsbzwzLessThan(String value) {
  681. addCriterion("wwsbzwz <", value, "wwsbzwz");
  682. return this;
  683. }
  684. public Criteria andWwsbzwzLessThanOrEqualTo(String value) {
  685. addCriterion("wwsbzwz <=", value, "wwsbzwz");
  686. return this;
  687. }
  688. public Criteria andWwsbzwzLike(String value) {
  689. addCriterion("wwsbzwz like", value, "wwsbzwz");
  690. return this;
  691. }
  692. public Criteria andWwsbzwzNotLike(String value) {
  693. addCriterion("wwsbzwz not like", value, "wwsbzwz");
  694. return this;
  695. }
  696. public Criteria andWwsbzwzIn(List<String> values) {
  697. addCriterion("wwsbzwz in", values, "wwsbzwz");
  698. return this;
  699. }
  700. public Criteria andWwsbzwzNotIn(List<String> values) {
  701. addCriterion("wwsbzwz not in", values, "wwsbzwz");
  702. return this;
  703. }
  704. public Criteria andWwsbzwzBetween(String value1, String value2) {
  705. addCriterion("wwsbzwz between", value1, value2, "wwsbzwz");
  706. return this;
  707. }
  708. public Criteria andWwsbzwzNotBetween(String value1, String value2) {
  709. addCriterion("wwsbzwz not between", value1, value2, "wwsbzwz");
  710. return this;
  711. }
  712. public Criteria andSfycbzIsNull() {
  713. addCriterion("sfycbz is null");
  714. return this;
  715. }
  716. public Criteria andSfycbzIsNotNull() {
  717. addCriterion("sfycbz is not null");
  718. return this;
  719. }
  720. public Criteria andSfycbzEqualTo(String value) {
  721. addCriterion("sfycbz =", value, "sfycbz");
  722. return this;
  723. }
  724. public Criteria andSfycbzNotEqualTo(String value) {
  725. addCriterion("sfycbz <>", value, "sfycbz");
  726. return this;
  727. }
  728. public Criteria andSfycbzGreaterThan(String value) {
  729. addCriterion("sfycbz >", value, "sfycbz");
  730. return this;
  731. }
  732. public Criteria andSfycbzGreaterThanOrEqualTo(String value) {
  733. addCriterion("sfycbz >=", value, "sfycbz");
  734. return this;
  735. }
  736. public Criteria andSfycbzLessThan(String value) {
  737. addCriterion("sfycbz <", value, "sfycbz");
  738. return this;
  739. }
  740. public Criteria andSfycbzLessThanOrEqualTo(String value) {
  741. addCriterion("sfycbz <=", value, "sfycbz");
  742. return this;
  743. }
  744. public Criteria andSfycbzLike(String value) {
  745. addCriterion("sfycbz like", value, "sfycbz");
  746. return this;
  747. }
  748. public Criteria andSfycbzNotLike(String value) {
  749. addCriterion("sfycbz not like", value, "sfycbz");
  750. return this;
  751. }
  752. public Criteria andSfycbzIn(List<String> values) {
  753. addCriterion("sfycbz in", values, "sfycbz");
  754. return this;
  755. }
  756. public Criteria andSfycbzNotIn(List<String> values) {
  757. addCriterion("sfycbz not in", values, "sfycbz");
  758. return this;
  759. }
  760. public Criteria andSfycbzBetween(String value1, String value2) {
  761. addCriterion("sfycbz between", value1, value2, "sfycbz");
  762. return this;
  763. }
  764. public Criteria andSfycbzNotBetween(String value1, String value2) {
  765. addCriterion("sfycbz not between", value1, value2, "sfycbz");
  766. return this;
  767. }
  768. public Criteria andDzidIsNull() {
  769. addCriterion("dzid is null");
  770. return this;
  771. }
  772. public Criteria andDzidIsNotNull() {
  773. addCriterion("dzid is not null");
  774. return this;
  775. }
  776. public Criteria andDzidEqualTo(String value) {
  777. addCriterion("dzid =", value, "dzid");
  778. return this;
  779. }
  780. public Criteria andDzidNotEqualTo(String value) {
  781. addCriterion("dzid <>", value, "dzid");
  782. return this;
  783. }
  784. public Criteria andDzidGreaterThan(String value) {
  785. addCriterion("dzid >", value, "dzid");
  786. return this;
  787. }
  788. public Criteria andDzidGreaterThanOrEqualTo(String value) {
  789. addCriterion("dzid >=", value, "dzid");
  790. return this;
  791. }
  792. public Criteria andDzidLessThan(String value) {
  793. addCriterion("dzid <", value, "dzid");
  794. return this;
  795. }
  796. public Criteria andDzidLessThanOrEqualTo(String value) {
  797. addCriterion("dzid <=", value, "dzid");
  798. return this;
  799. }
  800. public Criteria andDzidLike(String value) {
  801. addCriterion("dzid like", value, "dzid");
  802. return this;
  803. }
  804. public Criteria andDzidNotLike(String value) {
  805. addCriterion("dzid not like", value, "dzid");
  806. return this;
  807. }
  808. public Criteria andDzidIn(List<String> values) {
  809. addCriterion("dzid in", values, "dzid");
  810. return this;
  811. }
  812. public Criteria andDzidNotIn(List<String> values) {
  813. addCriterion("dzid not in", values, "dzid");
  814. return this;
  815. }
  816. public Criteria andDzidBetween(String value1, String value2) {
  817. addCriterion("dzid between", value1, value2, "dzid");
  818. return this;
  819. }
  820. public Criteria andDzidNotBetween(String value1, String value2) {
  821. addCriterion("dzid not between", value1, value2, "dzid");
  822. return this;
  823. }
  824. public Criteria andXgsjIsNull() {
  825. addCriterion("xgsj is null");
  826. return this;
  827. }
  828. public Criteria andXgsjIsNotNull() {
  829. addCriterion("xgsj is not null");
  830. return this;
  831. }
  832. public Criteria andXgsjEqualTo(Date value) {
  833. addCriterion("xgsj =", value, "xgsj");
  834. return this;
  835. }
  836. public Criteria andXgsjNotEqualTo(Date value) {
  837. addCriterion("xgsj <>", value, "xgsj");
  838. return this;
  839. }
  840. public Criteria andXgsjGreaterThan(Date value) {
  841. addCriterion("xgsj >", value, "xgsj");
  842. return this;
  843. }
  844. public Criteria andXgsjGreaterThanOrEqualTo(Date value) {
  845. addCriterion("xgsj >=", value, "xgsj");
  846. return this;
  847. }
  848. public Criteria andXgsjLessThan(Date value) {
  849. addCriterion("xgsj <", value, "xgsj");
  850. return this;
  851. }
  852. public Criteria andXgsjLessThanOrEqualTo(Date value) {
  853. addCriterion("xgsj <=", value, "xgsj");
  854. return this;
  855. }
  856. public Criteria andXgsjIn(List<Date> values) {
  857. addCriterion("xgsj in", values, "xgsj");
  858. return this;
  859. }
  860. public Criteria andXgsjNotIn(List<Date> values) {
  861. addCriterion("xgsj not in", values, "xgsj");
  862. return this;
  863. }
  864. public Criteria andXgsjBetween(Date value1, Date value2) {
  865. addCriterion("xgsj between", value1, value2, "xgsj");
  866. return this;
  867. }
  868. public Criteria andXgsjNotBetween(Date value1, Date value2) {
  869. addCriterion("xgsj not between", value1, value2, "xgsj");
  870. return this;
  871. }
  872. }
  873. }