DaDwdaExample.java 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364
  1. package com.huimv.da.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 DaDwdaExample {
  8. /**
  9. * This field was generated by Apache iBATIS ibator.
  10. * This field corresponds to the database table da_dwda
  11. *
  12. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  13. */
  14. protected String orderByClause;
  15. /**
  16. * This field was generated by Apache iBATIS ibator.
  17. * This field corresponds to the database table da_dwda
  18. *
  19. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  20. */
  21. protected List<Criteria> oredCriteria;
  22. /**
  23. * This field was generated by Apache iBATIS ibator.
  24. * This field corresponds to the database table da_dwda
  25. *
  26. * @ibatorgenerated Wed Nov 25 13:31:49 CST 2015
  27. */
  28. protected int start = -1;
  29. /**
  30. * This field was generated by Apache iBATIS ibator.
  31. * This field corresponds to the database table da_dwda
  32. *
  33. * @ibatorgenerated Wed Nov 25 13:31:49 CST 2015
  34. */
  35. protected int limit = -1;
  36. /**
  37. * This method was generated by Apache iBATIS ibator.
  38. * This method corresponds to the database table da_dwda
  39. *
  40. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  41. */
  42. public DaDwdaExample() {
  43. oredCriteria = new ArrayList<Criteria>();
  44. }
  45. /**
  46. * This method was generated by Apache iBATIS ibator.
  47. * This method corresponds to the database table da_dwda
  48. *
  49. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  50. */
  51. protected DaDwdaExample(DaDwdaExample 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 da_dwda
  58. *
  59. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  60. */
  61. public void setOrderByClause(String orderByClause) {
  62. this.orderByClause = orderByClause;
  63. }
  64. /**
  65. * This method was generated by Apache iBATIS ibator.
  66. * This method corresponds to the database table da_dwda
  67. *
  68. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  69. */
  70. public String getOrderByClause() {
  71. return orderByClause;
  72. }
  73. /**
  74. * This method was generated by Apache iBATIS ibator.
  75. * This method corresponds to the database table da_dwda
  76. *
  77. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  78. */
  79. public List<Criteria> getOredCriteria() {
  80. return oredCriteria;
  81. }
  82. /**
  83. * This method was generated by Apache iBATIS ibator.
  84. * This method corresponds to the database table da_dwda
  85. *
  86. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  87. */
  88. public void or(Criteria criteria) {
  89. oredCriteria.add(criteria);
  90. }
  91. /**
  92. * This method was generated by Apache iBATIS ibator.
  93. * This method corresponds to the database table da_dwda
  94. *
  95. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  96. */
  97. public Criteria createCriteria() {
  98. Criteria criteria = createCriteriaInternal();
  99. if (oredCriteria.size() == 0) {
  100. oredCriteria.add(criteria);
  101. }
  102. return criteria;
  103. }
  104. /**
  105. * This method was generated by Apache iBATIS ibator.
  106. * This method corresponds to the database table da_dwda
  107. *
  108. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  109. */
  110. protected Criteria createCriteriaInternal() {
  111. Criteria criteria = new Criteria();
  112. return criteria;
  113. }
  114. /**
  115. * This method was generated by Apache iBATIS ibator.
  116. * This method corresponds to the database table da_dwda
  117. *
  118. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  119. */
  120. public void clear() {
  121. oredCriteria.clear();
  122. }
  123. /**
  124. * This method was generated by Apache iBATIS ibator.
  125. * This method corresponds to the database table da_dwda
  126. *
  127. * @ibatorgenerated Wed Nov 25 13:31:49 CST 2015
  128. */
  129. public void setStart(int start) {
  130. this.start=start;
  131. }
  132. /**
  133. * This method was generated by Apache iBATIS ibator.
  134. * This method corresponds to the database table da_dwda
  135. *
  136. * @ibatorgenerated Wed Nov 25 13:31:49 CST 2015
  137. */
  138. public int getStart() {
  139. return start;
  140. }
  141. /**
  142. * This method was generated by Apache iBATIS ibator.
  143. * This method corresponds to the database table da_dwda
  144. *
  145. * @ibatorgenerated Wed Nov 25 13:31:49 CST 2015
  146. */
  147. public void setLimit(int limit) {
  148. this.limit=limit;
  149. }
  150. /**
  151. * This method was generated by Apache iBATIS ibator.
  152. * This method corresponds to the database table da_dwda
  153. *
  154. * @ibatorgenerated Wed Nov 25 13:31:49 CST 2015
  155. */
  156. public int getLimit() {
  157. return limit;
  158. }
  159. /**
  160. * This class was generated by Apache iBATIS ibator.
  161. * This class corresponds to the database table da_dwda
  162. *
  163. * @ibatorgenerated Wed Nov 25 13:31:48 CST 2015
  164. */
  165. public static class Criteria {
  166. protected List<String> criteriaWithoutValue;
  167. protected List<Map<String, Object>> criteriaWithSingleValue;
  168. protected List<Map<String, Object>> criteriaWithListValue;
  169. protected List<Map<String, Object>> criteriaWithBetweenValue;
  170. protected Criteria() {
  171. super();
  172. criteriaWithoutValue = new ArrayList<String>();
  173. criteriaWithSingleValue = new ArrayList<Map<String, Object>>();
  174. criteriaWithListValue = new ArrayList<Map<String, Object>>();
  175. criteriaWithBetweenValue = new ArrayList<Map<String, Object>>();
  176. }
  177. public boolean isValid() {
  178. return criteriaWithoutValue.size() > 0
  179. || criteriaWithSingleValue.size() > 0
  180. || criteriaWithListValue.size() > 0
  181. || criteriaWithBetweenValue.size() > 0;
  182. }
  183. public List<String> getCriteriaWithoutValue() {
  184. return criteriaWithoutValue;
  185. }
  186. public List<Map<String, Object>> getCriteriaWithSingleValue() {
  187. return criteriaWithSingleValue;
  188. }
  189. public List<Map<String, Object>> getCriteriaWithListValue() {
  190. return criteriaWithListValue;
  191. }
  192. public List<Map<String, Object>> getCriteriaWithBetweenValue() {
  193. return criteriaWithBetweenValue;
  194. }
  195. protected void addCriterion(String condition) {
  196. if (condition == null) {
  197. throw new RuntimeException("Value for condition cannot be null");
  198. }
  199. criteriaWithoutValue.add(condition);
  200. }
  201. protected void addCriterion(String condition, Object value, String property) {
  202. if (value == null) {
  203. throw new RuntimeException("Value for " + property + " cannot be null");
  204. }
  205. Map<String, Object> map = new HashMap<String, Object>();
  206. map.put("condition", condition);
  207. map.put("value", value);
  208. criteriaWithSingleValue.add(map);
  209. }
  210. protected void addCriterion(String condition, List<? extends Object> values, String property) {
  211. if (values == null || values.size() == 0) {
  212. throw new RuntimeException("Value list for " + property + " cannot be null or empty");
  213. }
  214. Map<String, Object> map = new HashMap<String, Object>();
  215. map.put("condition", condition);
  216. map.put("values", values);
  217. criteriaWithListValue.add(map);
  218. }
  219. protected void addCriterion(String condition, Object value1, Object value2, String property) {
  220. if (value1 == null || value2 == null) {
  221. throw new RuntimeException("Between values for " + property + " cannot be null");
  222. }
  223. List<Object> list = new ArrayList<Object>();
  224. list.add(value1);
  225. list.add(value2);
  226. Map<String, Object> map = new HashMap<String, Object>();
  227. map.put("condition", condition);
  228. map.put("values", list);
  229. criteriaWithBetweenValue.add(map);
  230. }
  231. public Criteria andIdIsNull() {
  232. addCriterion("ID is null");
  233. return this;
  234. }
  235. public Criteria andIdIsNotNull() {
  236. addCriterion("ID is not null");
  237. return this;
  238. }
  239. public Criteria andIdEqualTo(Integer value) {
  240. addCriterion("ID =", value, "id");
  241. return this;
  242. }
  243. public Criteria andIdNotEqualTo(Integer value) {
  244. addCriterion("ID <>", value, "id");
  245. return this;
  246. }
  247. public Criteria andIdGreaterThan(Integer value) {
  248. addCriterion("ID >", value, "id");
  249. return this;
  250. }
  251. public Criteria andIdGreaterThanOrEqualTo(Integer value) {
  252. addCriterion("ID >=", value, "id");
  253. return this;
  254. }
  255. public Criteria andIdLessThan(Integer value) {
  256. addCriterion("ID <", value, "id");
  257. return this;
  258. }
  259. public Criteria andIdLessThanOrEqualTo(Integer value) {
  260. addCriterion("ID <=", value, "id");
  261. return this;
  262. }
  263. public Criteria andIdIn(List<Integer> values) {
  264. addCriterion("ID in", values, "id");
  265. return this;
  266. }
  267. public Criteria andIdNotIn(List<Integer> values) {
  268. addCriterion("ID not in", values, "id");
  269. return this;
  270. }
  271. public Criteria andIdBetween(Integer value1, Integer value2) {
  272. addCriterion("ID between", value1, value2, "id");
  273. return this;
  274. }
  275. public Criteria andIdNotBetween(Integer value1, Integer value2) {
  276. addCriterion("ID not between", value1, value2, "id");
  277. return this;
  278. }
  279. public Criteria andLqidIsNull() {
  280. addCriterion("LQID is null");
  281. return this;
  282. }
  283. public Criteria andLqidIsNotNull() {
  284. addCriterion("LQID is not null");
  285. return this;
  286. }
  287. public Criteria andLqidEqualTo(Integer value) {
  288. addCriterion("LQID =", value, "lqid");
  289. return this;
  290. }
  291. public Criteria andLqidNotEqualTo(Integer value) {
  292. addCriterion("LQID <>", value, "lqid");
  293. return this;
  294. }
  295. public Criteria andLqidGreaterThan(Integer value) {
  296. addCriterion("LQID >", value, "lqid");
  297. return this;
  298. }
  299. public Criteria andLqidGreaterThanOrEqualTo(Integer value) {
  300. addCriterion("LQID >=", value, "lqid");
  301. return this;
  302. }
  303. public Criteria andLqidLessThan(Integer value) {
  304. addCriterion("LQID <", value, "lqid");
  305. return this;
  306. }
  307. public Criteria andLqidLessThanOrEqualTo(Integer value) {
  308. addCriterion("LQID <=", value, "lqid");
  309. return this;
  310. }
  311. public Criteria andLqidIn(List<Integer> values) {
  312. addCriterion("LQID in", values, "lqid");
  313. return this;
  314. }
  315. public Criteria andLqidNotIn(List<Integer> values) {
  316. addCriterion("LQID not in", values, "lqid");
  317. return this;
  318. }
  319. public Criteria andLqidBetween(Integer value1, Integer value2) {
  320. addCriterion("LQID between", value1, value2, "lqid");
  321. return this;
  322. }
  323. public Criteria andLqidNotBetween(Integer value1, Integer value2) {
  324. addCriterion("LQID not between", value1, value2, "lqid");
  325. return this;
  326. }
  327. public Criteria andDwebIsNull() {
  328. addCriterion("DWEB is null");
  329. return this;
  330. }
  331. public Criteria andDwebIsNotNull() {
  332. addCriterion("DWEB is not null");
  333. return this;
  334. }
  335. public Criteria andDwebEqualTo(String value) {
  336. addCriterion("DWEB =", value, "dweb");
  337. return this;
  338. }
  339. public Criteria andDwebNotEqualTo(String value) {
  340. addCriterion("DWEB <>", value, "dweb");
  341. return this;
  342. }
  343. public Criteria andDwebGreaterThan(String value) {
  344. addCriterion("DWEB >", value, "dweb");
  345. return this;
  346. }
  347. public Criteria andDwebGreaterThanOrEqualTo(String value) {
  348. addCriterion("DWEB >=", value, "dweb");
  349. return this;
  350. }
  351. public Criteria andDwebLessThan(String value) {
  352. addCriterion("DWEB <", value, "dweb");
  353. return this;
  354. }
  355. public Criteria andDwebLessThanOrEqualTo(String value) {
  356. addCriterion("DWEB <=", value, "dweb");
  357. return this;
  358. }
  359. public Criteria andDwebLike(String value) {
  360. addCriterion("DWEB like", value, "dweb");
  361. return this;
  362. }
  363. public Criteria andDwebNotLike(String value) {
  364. addCriterion("DWEB not like", value, "dweb");
  365. return this;
  366. }
  367. public Criteria andDwebIn(List<String> values) {
  368. addCriterion("DWEB in", values, "dweb");
  369. return this;
  370. }
  371. public Criteria andDwebNotIn(List<String> values) {
  372. addCriterion("DWEB not in", values, "dweb");
  373. return this;
  374. }
  375. public Criteria andDwebBetween(String value1, String value2) {
  376. addCriterion("DWEB between", value1, value2, "dweb");
  377. return this;
  378. }
  379. public Criteria andDwebNotBetween(String value1, String value2) {
  380. addCriterion("DWEB not between", value1, value2, "dweb");
  381. return this;
  382. }
  383. public Criteria andDwbmIsNull() {
  384. addCriterion("DWBM is null");
  385. return this;
  386. }
  387. public Criteria andDwbmIsNotNull() {
  388. addCriterion("DWBM is not null");
  389. return this;
  390. }
  391. public Criteria andDwbmEqualTo(String value) {
  392. addCriterion("DWBM =", value, "dwbm");
  393. return this;
  394. }
  395. public Criteria andDwbmNotEqualTo(String value) {
  396. addCriterion("DWBM <>", value, "dwbm");
  397. return this;
  398. }
  399. public Criteria andDwbmGreaterThan(String value) {
  400. addCriterion("DWBM >", value, "dwbm");
  401. return this;
  402. }
  403. public Criteria andDwbmGreaterThanOrEqualTo(String value) {
  404. addCriterion("DWBM >=", value, "dwbm");
  405. return this;
  406. }
  407. public Criteria andDwbmLessThan(String value) {
  408. addCriterion("DWBM <", value, "dwbm");
  409. return this;
  410. }
  411. public Criteria andDwbmLessThanOrEqualTo(String value) {
  412. addCriterion("DWBM <=", value, "dwbm");
  413. return this;
  414. }
  415. public Criteria andDwbmLike(String value) {
  416. addCriterion("DWBM like", value, "dwbm");
  417. return this;
  418. }
  419. public Criteria andDwbmNotLike(String value) {
  420. addCriterion("DWBM not like", value, "dwbm");
  421. return this;
  422. }
  423. public Criteria andDwbmIn(List<String> values) {
  424. addCriterion("DWBM in", values, "dwbm");
  425. return this;
  426. }
  427. public Criteria andDwbmNotIn(List<String> values) {
  428. addCriterion("DWBM not in", values, "dwbm");
  429. return this;
  430. }
  431. public Criteria andDwbmBetween(String value1, String value2) {
  432. addCriterion("DWBM between", value1, value2, "dwbm");
  433. return this;
  434. }
  435. public Criteria andDwbmNotBetween(String value1, String value2) {
  436. addCriterion("DWBM not between", value1, value2, "dwbm");
  437. return this;
  438. }
  439. public Criteria andZcrqIsNull() {
  440. addCriterion("ZCRQ is null");
  441. return this;
  442. }
  443. public Criteria andZcrqIsNotNull() {
  444. addCriterion("ZCRQ is not null");
  445. return this;
  446. }
  447. public Criteria andZcrqEqualTo(Date value) {
  448. addCriterion("ZCRQ =", value, "zcrq");
  449. return this;
  450. }
  451. public Criteria andZcrqNotEqualTo(Date value) {
  452. addCriterion("ZCRQ <>", value, "zcrq");
  453. return this;
  454. }
  455. public Criteria andZcrqGreaterThan(Date value) {
  456. addCriterion("ZCRQ >", value, "zcrq");
  457. return this;
  458. }
  459. public Criteria andZcrqGreaterThanOrEqualTo(Date value) {
  460. addCriterion("ZCRQ >=", value, "zcrq");
  461. return this;
  462. }
  463. public Criteria andZcrqLessThan(Date value) {
  464. addCriterion("ZCRQ <", value, "zcrq");
  465. return this;
  466. }
  467. public Criteria andZcrqLessThanOrEqualTo(Date value) {
  468. addCriterion("ZCRQ <=", value, "zcrq");
  469. return this;
  470. }
  471. public Criteria andZcrqIn(List<Date> values) {
  472. addCriterion("ZCRQ in", values, "zcrq");
  473. return this;
  474. }
  475. public Criteria andZcrqNotIn(List<Date> values) {
  476. addCriterion("ZCRQ not in", values, "zcrq");
  477. return this;
  478. }
  479. public Criteria andZcrqBetween(Date value1, Date value2) {
  480. addCriterion("ZCRQ between", value1, value2, "zcrq");
  481. return this;
  482. }
  483. public Criteria andZcrqNotBetween(Date value1, Date value2) {
  484. addCriterion("ZCRQ not between", value1, value2, "zcrq");
  485. return this;
  486. }
  487. public Criteria andClrqIsNull() {
  488. addCriterion("CLRQ is null");
  489. return this;
  490. }
  491. public Criteria andClrqIsNotNull() {
  492. addCriterion("CLRQ is not null");
  493. return this;
  494. }
  495. public Criteria andClrqEqualTo(Date value) {
  496. addCriterion("CLRQ =", value, "clrq");
  497. return this;
  498. }
  499. public Criteria andClrqNotEqualTo(Date value) {
  500. addCriterion("CLRQ <>", value, "clrq");
  501. return this;
  502. }
  503. public Criteria andClrqGreaterThan(Date value) {
  504. addCriterion("CLRQ >", value, "clrq");
  505. return this;
  506. }
  507. public Criteria andClrqGreaterThanOrEqualTo(Date value) {
  508. addCriterion("CLRQ >=", value, "clrq");
  509. return this;
  510. }
  511. public Criteria andClrqLessThan(Date value) {
  512. addCriterion("CLRQ <", value, "clrq");
  513. return this;
  514. }
  515. public Criteria andClrqLessThanOrEqualTo(Date value) {
  516. addCriterion("CLRQ <=", value, "clrq");
  517. return this;
  518. }
  519. public Criteria andClrqIn(List<Date> values) {
  520. addCriterion("CLRQ in", values, "clrq");
  521. return this;
  522. }
  523. public Criteria andClrqNotIn(List<Date> values) {
  524. addCriterion("CLRQ not in", values, "clrq");
  525. return this;
  526. }
  527. public Criteria andClrqBetween(Date value1, Date value2) {
  528. addCriterion("CLRQ between", value1, value2, "clrq");
  529. return this;
  530. }
  531. public Criteria andClrqNotBetween(Date value1, Date value2) {
  532. addCriterion("CLRQ not between", value1, value2, "clrq");
  533. return this;
  534. }
  535. public Criteria andDwqxIsNull() {
  536. addCriterion("DWQX is null");
  537. return this;
  538. }
  539. public Criteria andDwqxIsNotNull() {
  540. addCriterion("DWQX is not null");
  541. return this;
  542. }
  543. public Criteria andDwqxEqualTo(Integer value) {
  544. addCriterion("DWQX =", value, "dwqx");
  545. return this;
  546. }
  547. public Criteria andDwqxNotEqualTo(Integer value) {
  548. addCriterion("DWQX <>", value, "dwqx");
  549. return this;
  550. }
  551. public Criteria andDwqxGreaterThan(Integer value) {
  552. addCriterion("DWQX >", value, "dwqx");
  553. return this;
  554. }
  555. public Criteria andDwqxGreaterThanOrEqualTo(Integer value) {
  556. addCriterion("DWQX >=", value, "dwqx");
  557. return this;
  558. }
  559. public Criteria andDwqxLessThan(Integer value) {
  560. addCriterion("DWQX <", value, "dwqx");
  561. return this;
  562. }
  563. public Criteria andDwqxLessThanOrEqualTo(Integer value) {
  564. addCriterion("DWQX <=", value, "dwqx");
  565. return this;
  566. }
  567. public Criteria andDwqxIn(List<Integer> values) {
  568. addCriterion("DWQX in", values, "dwqx");
  569. return this;
  570. }
  571. public Criteria andDwqxNotIn(List<Integer> values) {
  572. addCriterion("DWQX not in", values, "dwqx");
  573. return this;
  574. }
  575. public Criteria andDwqxBetween(Integer value1, Integer value2) {
  576. addCriterion("DWQX between", value1, value2, "dwqx");
  577. return this;
  578. }
  579. public Criteria andDwqxNotBetween(Integer value1, Integer value2) {
  580. addCriterion("DWQX not between", value1, value2, "dwqx");
  581. return this;
  582. }
  583. public Criteria andRltzIsNull() {
  584. addCriterion("RLTZ is null");
  585. return this;
  586. }
  587. public Criteria andRltzIsNotNull() {
  588. addCriterion("RLTZ is not null");
  589. return this;
  590. }
  591. public Criteria andRltzEqualTo(String value) {
  592. addCriterion("RLTZ =", value, "rltz");
  593. return this;
  594. }
  595. public Criteria andRltzNotEqualTo(String value) {
  596. addCriterion("RLTZ <>", value, "rltz");
  597. return this;
  598. }
  599. public Criteria andRltzGreaterThan(String value) {
  600. addCriterion("RLTZ >", value, "rltz");
  601. return this;
  602. }
  603. public Criteria andRltzGreaterThanOrEqualTo(String value) {
  604. addCriterion("RLTZ >=", value, "rltz");
  605. return this;
  606. }
  607. public Criteria andRltzLessThan(String value) {
  608. addCriterion("RLTZ <", value, "rltz");
  609. return this;
  610. }
  611. public Criteria andRltzLessThanOrEqualTo(String value) {
  612. addCriterion("RLTZ <=", value, "rltz");
  613. return this;
  614. }
  615. public Criteria andRltzLike(String value) {
  616. addCriterion("RLTZ like", value, "rltz");
  617. return this;
  618. }
  619. public Criteria andRltzNotLike(String value) {
  620. addCriterion("RLTZ not like", value, "rltz");
  621. return this;
  622. }
  623. public Criteria andRltzIn(List<String> values) {
  624. addCriterion("RLTZ in", values, "rltz");
  625. return this;
  626. }
  627. public Criteria andRltzNotIn(List<String> values) {
  628. addCriterion("RLTZ not in", values, "rltz");
  629. return this;
  630. }
  631. public Criteria andRltzBetween(String value1, String value2) {
  632. addCriterion("RLTZ between", value1, value2, "rltz");
  633. return this;
  634. }
  635. public Criteria andRltzNotBetween(String value1, String value2) {
  636. addCriterion("RLTZ not between", value1, value2, "rltz");
  637. return this;
  638. }
  639. public Criteria andXgrIsNull() {
  640. addCriterion("XGR is null");
  641. return this;
  642. }
  643. public Criteria andXgrIsNotNull() {
  644. addCriterion("XGR is not null");
  645. return this;
  646. }
  647. public Criteria andXgrEqualTo(String value) {
  648. addCriterion("XGR =", value, "xgr");
  649. return this;
  650. }
  651. public Criteria andXgrNotEqualTo(String value) {
  652. addCriterion("XGR <>", value, "xgr");
  653. return this;
  654. }
  655. public Criteria andXgrGreaterThan(String value) {
  656. addCriterion("XGR >", value, "xgr");
  657. return this;
  658. }
  659. public Criteria andXgrGreaterThanOrEqualTo(String value) {
  660. addCriterion("XGR >=", value, "xgr");
  661. return this;
  662. }
  663. public Criteria andXgrLessThan(String value) {
  664. addCriterion("XGR <", value, "xgr");
  665. return this;
  666. }
  667. public Criteria andXgrLessThanOrEqualTo(String value) {
  668. addCriterion("XGR <=", value, "xgr");
  669. return this;
  670. }
  671. public Criteria andXgrLike(String value) {
  672. addCriterion("XGR like", value, "xgr");
  673. return this;
  674. }
  675. public Criteria andXgrNotLike(String value) {
  676. addCriterion("XGR not like", value, "xgr");
  677. return this;
  678. }
  679. public Criteria andXgrIn(List<String> values) {
  680. addCriterion("XGR in", values, "xgr");
  681. return this;
  682. }
  683. public Criteria andXgrNotIn(List<String> values) {
  684. addCriterion("XGR not in", values, "xgr");
  685. return this;
  686. }
  687. public Criteria andXgrBetween(String value1, String value2) {
  688. addCriterion("XGR between", value1, value2, "xgr");
  689. return this;
  690. }
  691. public Criteria andXgrNotBetween(String value1, String value2) {
  692. addCriterion("XGR not between", value1, value2, "xgr");
  693. return this;
  694. }
  695. public Criteria andXgsjIsNull() {
  696. addCriterion("XGSJ is null");
  697. return this;
  698. }
  699. public Criteria andXgsjIsNotNull() {
  700. addCriterion("XGSJ is not null");
  701. return this;
  702. }
  703. public Criteria andXgsjEqualTo(Date value) {
  704. addCriterion("XGSJ =", value, "xgsj");
  705. return this;
  706. }
  707. public Criteria andXgsjNotEqualTo(Date value) {
  708. addCriterion("XGSJ <>", value, "xgsj");
  709. return this;
  710. }
  711. public Criteria andXgsjGreaterThan(Date value) {
  712. addCriterion("XGSJ >", value, "xgsj");
  713. return this;
  714. }
  715. public Criteria andXgsjGreaterThanOrEqualTo(Date value) {
  716. addCriterion("XGSJ >=", value, "xgsj");
  717. return this;
  718. }
  719. public Criteria andXgsjLessThan(Date value) {
  720. addCriterion("XGSJ <", value, "xgsj");
  721. return this;
  722. }
  723. public Criteria andXgsjLessThanOrEqualTo(Date value) {
  724. addCriterion("XGSJ <=", value, "xgsj");
  725. return this;
  726. }
  727. public Criteria andXgsjIn(List<Date> values) {
  728. addCriterion("XGSJ in", values, "xgsj");
  729. return this;
  730. }
  731. public Criteria andXgsjNotIn(List<Date> values) {
  732. addCriterion("XGSJ not in", values, "xgsj");
  733. return this;
  734. }
  735. public Criteria andXgsjBetween(Date value1, Date value2) {
  736. addCriterion("XGSJ between", value1, value2, "xgsj");
  737. return this;
  738. }
  739. public Criteria andXgsjNotBetween(Date value1, Date value2) {
  740. addCriterion("XGSJ not between", value1, value2, "xgsj");
  741. return this;
  742. }
  743. public Criteria andBzIsNull() {
  744. addCriterion("BZ is null");
  745. return this;
  746. }
  747. public Criteria andBzIsNotNull() {
  748. addCriterion("BZ is not null");
  749. return this;
  750. }
  751. public Criteria andBzEqualTo(Integer value) {
  752. addCriterion("BZ =", value, "bz");
  753. return this;
  754. }
  755. public Criteria andBzNotEqualTo(Integer value) {
  756. addCriterion("BZ <>", value, "bz");
  757. return this;
  758. }
  759. public Criteria andBzGreaterThan(Integer value) {
  760. addCriterion("BZ >", value, "bz");
  761. return this;
  762. }
  763. public Criteria andBzGreaterThanOrEqualTo(Integer value) {
  764. addCriterion("BZ >=", value, "bz");
  765. return this;
  766. }
  767. public Criteria andBzLessThan(Integer value) {
  768. addCriterion("BZ <", value, "bz");
  769. return this;
  770. }
  771. public Criteria andBzLessThanOrEqualTo(Integer value) {
  772. addCriterion("BZ <=", value, "bz");
  773. return this;
  774. }
  775. public Criteria andBzIn(List<Integer> values) {
  776. addCriterion("BZ in", values, "bz");
  777. return this;
  778. }
  779. public Criteria andBzNotIn(List<Integer> values) {
  780. addCriterion("BZ not in", values, "bz");
  781. return this;
  782. }
  783. public Criteria andBzBetween(Integer value1, Integer value2) {
  784. addCriterion("BZ between", value1, value2, "bz");
  785. return this;
  786. }
  787. public Criteria andBzNotBetween(Integer value1, Integer value2) {
  788. addCriterion("BZ not between", value1, value2, "bz");
  789. return this;
  790. }
  791. public Criteria andFwjlidIsNull() {
  792. addCriterion("FWJLID is null");
  793. return this;
  794. }
  795. public Criteria andFwjlidIsNotNull() {
  796. addCriterion("FWJLID is not null");
  797. return this;
  798. }
  799. public Criteria andFwjlidEqualTo(Integer value) {
  800. addCriterion("FWJLID =", value, "fwjlid");
  801. return this;
  802. }
  803. public Criteria andFwjlidNotEqualTo(Integer value) {
  804. addCriterion("FWJLID <>", value, "fwjlid");
  805. return this;
  806. }
  807. public Criteria andFwjlidGreaterThan(Integer value) {
  808. addCriterion("FWJLID >", value, "fwjlid");
  809. return this;
  810. }
  811. public Criteria andFwjlidGreaterThanOrEqualTo(Integer value) {
  812. addCriterion("FWJLID >=", value, "fwjlid");
  813. return this;
  814. }
  815. public Criteria andFwjlidLessThan(Integer value) {
  816. addCriterion("FWJLID <", value, "fwjlid");
  817. return this;
  818. }
  819. public Criteria andFwjlidLessThanOrEqualTo(Integer value) {
  820. addCriterion("FWJLID <=", value, "fwjlid");
  821. return this;
  822. }
  823. public Criteria andFwjlidIn(List<Integer> values) {
  824. addCriterion("FWJLID in", values, "fwjlid");
  825. return this;
  826. }
  827. public Criteria andFwjlidNotIn(List<Integer> values) {
  828. addCriterion("FWJLID not in", values, "fwjlid");
  829. return this;
  830. }
  831. public Criteria andFwjlidBetween(Integer value1, Integer value2) {
  832. addCriterion("FWJLID between", value1, value2, "fwjlid");
  833. return this;
  834. }
  835. public Criteria andFwjlidNotBetween(Integer value1, Integer value2) {
  836. addCriterion("FWJLID not between", value1, value2, "fwjlid");
  837. return this;
  838. }
  839. public Criteria andDwpzIsNull() {
  840. addCriterion("DWPZ is null");
  841. return this;
  842. }
  843. public Criteria andDwpzIsNotNull() {
  844. addCriterion("DWPZ is not null");
  845. return this;
  846. }
  847. public Criteria andDwpzEqualTo(String value) {
  848. addCriterion("DWPZ =", value, "dwpz");
  849. return this;
  850. }
  851. public Criteria andDwpzNotEqualTo(String value) {
  852. addCriterion("DWPZ <>", value, "dwpz");
  853. return this;
  854. }
  855. public Criteria andDwpzGreaterThan(String value) {
  856. addCriterion("DWPZ >", value, "dwpz");
  857. return this;
  858. }
  859. public Criteria andDwpzGreaterThanOrEqualTo(String value) {
  860. addCriterion("DWPZ >=", value, "dwpz");
  861. return this;
  862. }
  863. public Criteria andDwpzLessThan(String value) {
  864. addCriterion("DWPZ <", value, "dwpz");
  865. return this;
  866. }
  867. public Criteria andDwpzLessThanOrEqualTo(String value) {
  868. addCriterion("DWPZ <=", value, "dwpz");
  869. return this;
  870. }
  871. public Criteria andDwpzLike(String value) {
  872. addCriterion("DWPZ like", value, "dwpz");
  873. return this;
  874. }
  875. public Criteria andDwpzNotLike(String value) {
  876. addCriterion("DWPZ not like", value, "dwpz");
  877. return this;
  878. }
  879. public Criteria andDwpzIn(List<String> values) {
  880. addCriterion("DWPZ in", values, "dwpz");
  881. return this;
  882. }
  883. public Criteria andDwpzNotIn(List<String> values) {
  884. addCriterion("DWPZ not in", values, "dwpz");
  885. return this;
  886. }
  887. public Criteria andDwpzBetween(String value1, String value2) {
  888. addCriterion("DWPZ between", value1, value2, "dwpz");
  889. return this;
  890. }
  891. public Criteria andDwpzNotBetween(String value1, String value2) {
  892. addCriterion("DWPZ not between", value1, value2, "dwpz");
  893. return this;
  894. }
  895. public Criteria andDwxbIsNull() {
  896. addCriterion("DWXB is null");
  897. return this;
  898. }
  899. public Criteria andDwxbIsNotNull() {
  900. addCriterion("DWXB is not null");
  901. return this;
  902. }
  903. public Criteria andDwxbEqualTo(String value) {
  904. addCriterion("DWXB =", value, "dwxb");
  905. return this;
  906. }
  907. public Criteria andDwxbNotEqualTo(String value) {
  908. addCriterion("DWXB <>", value, "dwxb");
  909. return this;
  910. }
  911. public Criteria andDwxbGreaterThan(String value) {
  912. addCriterion("DWXB >", value, "dwxb");
  913. return this;
  914. }
  915. public Criteria andDwxbGreaterThanOrEqualTo(String value) {
  916. addCriterion("DWXB >=", value, "dwxb");
  917. return this;
  918. }
  919. public Criteria andDwxbLessThan(String value) {
  920. addCriterion("DWXB <", value, "dwxb");
  921. return this;
  922. }
  923. public Criteria andDwxbLessThanOrEqualTo(String value) {
  924. addCriterion("DWXB <=", value, "dwxb");
  925. return this;
  926. }
  927. public Criteria andDwxbLike(String value) {
  928. addCriterion("DWXB like", value, "dwxb");
  929. return this;
  930. }
  931. public Criteria andDwxbNotLike(String value) {
  932. addCriterion("DWXB not like", value, "dwxb");
  933. return this;
  934. }
  935. public Criteria andDwxbIn(List<String> values) {
  936. addCriterion("DWXB in", values, "dwxb");
  937. return this;
  938. }
  939. public Criteria andDwxbNotIn(List<String> values) {
  940. addCriterion("DWXB not in", values, "dwxb");
  941. return this;
  942. }
  943. public Criteria andDwxbBetween(String value1, String value2) {
  944. addCriterion("DWXB between", value1, value2, "dwxb");
  945. return this;
  946. }
  947. public Criteria andDwxbNotBetween(String value1, String value2) {
  948. addCriterion("DWXB not between", value1, value2, "dwxb");
  949. return this;
  950. }
  951. public Criteria andYsbzIsNull() {
  952. addCriterion("YSBZ is null");
  953. return this;
  954. }
  955. public Criteria andYsbzIsNotNull() {
  956. addCriterion("YSBZ is not null");
  957. return this;
  958. }
  959. public Criteria andYsbzEqualTo(String value) {
  960. addCriterion("YSBZ =", value, "ysbz");
  961. return this;
  962. }
  963. public Criteria andYsbzNotEqualTo(String value) {
  964. addCriterion("YSBZ <>", value, "ysbz");
  965. return this;
  966. }
  967. public Criteria andYsbzGreaterThan(String value) {
  968. addCriterion("YSBZ >", value, "ysbz");
  969. return this;
  970. }
  971. public Criteria andYsbzGreaterThanOrEqualTo(String value) {
  972. addCriterion("YSBZ >=", value, "ysbz");
  973. return this;
  974. }
  975. public Criteria andYsbzLessThan(String value) {
  976. addCriterion("YSBZ <", value, "ysbz");
  977. return this;
  978. }
  979. public Criteria andYsbzLessThanOrEqualTo(String value) {
  980. addCriterion("YSBZ <=", value, "ysbz");
  981. return this;
  982. }
  983. public Criteria andYsbzLike(String value) {
  984. addCriterion("YSBZ like", value, "ysbz");
  985. return this;
  986. }
  987. public Criteria andYsbzNotLike(String value) {
  988. addCriterion("YSBZ not like", value, "ysbz");
  989. return this;
  990. }
  991. public Criteria andYsbzIn(List<String> values) {
  992. addCriterion("YSBZ in", values, "ysbz");
  993. return this;
  994. }
  995. public Criteria andYsbzNotIn(List<String> values) {
  996. addCriterion("YSBZ not in", values, "ysbz");
  997. return this;
  998. }
  999. public Criteria andYsbzBetween(String value1, String value2) {
  1000. addCriterion("YSBZ between", value1, value2, "ysbz");
  1001. return this;
  1002. }
  1003. public Criteria andYsbzNotBetween(String value1, String value2) {
  1004. addCriterion("YSBZ not between", value1, value2, "ysbz");
  1005. return this;
  1006. }
  1007. public Criteria andSfycIsNull() {
  1008. addCriterion("SFYC is null");
  1009. return this;
  1010. }
  1011. public Criteria andSfycIsNotNull() {
  1012. addCriterion("SFYC is not null");
  1013. return this;
  1014. }
  1015. public Criteria andSfycEqualTo(Integer value) {
  1016. addCriterion("SFYC =", value, "sfyc");
  1017. return this;
  1018. }
  1019. public Criteria andSfycNotEqualTo(Integer value) {
  1020. addCriterion("SFYC <>", value, "sfyc");
  1021. return this;
  1022. }
  1023. public Criteria andSfycGreaterThan(Integer value) {
  1024. addCriterion("SFYC >", value, "sfyc");
  1025. return this;
  1026. }
  1027. public Criteria andSfycGreaterThanOrEqualTo(Integer value) {
  1028. addCriterion("SFYC >=", value, "sfyc");
  1029. return this;
  1030. }
  1031. public Criteria andSfycLessThan(Integer value) {
  1032. addCriterion("SFYC <", value, "sfyc");
  1033. return this;
  1034. }
  1035. public Criteria andSfycLessThanOrEqualTo(Integer value) {
  1036. addCriterion("SFYC <=", value, "sfyc");
  1037. return this;
  1038. }
  1039. public Criteria andSfycIn(List<Integer> values) {
  1040. addCriterion("SFYC in", values, "sfyc");
  1041. return this;
  1042. }
  1043. public Criteria andSfycNotIn(List<Integer> values) {
  1044. addCriterion("SFYC not in", values, "sfyc");
  1045. return this;
  1046. }
  1047. public Criteria andSfycBetween(Integer value1, Integer value2) {
  1048. addCriterion("SFYC between", value1, value2, "sfyc");
  1049. return this;
  1050. }
  1051. public Criteria andSfycNotBetween(Integer value1, Integer value2) {
  1052. addCriterion("SFYC not between", value1, value2, "sfyc");
  1053. return this;
  1054. }
  1055. public Criteria andQksmIsNull() {
  1056. addCriterion("QKSM is null");
  1057. return this;
  1058. }
  1059. public Criteria andQksmIsNotNull() {
  1060. addCriterion("QKSM is not null");
  1061. return this;
  1062. }
  1063. public Criteria andQksmEqualTo(String value) {
  1064. addCriterion("QKSM =", value, "qksm");
  1065. return this;
  1066. }
  1067. public Criteria andQksmNotEqualTo(String value) {
  1068. addCriterion("QKSM <>", value, "qksm");
  1069. return this;
  1070. }
  1071. public Criteria andQksmGreaterThan(String value) {
  1072. addCriterion("QKSM >", value, "qksm");
  1073. return this;
  1074. }
  1075. public Criteria andQksmGreaterThanOrEqualTo(String value) {
  1076. addCriterion("QKSM >=", value, "qksm");
  1077. return this;
  1078. }
  1079. public Criteria andQksmLessThan(String value) {
  1080. addCriterion("QKSM <", value, "qksm");
  1081. return this;
  1082. }
  1083. public Criteria andQksmLessThanOrEqualTo(String value) {
  1084. addCriterion("QKSM <=", value, "qksm");
  1085. return this;
  1086. }
  1087. public Criteria andQksmLike(String value) {
  1088. addCriterion("QKSM like", value, "qksm");
  1089. return this;
  1090. }
  1091. public Criteria andQksmNotLike(String value) {
  1092. addCriterion("QKSM not like", value, "qksm");
  1093. return this;
  1094. }
  1095. public Criteria andQksmIn(List<String> values) {
  1096. addCriterion("QKSM in", values, "qksm");
  1097. return this;
  1098. }
  1099. public Criteria andQksmNotIn(List<String> values) {
  1100. addCriterion("QKSM not in", values, "qksm");
  1101. return this;
  1102. }
  1103. public Criteria andQksmBetween(String value1, String value2) {
  1104. addCriterion("QKSM between", value1, value2, "qksm");
  1105. return this;
  1106. }
  1107. public Criteria andQksmNotBetween(String value1, String value2) {
  1108. addCriterion("QKSM not between", value1, value2, "qksm");
  1109. return this;
  1110. }
  1111. }
  1112. }