XxTsxxjlExample.java 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115
  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.Iterator;
  6. import java.util.List;
  7. import java.util.Map;
  8. public class XxTsxxjlExample {
  9. /**
  10. * This field was generated by Apache iBATIS ibator.
  11. * This field corresponds to the database table xx_tsxxjl
  12. *
  13. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  19. *
  20. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  26. *
  27. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  33. *
  34. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  40. *
  41. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  42. */
  43. public XxTsxxjlExample() {
  44. oredCriteria = new ArrayList<Criteria>();
  45. }
  46. /**
  47. * This method was generated by Apache iBATIS ibator.
  48. * This method corresponds to the database table xx_tsxxjl
  49. *
  50. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  51. */
  52. protected XxTsxxjlExample(XxTsxxjlExample 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 xx_tsxxjl
  59. *
  60. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  68. *
  69. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  77. *
  78. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  86. *
  87. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  95. *
  96. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  108. *
  109. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  118. *
  119. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  127. *
  128. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  136. *
  137. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  145. *
  146. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  154. *
  155. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl
  163. *
  164. * @ibatorgenerated Fri Dec 19 18:29:07 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 andXxidIsNull() {
  281. addCriterion("XXID is null");
  282. return this;
  283. }
  284. public Criteria andXxidIsNotNull() {
  285. addCriterion("XXID is not null");
  286. return this;
  287. }
  288. public Criteria andXxidEqualTo(String value) {
  289. addCriterion("XXID =", value, "xxid");
  290. return this;
  291. }
  292. public Criteria andXxidNotEqualTo(String value) {
  293. addCriterion("XXID <>", value, "xxid");
  294. return this;
  295. }
  296. public Criteria andXxidGreaterThan(String value) {
  297. addCriterion("XXID >", value, "xxid");
  298. return this;
  299. }
  300. public Criteria andXxidGreaterThanOrEqualTo(String value) {
  301. addCriterion("XXID >=", value, "xxid");
  302. return this;
  303. }
  304. public Criteria andXxidLessThan(String value) {
  305. addCriterion("XXID <", value, "xxid");
  306. return this;
  307. }
  308. public Criteria andXxidLessThanOrEqualTo(String value) {
  309. addCriterion("XXID <=", value, "xxid");
  310. return this;
  311. }
  312. public Criteria andXxidLike(String value) {
  313. addCriterion("XXID like", value, "xxid");
  314. return this;
  315. }
  316. public Criteria andXxidNotLike(String value) {
  317. addCriterion("XXID not like", value, "xxid");
  318. return this;
  319. }
  320. public Criteria andXxidIn(List<String> values) {
  321. addCriterion("XXID in", values, "xxid");
  322. return this;
  323. }
  324. public Criteria andXxidNotIn(List<String> values) {
  325. addCriterion("XXID not in", values, "xxid");
  326. return this;
  327. }
  328. public Criteria andXxidBetween(String value1, String value2) {
  329. addCriterion("XXID between", value1, value2, "xxid");
  330. return this;
  331. }
  332. public Criteria andXxidNotBetween(String value1, String value2) {
  333. addCriterion("XXID not between", value1, value2, "xxid");
  334. return this;
  335. }
  336. public Criteria andTssjIsNull() {
  337. addCriterion("TSSJ is null");
  338. return this;
  339. }
  340. public Criteria andTssjIsNotNull() {
  341. addCriterion("TSSJ is not null");
  342. return this;
  343. }
  344. public Criteria andTssjEqualTo(Date value) {
  345. addCriterion("TSSJ =", value, "tssj");
  346. return this;
  347. }
  348. public Criteria andTssjNotEqualTo(Date value) {
  349. addCriterion("TSSJ <>", value, "tssj");
  350. return this;
  351. }
  352. public Criteria andTssjGreaterThan(Date value) {
  353. addCriterion("TSSJ >", value, "tssj");
  354. return this;
  355. }
  356. public Criteria andTssjGreaterThanOrEqualTo(Date value) {
  357. addCriterion("TSSJ >=", value, "tssj");
  358. return this;
  359. }
  360. public Criteria andTssjLessThan(Date value) {
  361. addCriterion("TSSJ <", value, "tssj");
  362. return this;
  363. }
  364. public Criteria andTssjLessThanOrEqualTo(Date value) {
  365. addCriterion("TSSJ <=", value, "tssj");
  366. return this;
  367. }
  368. public Criteria andTssjIn(List<Date> values) {
  369. addCriterion("TSSJ in", values, "tssj");
  370. return this;
  371. }
  372. public Criteria andTssjNotIn(List<Date> values) {
  373. addCriterion("TSSJ not in", values, "tssj");
  374. return this;
  375. }
  376. public Criteria andTssjBetween(Date value1, Date value2) {
  377. addCriterion("TSSJ between", value1, value2, "tssj");
  378. return this;
  379. }
  380. public Criteria andTssjNotBetween(Date value1, Date value2) {
  381. addCriterion("TSSJ not between", value1, value2, "tssj");
  382. return this;
  383. }
  384. public Criteria andNrIsNull() {
  385. addCriterion("NR is null");
  386. return this;
  387. }
  388. public Criteria andNrIsNotNull() {
  389. addCriterion("NR is not null");
  390. return this;
  391. }
  392. public Criteria andNrEqualTo(String value) {
  393. addCriterion("NR =", value, "nr");
  394. return this;
  395. }
  396. public Criteria andNrNotEqualTo(String value) {
  397. addCriterion("NR <>", value, "nr");
  398. return this;
  399. }
  400. public Criteria andNrGreaterThan(String value) {
  401. addCriterion("NR >", value, "nr");
  402. return this;
  403. }
  404. public Criteria andNrGreaterThanOrEqualTo(String value) {
  405. addCriterion("NR >=", value, "nr");
  406. return this;
  407. }
  408. public Criteria andNrLessThan(String value) {
  409. addCriterion("NR <", value, "nr");
  410. return this;
  411. }
  412. public Criteria andNrLessThanOrEqualTo(String value) {
  413. addCriterion("NR <=", value, "nr");
  414. return this;
  415. }
  416. public Criteria andNrLike(String value) {
  417. addCriterion("NR like", value, "nr");
  418. return this;
  419. }
  420. public Criteria andNrNotLike(String value) {
  421. addCriterion("NR not like", value, "nr");
  422. return this;
  423. }
  424. public Criteria andNrIn(List<String> values) {
  425. addCriterion("NR in", values, "nr");
  426. return this;
  427. }
  428. public Criteria andNrNotIn(List<String> values) {
  429. addCriterion("NR not in", values, "nr");
  430. return this;
  431. }
  432. public Criteria andNrBetween(String value1, String value2) {
  433. addCriterion("NR between", value1, value2, "nr");
  434. return this;
  435. }
  436. public Criteria andNrNotBetween(String value1, String value2) {
  437. addCriterion("NR not between", value1, value2, "nr");
  438. return this;
  439. }
  440. public Criteria andJhtsIsNull() {
  441. addCriterion("JHTS is null");
  442. return this;
  443. }
  444. public Criteria andJhtsIsNotNull() {
  445. addCriterion("JHTS is not null");
  446. return this;
  447. }
  448. public Criteria andJhtsEqualTo(String value) {
  449. addCriterion("JHTS =", value, "jhts");
  450. return this;
  451. }
  452. public Criteria andJhtsNotEqualTo(String value) {
  453. addCriterion("JHTS <>", value, "jhts");
  454. return this;
  455. }
  456. public Criteria andJhtsGreaterThan(String value) {
  457. addCriterion("JHTS >", value, "jhts");
  458. return this;
  459. }
  460. public Criteria andJhtsGreaterThanOrEqualTo(String value) {
  461. addCriterion("JHTS >=", value, "jhts");
  462. return this;
  463. }
  464. public Criteria andJhtsLessThan(String value) {
  465. addCriterion("JHTS <", value, "jhts");
  466. return this;
  467. }
  468. public Criteria andJhtsLessThanOrEqualTo(String value) {
  469. addCriterion("JHTS <=", value, "jhts");
  470. return this;
  471. }
  472. public Criteria andJhtsLike(String value) {
  473. addCriterion("JHTS like", value, "jhts");
  474. return this;
  475. }
  476. public Criteria andJhtsNotLike(String value) {
  477. addCriterion("JHTS not like", value, "jhts");
  478. return this;
  479. }
  480. public Criteria andJhtsIn(List<String> values) {
  481. addCriterion("JHTS in", values, "jhts");
  482. return this;
  483. }
  484. public Criteria andJhtsNotIn(List<String> values) {
  485. addCriterion("JHTS not in", values, "jhts");
  486. return this;
  487. }
  488. public Criteria andJhtsBetween(String value1, String value2) {
  489. addCriterion("JHTS between", value1, value2, "jhts");
  490. return this;
  491. }
  492. public Criteria andJhtsNotBetween(String value1, String value2) {
  493. addCriterion("JHTS not between", value1, value2, "jhts");
  494. return this;
  495. }
  496. public Criteria andSdIsNull() {
  497. addCriterion("SD is null");
  498. return this;
  499. }
  500. public Criteria andSdIsNotNull() {
  501. addCriterion("SD is not null");
  502. return this;
  503. }
  504. public Criteria andSdEqualTo(String value) {
  505. addCriterion("SD =", value, "sd");
  506. return this;
  507. }
  508. public Criteria andSdNotEqualTo(String value) {
  509. addCriterion("SD <>", value, "sd");
  510. return this;
  511. }
  512. public Criteria andSdGreaterThan(String value) {
  513. addCriterion("SD >", value, "sd");
  514. return this;
  515. }
  516. public Criteria andSdGreaterThanOrEqualTo(String value) {
  517. addCriterion("SD >=", value, "sd");
  518. return this;
  519. }
  520. public Criteria andSdLessThan(String value) {
  521. addCriterion("SD <", value, "sd");
  522. return this;
  523. }
  524. public Criteria andSdLessThanOrEqualTo(String value) {
  525. addCriterion("SD <=", value, "sd");
  526. return this;
  527. }
  528. public Criteria andSdLike(String value) {
  529. addCriterion("SD like", value, "sd");
  530. return this;
  531. }
  532. public Criteria andSdNotLike(String value) {
  533. addCriterion("SD not like", value, "sd");
  534. return this;
  535. }
  536. public Criteria andSdIn(List<String> values) {
  537. addCriterion("SD in", values, "sd");
  538. return this;
  539. }
  540. public Criteria andSdNotIn(List<String> values) {
  541. addCriterion("SD not in", values, "sd");
  542. return this;
  543. }
  544. public Criteria andSdBetween(String value1, String value2) {
  545. addCriterion("SD between", value1, value2, "sd");
  546. return this;
  547. }
  548. public Criteria andSdNotBetween(String value1, String value2) {
  549. addCriterion("SD not between", value1, value2, "sd");
  550. return this;
  551. }
  552. public Criteria andSdlIsNull() {
  553. addCriterion("SDL is null");
  554. return this;
  555. }
  556. public Criteria andSdlIsNotNull() {
  557. addCriterion("SDL is not null");
  558. return this;
  559. }
  560. public Criteria andSdlEqualTo(String value) {
  561. addCriterion("SDL =", value, "sdl");
  562. return this;
  563. }
  564. public Criteria andSdlNotEqualTo(String value) {
  565. addCriterion("SDL <>", value, "sdl");
  566. return this;
  567. }
  568. public Criteria andSdlGreaterThan(String value) {
  569. addCriterion("SDL >", value, "sdl");
  570. return this;
  571. }
  572. public Criteria andSdlGreaterThanOrEqualTo(String value) {
  573. addCriterion("SDL >=", value, "sdl");
  574. return this;
  575. }
  576. public Criteria andSdlLessThan(String value) {
  577. addCriterion("SDL <", value, "sdl");
  578. return this;
  579. }
  580. public Criteria andSdlLessThanOrEqualTo(String value) {
  581. addCriterion("SDL <=", value, "sdl");
  582. return this;
  583. }
  584. public Criteria andSdlLike(String value) {
  585. addCriterion("SDL like", value, "sdl");
  586. return this;
  587. }
  588. public Criteria andSdlNotLike(String value) {
  589. addCriterion("SDL not like", value, "sdl");
  590. return this;
  591. }
  592. public Criteria andSdlIn(List<String> values) {
  593. addCriterion("SDL in", values, "sdl");
  594. return this;
  595. }
  596. public Criteria andSdlNotIn(List<String> values) {
  597. addCriterion("SDL not in", values, "sdl");
  598. return this;
  599. }
  600. public Criteria andSdlBetween(String value1, String value2) {
  601. addCriterion("SDL between", value1, value2, "sdl");
  602. return this;
  603. }
  604. public Criteria andSdlNotBetween(String value1, String value2) {
  605. addCriterion("SDL not between", value1, value2, "sdl");
  606. return this;
  607. }
  608. public Criteria andDjIsNull() {
  609. addCriterion("DJ is null");
  610. return this;
  611. }
  612. public Criteria andDjIsNotNull() {
  613. addCriterion("DJ is not null");
  614. return this;
  615. }
  616. public Criteria andDjEqualTo(String value) {
  617. addCriterion("DJ =", value, "dj");
  618. return this;
  619. }
  620. public Criteria andDjNotEqualTo(String value) {
  621. addCriterion("DJ <>", value, "dj");
  622. return this;
  623. }
  624. public Criteria andDjGreaterThan(String value) {
  625. addCriterion("DJ >", value, "dj");
  626. return this;
  627. }
  628. public Criteria andDjGreaterThanOrEqualTo(String value) {
  629. addCriterion("DJ >=", value, "dj");
  630. return this;
  631. }
  632. public Criteria andDjLessThan(String value) {
  633. addCriterion("DJ <", value, "dj");
  634. return this;
  635. }
  636. public Criteria andDjLessThanOrEqualTo(String value) {
  637. addCriterion("DJ <=", value, "dj");
  638. return this;
  639. }
  640. public Criteria andDjLike(String value) {
  641. addCriterion("DJ like", value, "dj");
  642. return this;
  643. }
  644. public Criteria andDjNotLike(String value) {
  645. addCriterion("DJ not like", value, "dj");
  646. return this;
  647. }
  648. public Criteria andDjIn(List<String> values) {
  649. addCriterion("DJ in", values, "dj");
  650. return this;
  651. }
  652. public Criteria andDjNotIn(List<String> values) {
  653. addCriterion("DJ not in", values, "dj");
  654. return this;
  655. }
  656. public Criteria andDjBetween(String value1, String value2) {
  657. addCriterion("DJ between", value1, value2, "dj");
  658. return this;
  659. }
  660. public Criteria andDjNotBetween(String value1, String value2) {
  661. addCriterion("DJ not between", value1, value2, "dj");
  662. return this;
  663. }
  664. public Criteria andDjlIsNull() {
  665. addCriterion("DJL is null");
  666. return this;
  667. }
  668. public Criteria andDjlIsNotNull() {
  669. addCriterion("DJL is not null");
  670. return this;
  671. }
  672. public Criteria andDjlEqualTo(String value) {
  673. addCriterion("DJL =", value, "djl");
  674. return this;
  675. }
  676. public Criteria andDjlNotEqualTo(String value) {
  677. addCriterion("DJL <>", value, "djl");
  678. return this;
  679. }
  680. public Criteria andDjlGreaterThan(String value) {
  681. addCriterion("DJL >", value, "djl");
  682. return this;
  683. }
  684. public Criteria andDjlGreaterThanOrEqualTo(String value) {
  685. addCriterion("DJL >=", value, "djl");
  686. return this;
  687. }
  688. public Criteria andDjlLessThan(String value) {
  689. addCriterion("DJL <", value, "djl");
  690. return this;
  691. }
  692. public Criteria andDjlLessThanOrEqualTo(String value) {
  693. addCriterion("DJL <=", value, "djl");
  694. return this;
  695. }
  696. public Criteria andDjlLike(String value) {
  697. addCriterion("DJL like", value, "djl");
  698. return this;
  699. }
  700. public Criteria andDjlNotLike(String value) {
  701. addCriterion("DJL not like", value, "djl");
  702. return this;
  703. }
  704. public Criteria andDjlIn(List<String> values) {
  705. addCriterion("DJL in", values, "djl");
  706. return this;
  707. }
  708. public Criteria andDjlNotIn(List<String> values) {
  709. addCriterion("DJL not in", values, "djl");
  710. return this;
  711. }
  712. public Criteria andDjlBetween(String value1, String value2) {
  713. addCriterion("DJL between", value1, value2, "djl");
  714. return this;
  715. }
  716. public Criteria andDjlNotBetween(String value1, String value2) {
  717. addCriterion("DJL not between", value1, value2, "djl");
  718. return this;
  719. }
  720. public Criteria andGxsjIsNull() {
  721. addCriterion("GXSJ is null");
  722. return this;
  723. }
  724. public Criteria andGxsjIsNotNull() {
  725. addCriterion("GXSJ is not null");
  726. return this;
  727. }
  728. public Criteria andGxsjEqualTo(Date value) {
  729. addCriterion("GXSJ =", value, "gxsj");
  730. return this;
  731. }
  732. public Criteria andGxsjNotEqualTo(Date value) {
  733. addCriterion("GXSJ <>", value, "gxsj");
  734. return this;
  735. }
  736. public Criteria andGxsjGreaterThan(Date value) {
  737. addCriterion("GXSJ >", value, "gxsj");
  738. return this;
  739. }
  740. public Criteria andGxsjGreaterThanOrEqualTo(Date value) {
  741. addCriterion("GXSJ >=", value, "gxsj");
  742. return this;
  743. }
  744. public Criteria andGxsjLessThan(Date value) {
  745. addCriterion("GXSJ <", value, "gxsj");
  746. return this;
  747. }
  748. public Criteria andGxsjLessThanOrEqualTo(Date value) {
  749. addCriterion("GXSJ <=", value, "gxsj");
  750. return this;
  751. }
  752. public Criteria andGxsjIn(List<Date> values) {
  753. addCriterion("GXSJ in", values, "gxsj");
  754. return this;
  755. }
  756. public Criteria andGxsjNotIn(List<Date> values) {
  757. addCriterion("GXSJ not in", values, "gxsj");
  758. return this;
  759. }
  760. public Criteria andGxsjBetween(Date value1, Date value2) {
  761. addCriterion("GXSJ between", value1, value2, "gxsj");
  762. return this;
  763. }
  764. public Criteria andGxsjNotBetween(Date value1, Date value2) {
  765. addCriterion("GXSJ not between", value1, value2, "gxsj");
  766. return this;
  767. }
  768. public Criteria andGxztIsNull() {
  769. addCriterion("GXZT is null");
  770. return this;
  771. }
  772. public Criteria andGxztIsNotNull() {
  773. addCriterion("GXZT is not null");
  774. return this;
  775. }
  776. public Criteria andGxztEqualTo(Integer value) {
  777. addCriterion("GXZT =", value, "gxzt");
  778. return this;
  779. }
  780. public Criteria andGxztNotEqualTo(Integer value) {
  781. addCriterion("GXZT <>", value, "gxzt");
  782. return this;
  783. }
  784. public Criteria andGxztGreaterThan(Integer value) {
  785. addCriterion("GXZT >", value, "gxzt");
  786. return this;
  787. }
  788. public Criteria andGxztGreaterThanOrEqualTo(Integer value) {
  789. addCriterion("GXZT >=", value, "gxzt");
  790. return this;
  791. }
  792. public Criteria andGxztLessThan(Integer value) {
  793. addCriterion("GXZT <", value, "gxzt");
  794. return this;
  795. }
  796. public Criteria andGxztLessThanOrEqualTo(Integer value) {
  797. addCriterion("GXZT <=", value, "gxzt");
  798. return this;
  799. }
  800. public Criteria andGxztIn(List<Integer> values) {
  801. addCriterion("GXZT in", values, "gxzt");
  802. return this;
  803. }
  804. public Criteria andGxztNotIn(List<Integer> values) {
  805. addCriterion("GXZT not in", values, "gxzt");
  806. return this;
  807. }
  808. public Criteria andGxztBetween(Integer value1, Integer value2) {
  809. addCriterion("GXZT between", value1, value2, "gxzt");
  810. return this;
  811. }
  812. public Criteria andGxztNotBetween(Integer value1, Integer value2) {
  813. addCriterion("GXZT not between", value1, value2, "gxzt");
  814. return this;
  815. }
  816. public Criteria andTslxIsNull() {
  817. addCriterion("TSLX is null");
  818. return this;
  819. }
  820. public Criteria andTslxIsNotNull() {
  821. addCriterion("TSLX is not null");
  822. return this;
  823. }
  824. public Criteria andTslxEqualTo(Integer value) {
  825. addCriterion("TSLX =", value, "tslx");
  826. return this;
  827. }
  828. public Criteria andTslxNotEqualTo(Integer value) {
  829. addCriterion("TSLX <>", value, "tslx");
  830. return this;
  831. }
  832. public Criteria andTslxGreaterThan(Integer value) {
  833. addCriterion("TSLX >", value, "tslx");
  834. return this;
  835. }
  836. public Criteria andTslxGreaterThanOrEqualTo(Integer value) {
  837. addCriterion("TSLX >=", value, "tslx");
  838. return this;
  839. }
  840. public Criteria andTslxLessThan(Integer value) {
  841. addCriterion("TSLX <", value, "tslx");
  842. return this;
  843. }
  844. public Criteria andTslxLessThanOrEqualTo(Integer value) {
  845. addCriterion("TSLX <=", value, "tslx");
  846. return this;
  847. }
  848. public Criteria andTslxIn(List<Integer> values) {
  849. addCriterion("TSLX in", values, "tslx");
  850. return this;
  851. }
  852. public Criteria andTslxNotIn(List<Integer> values) {
  853. addCriterion("TSLX not in", values, "tslx");
  854. return this;
  855. }
  856. public Criteria andTslxBetween(Integer value1, Integer value2) {
  857. addCriterion("TSLX between", value1, value2, "tslx");
  858. return this;
  859. }
  860. public Criteria andTslxNotBetween(Integer value1, Integer value2) {
  861. addCriterion("TSLX not between", value1, value2, "tslx");
  862. return this;
  863. }
  864. public Criteria andZfbzIsNull() {
  865. addCriterion("ZFBZ is null");
  866. return this;
  867. }
  868. public Criteria andZfbzIsNotNull() {
  869. addCriterion("ZFBZ is not null");
  870. return this;
  871. }
  872. public Criteria andZfbzEqualTo(Integer value) {
  873. addCriterion("ZFBZ =", value, "zfbz");
  874. return this;
  875. }
  876. public Criteria andZfbzNotEqualTo(Integer value) {
  877. addCriterion("ZFBZ <>", value, "zfbz");
  878. return this;
  879. }
  880. public Criteria andZfbzGreaterThan(Integer value) {
  881. addCriterion("ZFBZ >", value, "zfbz");
  882. return this;
  883. }
  884. public Criteria andZfbzGreaterThanOrEqualTo(Integer value) {
  885. addCriterion("ZFBZ >=", value, "zfbz");
  886. return this;
  887. }
  888. public Criteria andZfbzLessThan(Integer value) {
  889. addCriterion("ZFBZ <", value, "zfbz");
  890. return this;
  891. }
  892. public Criteria andZfbzLessThanOrEqualTo(Integer value) {
  893. addCriterion("ZFBZ <=", value, "zfbz");
  894. return this;
  895. }
  896. public Criteria andZfbzIn(List<Integer> values) {
  897. addCriterion("ZFBZ in", values, "zfbz");
  898. return this;
  899. }
  900. public Criteria andZfbzNotIn(List<Integer> values) {
  901. addCriterion("ZFBZ not in", values, "zfbz");
  902. return this;
  903. }
  904. public Criteria andZfbzBetween(Integer value1, Integer value2) {
  905. addCriterion("ZFBZ between", value1, value2, "zfbz");
  906. return this;
  907. }
  908. public Criteria andZfbzNotBetween(Integer value1, Integer value2) {
  909. addCriterion("ZFBZ not between", value1, value2, "zfbz");
  910. return this;
  911. }
  912. }
  913. }