SjlrZzxsExample.java 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094
  1. package com.huimv.sjlr.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 SjlrZzxsExample {
  8. /**
  9. * This field was generated by Apache iBATIS ibator.
  10. * This field corresponds to the database table sjlr_zzxs
  11. *
  12. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  13. */
  14. protected String orderByClause;
  15. /**
  16. * This field was generated by Apache iBATIS ibator.
  17. * This field corresponds to the database table sjlr_zzxs
  18. *
  19. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  20. */
  21. protected List<Criteria> oredCriteria;
  22. /**
  23. * This field was generated by Apache iBATIS ibator.
  24. * This field corresponds to the database table sjlr_zzxs
  25. *
  26. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  27. */
  28. protected int start = -1;
  29. /**
  30. * This field was generated by Apache iBATIS ibator.
  31. * This field corresponds to the database table sjlr_zzxs
  32. *
  33. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  34. */
  35. protected int limit = -1;
  36. /**
  37. * This method was generated by Apache iBATIS ibator.
  38. * This method corresponds to the database table sjlr_zzxs
  39. *
  40. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  41. */
  42. public SjlrZzxsExample() {
  43. oredCriteria = new ArrayList<Criteria>();
  44. }
  45. /**
  46. * This method was generated by Apache iBATIS ibator.
  47. * This method corresponds to the database table sjlr_zzxs
  48. *
  49. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  50. */
  51. protected SjlrZzxsExample(SjlrZzxsExample 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 sjlr_zzxs
  58. *
  59. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 sjlr_zzxs
  67. *
  68. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 sjlr_zzxs
  76. *
  77. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 sjlr_zzxs
  85. *
  86. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 sjlr_zzxs
  94. *
  95. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 sjlr_zzxs
  107. *
  108. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 sjlr_zzxs
  117. *
  118. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 sjlr_zzxs
  126. *
  127. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 sjlr_zzxs
  135. *
  136. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 sjlr_zzxs
  144. *
  145. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 sjlr_zzxs
  153. *
  154. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 sjlr_zzxs
  162. *
  163. * @ibatorgenerated Thu Jul 06 09:23:56 CST 2017
  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 andDwebIsNull() {
  280. addCriterion("DWEB is null");
  281. return this;
  282. }
  283. public Criteria andDwebIsNotNull() {
  284. addCriterion("DWEB is not null");
  285. return this;
  286. }
  287. public Criteria andDwebEqualTo(String value) {
  288. addCriterion("DWEB =", value, "dweb");
  289. return this;
  290. }
  291. public Criteria andDwebNotEqualTo(String value) {
  292. addCriterion("DWEB <>", value, "dweb");
  293. return this;
  294. }
  295. public Criteria andDwebGreaterThan(String value) {
  296. addCriterion("DWEB >", value, "dweb");
  297. return this;
  298. }
  299. public Criteria andDwebGreaterThanOrEqualTo(String value) {
  300. addCriterion("DWEB >=", value, "dweb");
  301. return this;
  302. }
  303. public Criteria andDwebLessThan(String value) {
  304. addCriterion("DWEB <", value, "dweb");
  305. return this;
  306. }
  307. public Criteria andDwebLessThanOrEqualTo(String value) {
  308. addCriterion("DWEB <=", value, "dweb");
  309. return this;
  310. }
  311. public Criteria andDwebLike(String value) {
  312. addCriterion("DWEB like", value, "dweb");
  313. return this;
  314. }
  315. public Criteria andDwebNotLike(String value) {
  316. addCriterion("DWEB not like", value, "dweb");
  317. return this;
  318. }
  319. public Criteria andDwebIn(List<String> values) {
  320. addCriterion("DWEB in", values, "dweb");
  321. return this;
  322. }
  323. public Criteria andDwebNotIn(List<String> values) {
  324. addCriterion("DWEB not in", values, "dweb");
  325. return this;
  326. }
  327. public Criteria andDwebBetween(String value1, String value2) {
  328. addCriterion("DWEB between", value1, value2, "dweb");
  329. return this;
  330. }
  331. public Criteria andDwebNotBetween(String value1, String value2) {
  332. addCriterion("DWEB not between", value1, value2, "dweb");
  333. return this;
  334. }
  335. public Criteria andXssjIsNull() {
  336. addCriterion("XSSJ is null");
  337. return this;
  338. }
  339. public Criteria andXssjIsNotNull() {
  340. addCriterion("XSSJ is not null");
  341. return this;
  342. }
  343. public Criteria andXssjEqualTo(Date value) {
  344. addCriterion("XSSJ =", value, "xssj");
  345. return this;
  346. }
  347. public Criteria andXssjNotEqualTo(Date value) {
  348. addCriterion("XSSJ <>", value, "xssj");
  349. return this;
  350. }
  351. public Criteria andXssjGreaterThan(Date value) {
  352. addCriterion("XSSJ >", value, "xssj");
  353. return this;
  354. }
  355. public Criteria andXssjGreaterThanOrEqualTo(Date value) {
  356. addCriterion("XSSJ >=", value, "xssj");
  357. return this;
  358. }
  359. public Criteria andXssjLessThan(Date value) {
  360. addCriterion("XSSJ <", value, "xssj");
  361. return this;
  362. }
  363. public Criteria andXssjLessThanOrEqualTo(Date value) {
  364. addCriterion("XSSJ <=", value, "xssj");
  365. return this;
  366. }
  367. public Criteria andXssjIn(List<Date> values) {
  368. addCriterion("XSSJ in", values, "xssj");
  369. return this;
  370. }
  371. public Criteria andXssjNotIn(List<Date> values) {
  372. addCriterion("XSSJ not in", values, "xssj");
  373. return this;
  374. }
  375. public Criteria andXssjBetween(Date value1, Date value2) {
  376. addCriterion("XSSJ between", value1, value2, "xssj");
  377. return this;
  378. }
  379. public Criteria andXssjNotBetween(Date value1, Date value2) {
  380. addCriterion("XSSJ not between", value1, value2, "xssj");
  381. return this;
  382. }
  383. public Criteria andXsjeIsNull() {
  384. addCriterion("XSJE is null");
  385. return this;
  386. }
  387. public Criteria andXsjeIsNotNull() {
  388. addCriterion("XSJE is not null");
  389. return this;
  390. }
  391. public Criteria andXsjeEqualTo(String value) {
  392. addCriterion("XSJE =", value, "xsje");
  393. return this;
  394. }
  395. public Criteria andXsjeNotEqualTo(String value) {
  396. addCriterion("XSJE <>", value, "xsje");
  397. return this;
  398. }
  399. public Criteria andXsjeGreaterThan(String value) {
  400. addCriterion("XSJE >", value, "xsje");
  401. return this;
  402. }
  403. public Criteria andXsjeGreaterThanOrEqualTo(String value) {
  404. addCriterion("XSJE >=", value, "xsje");
  405. return this;
  406. }
  407. public Criteria andXsjeLessThan(String value) {
  408. addCriterion("XSJE <", value, "xsje");
  409. return this;
  410. }
  411. public Criteria andXsjeLessThanOrEqualTo(String value) {
  412. addCriterion("XSJE <=", value, "xsje");
  413. return this;
  414. }
  415. public Criteria andXsjeLike(String value) {
  416. addCriterion("XSJE like", value, "xsje");
  417. return this;
  418. }
  419. public Criteria andXsjeNotLike(String value) {
  420. addCriterion("XSJE not like", value, "xsje");
  421. return this;
  422. }
  423. public Criteria andXsjeIn(List<String> values) {
  424. addCriterion("XSJE in", values, "xsje");
  425. return this;
  426. }
  427. public Criteria andXsjeNotIn(List<String> values) {
  428. addCriterion("XSJE not in", values, "xsje");
  429. return this;
  430. }
  431. public Criteria andXsjeBetween(String value1, String value2) {
  432. addCriterion("XSJE between", value1, value2, "xsje");
  433. return this;
  434. }
  435. public Criteria andXsjeNotBetween(String value1, String value2) {
  436. addCriterion("XSJE not between", value1, value2, "xsje");
  437. return this;
  438. }
  439. public Criteria andKhmcIsNull() {
  440. addCriterion("KHMC is null");
  441. return this;
  442. }
  443. public Criteria andKhmcIsNotNull() {
  444. addCriterion("KHMC is not null");
  445. return this;
  446. }
  447. public Criteria andKhmcEqualTo(String value) {
  448. addCriterion("KHMC =", value, "khmc");
  449. return this;
  450. }
  451. public Criteria andKhmcNotEqualTo(String value) {
  452. addCriterion("KHMC <>", value, "khmc");
  453. return this;
  454. }
  455. public Criteria andKhmcGreaterThan(String value) {
  456. addCriterion("KHMC >", value, "khmc");
  457. return this;
  458. }
  459. public Criteria andKhmcGreaterThanOrEqualTo(String value) {
  460. addCriterion("KHMC >=", value, "khmc");
  461. return this;
  462. }
  463. public Criteria andKhmcLessThan(String value) {
  464. addCriterion("KHMC <", value, "khmc");
  465. return this;
  466. }
  467. public Criteria andKhmcLessThanOrEqualTo(String value) {
  468. addCriterion("KHMC <=", value, "khmc");
  469. return this;
  470. }
  471. public Criteria andKhmcLike(String value) {
  472. addCriterion("KHMC like", value, "khmc");
  473. return this;
  474. }
  475. public Criteria andKhmcNotLike(String value) {
  476. addCriterion("KHMC not like", value, "khmc");
  477. return this;
  478. }
  479. public Criteria andKhmcIn(List<String> values) {
  480. addCriterion("KHMC in", values, "khmc");
  481. return this;
  482. }
  483. public Criteria andKhmcNotIn(List<String> values) {
  484. addCriterion("KHMC not in", values, "khmc");
  485. return this;
  486. }
  487. public Criteria andKhmcBetween(String value1, String value2) {
  488. addCriterion("KHMC between", value1, value2, "khmc");
  489. return this;
  490. }
  491. public Criteria andKhmcNotBetween(String value1, String value2) {
  492. addCriterion("KHMC not between", value1, value2, "khmc");
  493. return this;
  494. }
  495. public Criteria andBzIsNull() {
  496. addCriterion("BZ is null");
  497. return this;
  498. }
  499. public Criteria andBzIsNotNull() {
  500. addCriterion("BZ is not null");
  501. return this;
  502. }
  503. public Criteria andBzEqualTo(String value) {
  504. addCriterion("BZ =", value, "bz");
  505. return this;
  506. }
  507. public Criteria andBzNotEqualTo(String value) {
  508. addCriterion("BZ <>", value, "bz");
  509. return this;
  510. }
  511. public Criteria andBzGreaterThan(String value) {
  512. addCriterion("BZ >", value, "bz");
  513. return this;
  514. }
  515. public Criteria andBzGreaterThanOrEqualTo(String value) {
  516. addCriterion("BZ >=", value, "bz");
  517. return this;
  518. }
  519. public Criteria andBzLessThan(String value) {
  520. addCriterion("BZ <", value, "bz");
  521. return this;
  522. }
  523. public Criteria andBzLessThanOrEqualTo(String value) {
  524. addCriterion("BZ <=", value, "bz");
  525. return this;
  526. }
  527. public Criteria andBzLike(String value) {
  528. addCriterion("BZ like", value, "bz");
  529. return this;
  530. }
  531. public Criteria andBzNotLike(String value) {
  532. addCriterion("BZ not like", value, "bz");
  533. return this;
  534. }
  535. public Criteria andBzIn(List<String> values) {
  536. addCriterion("BZ in", values, "bz");
  537. return this;
  538. }
  539. public Criteria andBzNotIn(List<String> values) {
  540. addCriterion("BZ not in", values, "bz");
  541. return this;
  542. }
  543. public Criteria andBzBetween(String value1, String value2) {
  544. addCriterion("BZ between", value1, value2, "bz");
  545. return this;
  546. }
  547. public Criteria andBzNotBetween(String value1, String value2) {
  548. addCriterion("BZ not between", value1, value2, "bz");
  549. return this;
  550. }
  551. public Criteria andZtIsNull() {
  552. addCriterion("ZT is null");
  553. return this;
  554. }
  555. public Criteria andZtIsNotNull() {
  556. addCriterion("ZT is not null");
  557. return this;
  558. }
  559. public Criteria andZtEqualTo(Integer value) {
  560. addCriterion("ZT =", value, "zt");
  561. return this;
  562. }
  563. public Criteria andZtNotEqualTo(Integer value) {
  564. addCriterion("ZT <>", value, "zt");
  565. return this;
  566. }
  567. public Criteria andZtGreaterThan(Integer value) {
  568. addCriterion("ZT >", value, "zt");
  569. return this;
  570. }
  571. public Criteria andZtGreaterThanOrEqualTo(Integer value) {
  572. addCriterion("ZT >=", value, "zt");
  573. return this;
  574. }
  575. public Criteria andZtLessThan(Integer value) {
  576. addCriterion("ZT <", value, "zt");
  577. return this;
  578. }
  579. public Criteria andZtLessThanOrEqualTo(Integer value) {
  580. addCriterion("ZT <=", value, "zt");
  581. return this;
  582. }
  583. public Criteria andZtIn(List<Integer> values) {
  584. addCriterion("ZT in", values, "zt");
  585. return this;
  586. }
  587. public Criteria andZtNotIn(List<Integer> values) {
  588. addCriterion("ZT not in", values, "zt");
  589. return this;
  590. }
  591. public Criteria andZtBetween(Integer value1, Integer value2) {
  592. addCriterion("ZT between", value1, value2, "zt");
  593. return this;
  594. }
  595. public Criteria andZtNotBetween(Integer value1, Integer value2) {
  596. addCriterion("ZT not between", value1, value2, "zt");
  597. return this;
  598. }
  599. public Criteria andXgrIsNull() {
  600. addCriterion("XGR is null");
  601. return this;
  602. }
  603. public Criteria andXgrIsNotNull() {
  604. addCriterion("XGR is not null");
  605. return this;
  606. }
  607. public Criteria andXgrEqualTo(String value) {
  608. addCriterion("XGR =", value, "xgr");
  609. return this;
  610. }
  611. public Criteria andXgrNotEqualTo(String value) {
  612. addCriterion("XGR <>", value, "xgr");
  613. return this;
  614. }
  615. public Criteria andXgrGreaterThan(String value) {
  616. addCriterion("XGR >", value, "xgr");
  617. return this;
  618. }
  619. public Criteria andXgrGreaterThanOrEqualTo(String value) {
  620. addCriterion("XGR >=", value, "xgr");
  621. return this;
  622. }
  623. public Criteria andXgrLessThan(String value) {
  624. addCriterion("XGR <", value, "xgr");
  625. return this;
  626. }
  627. public Criteria andXgrLessThanOrEqualTo(String value) {
  628. addCriterion("XGR <=", value, "xgr");
  629. return this;
  630. }
  631. public Criteria andXgrLike(String value) {
  632. addCriterion("XGR like", value, "xgr");
  633. return this;
  634. }
  635. public Criteria andXgrNotLike(String value) {
  636. addCriterion("XGR not like", value, "xgr");
  637. return this;
  638. }
  639. public Criteria andXgrIn(List<String> values) {
  640. addCriterion("XGR in", values, "xgr");
  641. return this;
  642. }
  643. public Criteria andXgrNotIn(List<String> values) {
  644. addCriterion("XGR not in", values, "xgr");
  645. return this;
  646. }
  647. public Criteria andXgrBetween(String value1, String value2) {
  648. addCriterion("XGR between", value1, value2, "xgr");
  649. return this;
  650. }
  651. public Criteria andXgrNotBetween(String value1, String value2) {
  652. addCriterion("XGR not between", value1, value2, "xgr");
  653. return this;
  654. }
  655. public Criteria andXgsjIsNull() {
  656. addCriterion("XGSJ is null");
  657. return this;
  658. }
  659. public Criteria andXgsjIsNotNull() {
  660. addCriterion("XGSJ is not null");
  661. return this;
  662. }
  663. public Criteria andXgsjEqualTo(Date value) {
  664. addCriterion("XGSJ =", value, "xgsj");
  665. return this;
  666. }
  667. public Criteria andXgsjNotEqualTo(Date value) {
  668. addCriterion("XGSJ <>", value, "xgsj");
  669. return this;
  670. }
  671. public Criteria andXgsjGreaterThan(Date value) {
  672. addCriterion("XGSJ >", value, "xgsj");
  673. return this;
  674. }
  675. public Criteria andXgsjGreaterThanOrEqualTo(Date value) {
  676. addCriterion("XGSJ >=", value, "xgsj");
  677. return this;
  678. }
  679. public Criteria andXgsjLessThan(Date value) {
  680. addCriterion("XGSJ <", value, "xgsj");
  681. return this;
  682. }
  683. public Criteria andXgsjLessThanOrEqualTo(Date value) {
  684. addCriterion("XGSJ <=", value, "xgsj");
  685. return this;
  686. }
  687. public Criteria andXgsjIn(List<Date> values) {
  688. addCriterion("XGSJ in", values, "xgsj");
  689. return this;
  690. }
  691. public Criteria andXgsjNotIn(List<Date> values) {
  692. addCriterion("XGSJ not in", values, "xgsj");
  693. return this;
  694. }
  695. public Criteria andXgsjBetween(Date value1, Date value2) {
  696. addCriterion("XGSJ between", value1, value2, "xgsj");
  697. return this;
  698. }
  699. public Criteria andXgsjNotBetween(Date value1, Date value2) {
  700. addCriterion("XGSJ not between", value1, value2, "xgsj");
  701. return this;
  702. }
  703. public Criteria andZfbzIsNull() {
  704. addCriterion("ZFBZ is null");
  705. return this;
  706. }
  707. public Criteria andZfbzIsNotNull() {
  708. addCriterion("ZFBZ is not null");
  709. return this;
  710. }
  711. public Criteria andZfbzEqualTo(Integer value) {
  712. addCriterion("ZFBZ =", value, "zfbz");
  713. return this;
  714. }
  715. public Criteria andZfbzNotEqualTo(Integer value) {
  716. addCriterion("ZFBZ <>", value, "zfbz");
  717. return this;
  718. }
  719. public Criteria andZfbzGreaterThan(Integer value) {
  720. addCriterion("ZFBZ >", value, "zfbz");
  721. return this;
  722. }
  723. public Criteria andZfbzGreaterThanOrEqualTo(Integer value) {
  724. addCriterion("ZFBZ >=", value, "zfbz");
  725. return this;
  726. }
  727. public Criteria andZfbzLessThan(Integer value) {
  728. addCriterion("ZFBZ <", value, "zfbz");
  729. return this;
  730. }
  731. public Criteria andZfbzLessThanOrEqualTo(Integer value) {
  732. addCriterion("ZFBZ <=", value, "zfbz");
  733. return this;
  734. }
  735. public Criteria andZfbzIn(List<Integer> values) {
  736. addCriterion("ZFBZ in", values, "zfbz");
  737. return this;
  738. }
  739. public Criteria andZfbzNotIn(List<Integer> values) {
  740. addCriterion("ZFBZ not in", values, "zfbz");
  741. return this;
  742. }
  743. public Criteria andZfbzBetween(Integer value1, Integer value2) {
  744. addCriterion("ZFBZ between", value1, value2, "zfbz");
  745. return this;
  746. }
  747. public Criteria andZfbzNotBetween(Integer value1, Integer value2) {
  748. addCriterion("ZFBZ not between", value1, value2, "zfbz");
  749. return this;
  750. }
  751. public Criteria andDssjIsNull() {
  752. addCriterion("DSSJ is null");
  753. return this;
  754. }
  755. public Criteria andDssjIsNotNull() {
  756. addCriterion("DSSJ is not null");
  757. return this;
  758. }
  759. public Criteria andDssjEqualTo(Date value) {
  760. addCriterion("DSSJ =", value, "dssj");
  761. return this;
  762. }
  763. public Criteria andDssjNotEqualTo(Date value) {
  764. addCriterion("DSSJ <>", value, "dssj");
  765. return this;
  766. }
  767. public Criteria andDssjGreaterThan(Date value) {
  768. addCriterion("DSSJ >", value, "dssj");
  769. return this;
  770. }
  771. public Criteria andDssjGreaterThanOrEqualTo(Date value) {
  772. addCriterion("DSSJ >=", value, "dssj");
  773. return this;
  774. }
  775. public Criteria andDssjLessThan(Date value) {
  776. addCriterion("DSSJ <", value, "dssj");
  777. return this;
  778. }
  779. public Criteria andDssjLessThanOrEqualTo(Date value) {
  780. addCriterion("DSSJ <=", value, "dssj");
  781. return this;
  782. }
  783. public Criteria andDssjIn(List<Date> values) {
  784. addCriterion("DSSJ in", values, "dssj");
  785. return this;
  786. }
  787. public Criteria andDssjNotIn(List<Date> values) {
  788. addCriterion("DSSJ not in", values, "dssj");
  789. return this;
  790. }
  791. public Criteria andDssjBetween(Date value1, Date value2) {
  792. addCriterion("DSSJ between", value1, value2, "dssj");
  793. return this;
  794. }
  795. public Criteria andDssjNotBetween(Date value1, Date value2) {
  796. addCriterion("DSSJ not between", value1, value2, "dssj");
  797. return this;
  798. }
  799. public Criteria andXbIsNull() {
  800. addCriterion("XB is null");
  801. return this;
  802. }
  803. public Criteria andXbIsNotNull() {
  804. addCriterion("XB is not null");
  805. return this;
  806. }
  807. public Criteria andXbEqualTo(Integer value) {
  808. addCriterion("XB =", value, "xb");
  809. return this;
  810. }
  811. public Criteria andXbNotEqualTo(Integer value) {
  812. addCriterion("XB <>", value, "xb");
  813. return this;
  814. }
  815. public Criteria andXbGreaterThan(Integer value) {
  816. addCriterion("XB >", value, "xb");
  817. return this;
  818. }
  819. public Criteria andXbGreaterThanOrEqualTo(Integer value) {
  820. addCriterion("XB >=", value, "xb");
  821. return this;
  822. }
  823. public Criteria andXbLessThan(Integer value) {
  824. addCriterion("XB <", value, "xb");
  825. return this;
  826. }
  827. public Criteria andXbLessThanOrEqualTo(Integer value) {
  828. addCriterion("XB <=", value, "xb");
  829. return this;
  830. }
  831. public Criteria andXbIn(List<Integer> values) {
  832. addCriterion("XB in", values, "xb");
  833. return this;
  834. }
  835. public Criteria andXbNotIn(List<Integer> values) {
  836. addCriterion("XB not in", values, "xb");
  837. return this;
  838. }
  839. public Criteria andXbBetween(Integer value1, Integer value2) {
  840. addCriterion("XB between", value1, value2, "xb");
  841. return this;
  842. }
  843. public Criteria andXbNotBetween(Integer value1, Integer value2) {
  844. addCriterion("XB not between", value1, value2, "xb");
  845. return this;
  846. }
  847. public Criteria andMcidIsNull() {
  848. addCriterion("MCID is null");
  849. return this;
  850. }
  851. public Criteria andMcidIsNotNull() {
  852. addCriterion("MCID is not null");
  853. return this;
  854. }
  855. public Criteria andMcidEqualTo(Integer value) {
  856. addCriterion("MCID =", value, "mcid");
  857. return this;
  858. }
  859. public Criteria andMcidNotEqualTo(Integer value) {
  860. addCriterion("MCID <>", value, "mcid");
  861. return this;
  862. }
  863. public Criteria andMcidGreaterThan(Integer value) {
  864. addCriterion("MCID >", value, "mcid");
  865. return this;
  866. }
  867. public Criteria andMcidGreaterThanOrEqualTo(Integer value) {
  868. addCriterion("MCID >=", value, "mcid");
  869. return this;
  870. }
  871. public Criteria andMcidLessThan(Integer value) {
  872. addCriterion("MCID <", value, "mcid");
  873. return this;
  874. }
  875. public Criteria andMcidLessThanOrEqualTo(Integer value) {
  876. addCriterion("MCID <=", value, "mcid");
  877. return this;
  878. }
  879. public Criteria andMcidIn(List<Integer> values) {
  880. addCriterion("MCID in", values, "mcid");
  881. return this;
  882. }
  883. public Criteria andMcidNotIn(List<Integer> values) {
  884. addCriterion("MCID not in", values, "mcid");
  885. return this;
  886. }
  887. public Criteria andMcidBetween(Integer value1, Integer value2) {
  888. addCriterion("MCID between", value1, value2, "mcid");
  889. return this;
  890. }
  891. public Criteria andMcidNotBetween(Integer value1, Integer value2) {
  892. addCriterion("MCID not between", value1, value2, "mcid");
  893. return this;
  894. }
  895. }
  896. }