DaLqwhxxExample.java 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635
  1. package com.huimv.da.dataobject;
  2. import java.math.BigDecimal;
  3. import java.util.ArrayList;
  4. import java.util.Date;
  5. import java.util.HashMap;
  6. import java.util.List;
  7. import java.util.Map;
  8. public class DaLqwhxxExample {
  9. /**
  10. * This field was generated by Apache iBATIS ibator.
  11. * This field corresponds to the database table da_lqwhxx
  12. *
  13. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  19. *
  20. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  26. *
  27. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  33. *
  34. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  40. *
  41. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  42. */
  43. public DaLqwhxxExample() {
  44. oredCriteria = new ArrayList<Criteria>();
  45. }
  46. /**
  47. * This method was generated by Apache iBATIS ibator.
  48. * This method corresponds to the database table da_lqwhxx
  49. *
  50. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  51. */
  52. protected DaLqwhxxExample(DaLqwhxxExample 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 da_lqwhxx
  59. *
  60. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  68. *
  69. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  77. *
  78. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  86. *
  87. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  95. *
  96. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  108. *
  109. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  118. *
  119. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  127. *
  128. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  136. *
  137. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  145. *
  146. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  154. *
  155. * @ibatorgenerated Fri May 23 16:56:30 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 da_lqwhxx
  163. *
  164. * @ibatorgenerated Fri May 23 16:56:30 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 andLqidIsNull() {
  281. addCriterion("LQID is null");
  282. return this;
  283. }
  284. public Criteria andLqidIsNotNull() {
  285. addCriterion("LQID is not null");
  286. return this;
  287. }
  288. public Criteria andLqidEqualTo(Integer value) {
  289. addCriterion("wh.LQID =", value, "lqid");
  290. return this;
  291. }
  292. public Criteria andLqidNotEqualTo(Integer value) {
  293. addCriterion("LQID <>", value, "lqid");
  294. return this;
  295. }
  296. public Criteria andLqidGreaterThan(Integer value) {
  297. addCriterion("LQID >", value, "lqid");
  298. return this;
  299. }
  300. public Criteria andLqidGreaterThanOrEqualTo(Integer value) {
  301. addCriterion("LQID >=", value, "lqid");
  302. return this;
  303. }
  304. public Criteria andLqidLessThan(Integer value) {
  305. addCriterion("LQID <", value, "lqid");
  306. return this;
  307. }
  308. public Criteria andLqidLessThanOrEqualTo(Integer value) {
  309. addCriterion("LQID <=", value, "lqid");
  310. return this;
  311. }
  312. public Criteria andLqidIn(List<Integer> values) {
  313. addCriterion("LQID in", values, "lqid");
  314. return this;
  315. }
  316. public Criteria andLqidNotIn(List<Integer> values) {
  317. addCriterion("LQID not in", values, "lqid");
  318. return this;
  319. }
  320. public Criteria andLqidBetween(Integer value1, Integer value2) {
  321. addCriterion("LQID between", value1, value2, "lqid");
  322. return this;
  323. }
  324. public Criteria andLqidNotBetween(Integer value1, Integer value2) {
  325. addCriterion("LQID not between", value1, value2, "lqid");
  326. return this;
  327. }
  328. public Criteria andLqmcIsNull() {
  329. addCriterion("LQMC is null");
  330. return this;
  331. }
  332. public Criteria andLqmcIsNotNull() {
  333. addCriterion("LQMC is not null");
  334. return this;
  335. }
  336. public Criteria andLqmcEqualTo(String value) {
  337. addCriterion("LQMC =", value, "lqmc");
  338. return this;
  339. }
  340. public Criteria andLqmcNotEqualTo(String value) {
  341. addCriterion("LQMC <>", value, "lqmc");
  342. return this;
  343. }
  344. public Criteria andLqmcGreaterThan(String value) {
  345. addCriterion("LQMC >", value, "lqmc");
  346. return this;
  347. }
  348. public Criteria andLqmcGreaterThanOrEqualTo(String value) {
  349. addCriterion("LQMC >=", value, "lqmc");
  350. return this;
  351. }
  352. public Criteria andLqmcLessThan(String value) {
  353. addCriterion("LQMC <", value, "lqmc");
  354. return this;
  355. }
  356. public Criteria andLqmcLessThanOrEqualTo(String value) {
  357. addCriterion("LQMC <=", value, "lqmc");
  358. return this;
  359. }
  360. public Criteria andLqmcLike(String value) {
  361. addCriterion("LQMC like", value, "lqmc");
  362. return this;
  363. }
  364. public Criteria andLqmcNotLike(String value) {
  365. addCriterion("LQMC not like", value, "lqmc");
  366. return this;
  367. }
  368. public Criteria andLqmcIn(List<String> values) {
  369. addCriterion("LQMC in", values, "lqmc");
  370. return this;
  371. }
  372. public Criteria andLqmcNotIn(List<String> values) {
  373. addCriterion("LQMC not in", values, "lqmc");
  374. return this;
  375. }
  376. public Criteria andLqmcBetween(String value1, String value2) {
  377. addCriterion("LQMC between", value1, value2, "lqmc");
  378. return this;
  379. }
  380. public Criteria andLqmcNotBetween(String value1, String value2) {
  381. addCriterion("LQMC not between", value1, value2, "lqmc");
  382. return this;
  383. }
  384. public Criteria andFssjIsNull() {
  385. addCriterion("FSSJ is null");
  386. return this;
  387. }
  388. public Criteria andFssjIsNotNull() {
  389. addCriterion("FSSJ is not null");
  390. return this;
  391. }
  392. public Criteria andFssjEqualTo(Date value) {
  393. addCriterion("FSSJ =", value, "fssj");
  394. return this;
  395. }
  396. public Criteria andFssjNotEqualTo(Date value) {
  397. addCriterion("FSSJ <>", value, "fssj");
  398. return this;
  399. }
  400. public Criteria andFssjGreaterThan(Date value) {
  401. addCriterion("FSSJ >", value, "fssj");
  402. return this;
  403. }
  404. public Criteria andFssjGreaterThanOrEqualTo(Date value) {
  405. addCriterion("FSSJ >=", value, "fssj");
  406. return this;
  407. }
  408. public Criteria andFssjLessThan(Date value) {
  409. addCriterion("FSSJ <", value, "fssj");
  410. return this;
  411. }
  412. public Criteria andFssjLessThanOrEqualTo(Date value) {
  413. addCriterion("FSSJ <=", value, "fssj");
  414. return this;
  415. }
  416. public Criteria andFssjIn(List<Date> values) {
  417. addCriterion("FSSJ in", values, "fssj");
  418. return this;
  419. }
  420. public Criteria andFssjNotIn(List<Date> values) {
  421. addCriterion("FSSJ not in", values, "fssj");
  422. return this;
  423. }
  424. public Criteria andFssjBetween(Date value1, Date value2) {
  425. addCriterion("FSSJ between", value1, value2, "fssj");
  426. return this;
  427. }
  428. public Criteria andFssjNotBetween(Date value1, Date value2) {
  429. addCriterion("FSSJ not between", value1, value2, "fssj");
  430. return this;
  431. }
  432. public Criteria andZlsIsNull() {
  433. addCriterion("ZLS is null");
  434. return this;
  435. }
  436. public Criteria andZlsIsNotNull() {
  437. addCriterion("ZLS is not null");
  438. return this;
  439. }
  440. public Criteria andZlsEqualTo(Integer value) {
  441. addCriterion("ZLS =", value, "zls");
  442. return this;
  443. }
  444. public Criteria andZlsNotEqualTo(Integer value) {
  445. addCriterion("ZLS <>", value, "zls");
  446. return this;
  447. }
  448. public Criteria andZlsGreaterThan(Integer value) {
  449. addCriterion("ZLS >", value, "zls");
  450. return this;
  451. }
  452. public Criteria andZlsGreaterThanOrEqualTo(Integer value) {
  453. addCriterion("ZLS >=", value, "zls");
  454. return this;
  455. }
  456. public Criteria andZlsLessThan(Integer value) {
  457. addCriterion("ZLS <", value, "zls");
  458. return this;
  459. }
  460. public Criteria andZlsLessThanOrEqualTo(Integer value) {
  461. addCriterion("ZLS <=", value, "zls");
  462. return this;
  463. }
  464. public Criteria andZlsIn(List<Integer> values) {
  465. addCriterion("ZLS in", values, "zls");
  466. return this;
  467. }
  468. public Criteria andZlsNotIn(List<Integer> values) {
  469. addCriterion("ZLS not in", values, "zls");
  470. return this;
  471. }
  472. public Criteria andZlsBetween(Integer value1, Integer value2) {
  473. addCriterion("ZLS between", value1, value2, "zls");
  474. return this;
  475. }
  476. public Criteria andZlsNotBetween(Integer value1, Integer value2) {
  477. addCriterion("ZLS not between", value1, value2, "zls");
  478. return this;
  479. }
  480. public Criteria andRlsIsNull() {
  481. addCriterion("RLS is null");
  482. return this;
  483. }
  484. public Criteria andRlsIsNotNull() {
  485. addCriterion("RLS is not null");
  486. return this;
  487. }
  488. public Criteria andRlsEqualTo(Integer value) {
  489. addCriterion("RLS =", value, "rls");
  490. return this;
  491. }
  492. public Criteria andRlsNotEqualTo(Integer value) {
  493. addCriterion("RLS <>", value, "rls");
  494. return this;
  495. }
  496. public Criteria andRlsGreaterThan(Integer value) {
  497. addCriterion("RLS >", value, "rls");
  498. return this;
  499. }
  500. public Criteria andRlsGreaterThanOrEqualTo(Integer value) {
  501. addCriterion("RLS >=", value, "rls");
  502. return this;
  503. }
  504. public Criteria andRlsLessThan(Integer value) {
  505. addCriterion("RLS <", value, "rls");
  506. return this;
  507. }
  508. public Criteria andRlsLessThanOrEqualTo(Integer value) {
  509. addCriterion("RLS <=", value, "rls");
  510. return this;
  511. }
  512. public Criteria andRlsIn(List<Integer> values) {
  513. addCriterion("RLS in", values, "rls");
  514. return this;
  515. }
  516. public Criteria andRlsNotIn(List<Integer> values) {
  517. addCriterion("RLS not in", values, "rls");
  518. return this;
  519. }
  520. public Criteria andRlsBetween(Integer value1, Integer value2) {
  521. addCriterion("RLS between", value1, value2, "rls");
  522. return this;
  523. }
  524. public Criteria andRlsNotBetween(Integer value1, Integer value2) {
  525. addCriterion("RLS not between", value1, value2, "rls");
  526. return this;
  527. }
  528. public Criteria andRlpjtzIsNull() {
  529. addCriterion("RLPJTZ is null");
  530. return this;
  531. }
  532. public Criteria andRlpjtzIsNotNull() {
  533. addCriterion("RLPJTZ is not null");
  534. return this;
  535. }
  536. public Criteria andRlpjtzEqualTo(BigDecimal value) {
  537. addCriterion("RLPJTZ =", value, "rlpjtz");
  538. return this;
  539. }
  540. public Criteria andRlpjtzNotEqualTo(BigDecimal value) {
  541. addCriterion("RLPJTZ <>", value, "rlpjtz");
  542. return this;
  543. }
  544. public Criteria andRlpjtzGreaterThan(BigDecimal value) {
  545. addCriterion("RLPJTZ >", value, "rlpjtz");
  546. return this;
  547. }
  548. public Criteria andRlpjtzGreaterThanOrEqualTo(BigDecimal value) {
  549. addCriterion("RLPJTZ >=", value, "rlpjtz");
  550. return this;
  551. }
  552. public Criteria andRlpjtzLessThan(BigDecimal value) {
  553. addCriterion("RLPJTZ <", value, "rlpjtz");
  554. return this;
  555. }
  556. public Criteria andRlpjtzLessThanOrEqualTo(BigDecimal value) {
  557. addCriterion("RLPJTZ <=", value, "rlpjtz");
  558. return this;
  559. }
  560. public Criteria andRlpjtzIn(List<BigDecimal> values) {
  561. addCriterion("RLPJTZ in", values, "rlpjtz");
  562. return this;
  563. }
  564. public Criteria andRlpjtzNotIn(List<BigDecimal> values) {
  565. addCriterion("RLPJTZ not in", values, "rlpjtz");
  566. return this;
  567. }
  568. public Criteria andRlpjtzBetween(BigDecimal value1, BigDecimal value2) {
  569. addCriterion("RLPJTZ between", value1, value2, "rlpjtz");
  570. return this;
  571. }
  572. public Criteria andRlpjtzNotBetween(BigDecimal value1, BigDecimal value2) {
  573. addCriterion("RLPJTZ not between", value1, value2, "rlpjtz");
  574. return this;
  575. }
  576. public Criteria andScsIsNull() {
  577. addCriterion("SCS is null");
  578. return this;
  579. }
  580. public Criteria andScsIsNotNull() {
  581. addCriterion("SCS is not null");
  582. return this;
  583. }
  584. public Criteria andScsEqualTo(Integer value) {
  585. addCriterion("SCS =", value, "scs");
  586. return this;
  587. }
  588. public Criteria andScsNotEqualTo(Integer value) {
  589. addCriterion("SCS <>", value, "scs");
  590. return this;
  591. }
  592. public Criteria andScsGreaterThan(Integer value) {
  593. addCriterion("SCS >", value, "scs");
  594. return this;
  595. }
  596. public Criteria andScsGreaterThanOrEqualTo(Integer value) {
  597. addCriterion("SCS >=", value, "scs");
  598. return this;
  599. }
  600. public Criteria andScsLessThan(Integer value) {
  601. addCriterion("SCS <", value, "scs");
  602. return this;
  603. }
  604. public Criteria andScsLessThanOrEqualTo(Integer value) {
  605. addCriterion("SCS <=", value, "scs");
  606. return this;
  607. }
  608. public Criteria andScsIn(List<Integer> values) {
  609. addCriterion("SCS in", values, "scs");
  610. return this;
  611. }
  612. public Criteria andScsNotIn(List<Integer> values) {
  613. addCriterion("SCS not in", values, "scs");
  614. return this;
  615. }
  616. public Criteria andScsBetween(Integer value1, Integer value2) {
  617. addCriterion("SCS between", value1, value2, "scs");
  618. return this;
  619. }
  620. public Criteria andScsNotBetween(Integer value1, Integer value2) {
  621. addCriterion("SCS not between", value1, value2, "scs");
  622. return this;
  623. }
  624. public Criteria andScpjtzIsNull() {
  625. addCriterion("SCPJTZ is null");
  626. return this;
  627. }
  628. public Criteria andScpjtzIsNotNull() {
  629. addCriterion("SCPJTZ is not null");
  630. return this;
  631. }
  632. public Criteria andScpjtzEqualTo(BigDecimal value) {
  633. addCriterion("SCPJTZ =", value, "scpjtz");
  634. return this;
  635. }
  636. public Criteria andScpjtzNotEqualTo(BigDecimal value) {
  637. addCriterion("SCPJTZ <>", value, "scpjtz");
  638. return this;
  639. }
  640. public Criteria andScpjtzGreaterThan(BigDecimal value) {
  641. addCriterion("SCPJTZ >", value, "scpjtz");
  642. return this;
  643. }
  644. public Criteria andScpjtzGreaterThanOrEqualTo(BigDecimal value) {
  645. addCriterion("SCPJTZ >=", value, "scpjtz");
  646. return this;
  647. }
  648. public Criteria andScpjtzLessThan(BigDecimal value) {
  649. addCriterion("SCPJTZ <", value, "scpjtz");
  650. return this;
  651. }
  652. public Criteria andScpjtzLessThanOrEqualTo(BigDecimal value) {
  653. addCriterion("SCPJTZ <=", value, "scpjtz");
  654. return this;
  655. }
  656. public Criteria andScpjtzIn(List<BigDecimal> values) {
  657. addCriterion("SCPJTZ in", values, "scpjtz");
  658. return this;
  659. }
  660. public Criteria andScpjtzNotIn(List<BigDecimal> values) {
  661. addCriterion("SCPJTZ not in", values, "scpjtz");
  662. return this;
  663. }
  664. public Criteria andScpjtzBetween(BigDecimal value1, BigDecimal value2) {
  665. addCriterion("SCPJTZ between", value1, value2, "scpjtz");
  666. return this;
  667. }
  668. public Criteria andScpjtzNotBetween(BigDecimal value1, BigDecimal value2) {
  669. addCriterion("SCPJTZ not between", value1, value2, "scpjtz");
  670. return this;
  671. }
  672. public Criteria andGlsIsNull() {
  673. addCriterion("GLS is null");
  674. return this;
  675. }
  676. public Criteria andGlsIsNotNull() {
  677. addCriterion("GLS is not null");
  678. return this;
  679. }
  680. public Criteria andGlsEqualTo(Integer value) {
  681. addCriterion("GLS =", value, "gls");
  682. return this;
  683. }
  684. public Criteria andGlsNotEqualTo(Integer value) {
  685. addCriterion("GLS <>", value, "gls");
  686. return this;
  687. }
  688. public Criteria andGlsGreaterThan(Integer value) {
  689. addCriterion("GLS >", value, "gls");
  690. return this;
  691. }
  692. public Criteria andGlsGreaterThanOrEqualTo(Integer value) {
  693. addCriterion("GLS >=", value, "gls");
  694. return this;
  695. }
  696. public Criteria andGlsLessThan(Integer value) {
  697. addCriterion("GLS <", value, "gls");
  698. return this;
  699. }
  700. public Criteria andGlsLessThanOrEqualTo(Integer value) {
  701. addCriterion("GLS <=", value, "gls");
  702. return this;
  703. }
  704. public Criteria andGlsIn(List<Integer> values) {
  705. addCriterion("GLS in", values, "gls");
  706. return this;
  707. }
  708. public Criteria andGlsNotIn(List<Integer> values) {
  709. addCriterion("GLS not in", values, "gls");
  710. return this;
  711. }
  712. public Criteria andGlsBetween(Integer value1, Integer value2) {
  713. addCriterion("GLS between", value1, value2, "gls");
  714. return this;
  715. }
  716. public Criteria andGlsNotBetween(Integer value1, Integer value2) {
  717. addCriterion("GLS not between", value1, value2, "gls");
  718. return this;
  719. }
  720. public Criteria andGlpjtzIsNull() {
  721. addCriterion("GLPJTZ is null");
  722. return this;
  723. }
  724. public Criteria andGlpjtzIsNotNull() {
  725. addCriterion("GLPJTZ is not null");
  726. return this;
  727. }
  728. public Criteria andGlpjtzEqualTo(BigDecimal value) {
  729. addCriterion("GLPJTZ =", value, "glpjtz");
  730. return this;
  731. }
  732. public Criteria andGlpjtzNotEqualTo(BigDecimal value) {
  733. addCriterion("GLPJTZ <>", value, "glpjtz");
  734. return this;
  735. }
  736. public Criteria andGlpjtzGreaterThan(BigDecimal value) {
  737. addCriterion("GLPJTZ >", value, "glpjtz");
  738. return this;
  739. }
  740. public Criteria andGlpjtzGreaterThanOrEqualTo(BigDecimal value) {
  741. addCriterion("GLPJTZ >=", value, "glpjtz");
  742. return this;
  743. }
  744. public Criteria andGlpjtzLessThan(BigDecimal value) {
  745. addCriterion("GLPJTZ <", value, "glpjtz");
  746. return this;
  747. }
  748. public Criteria andGlpjtzLessThanOrEqualTo(BigDecimal value) {
  749. addCriterion("GLPJTZ <=", value, "glpjtz");
  750. return this;
  751. }
  752. public Criteria andGlpjtzIn(List<BigDecimal> values) {
  753. addCriterion("GLPJTZ in", values, "glpjtz");
  754. return this;
  755. }
  756. public Criteria andGlpjtzNotIn(List<BigDecimal> values) {
  757. addCriterion("GLPJTZ not in", values, "glpjtz");
  758. return this;
  759. }
  760. public Criteria andGlpjtzBetween(BigDecimal value1, BigDecimal value2) {
  761. addCriterion("GLPJTZ between", value1, value2, "glpjtz");
  762. return this;
  763. }
  764. public Criteria andGlpjtzNotBetween(BigDecimal value1, BigDecimal value2) {
  765. addCriterion("GLPJTZ not between", value1, value2, "glpjtz");
  766. return this;
  767. }
  768. public Criteria andSwsIsNull() {
  769. addCriterion("SWS is null");
  770. return this;
  771. }
  772. public Criteria andSwsIsNotNull() {
  773. addCriterion("SWS is not null");
  774. return this;
  775. }
  776. public Criteria andSwsEqualTo(Integer value) {
  777. addCriterion("SWS =", value, "sws");
  778. return this;
  779. }
  780. public Criteria andSwsNotEqualTo(Integer value) {
  781. addCriterion("SWS <>", value, "sws");
  782. return this;
  783. }
  784. public Criteria andSwsGreaterThan(Integer value) {
  785. addCriterion("SWS >", value, "sws");
  786. return this;
  787. }
  788. public Criteria andSwsGreaterThanOrEqualTo(Integer value) {
  789. addCriterion("SWS >=", value, "sws");
  790. return this;
  791. }
  792. public Criteria andSwsLessThan(Integer value) {
  793. addCriterion("SWS <", value, "sws");
  794. return this;
  795. }
  796. public Criteria andSwsLessThanOrEqualTo(Integer value) {
  797. addCriterion("SWS <=", value, "sws");
  798. return this;
  799. }
  800. public Criteria andSwsIn(List<Integer> values) {
  801. addCriterion("SWS in", values, "sws");
  802. return this;
  803. }
  804. public Criteria andSwsNotIn(List<Integer> values) {
  805. addCriterion("SWS not in", values, "sws");
  806. return this;
  807. }
  808. public Criteria andSwsBetween(Integer value1, Integer value2) {
  809. addCriterion("SWS between", value1, value2, "sws");
  810. return this;
  811. }
  812. public Criteria andSwsNotBetween(Integer value1, Integer value2) {
  813. addCriterion("SWS not between", value1, value2, "sws");
  814. return this;
  815. }
  816. public Criteria andSwpjtzIsNull() {
  817. addCriterion("SWPJTZ is null");
  818. return this;
  819. }
  820. public Criteria andSwpjtzIsNotNull() {
  821. addCriterion("SWPJTZ is not null");
  822. return this;
  823. }
  824. public Criteria andSwpjtzEqualTo(BigDecimal value) {
  825. addCriterion("SWPJTZ =", value, "swpjtz");
  826. return this;
  827. }
  828. public Criteria andSwpjtzNotEqualTo(BigDecimal value) {
  829. addCriterion("SWPJTZ <>", value, "swpjtz");
  830. return this;
  831. }
  832. public Criteria andSwpjtzGreaterThan(BigDecimal value) {
  833. addCriterion("SWPJTZ >", value, "swpjtz");
  834. return this;
  835. }
  836. public Criteria andSwpjtzGreaterThanOrEqualTo(BigDecimal value) {
  837. addCriterion("SWPJTZ >=", value, "swpjtz");
  838. return this;
  839. }
  840. public Criteria andSwpjtzLessThan(BigDecimal value) {
  841. addCriterion("SWPJTZ <", value, "swpjtz");
  842. return this;
  843. }
  844. public Criteria andSwpjtzLessThanOrEqualTo(BigDecimal value) {
  845. addCriterion("SWPJTZ <=", value, "swpjtz");
  846. return this;
  847. }
  848. public Criteria andSwpjtzIn(List<BigDecimal> values) {
  849. addCriterion("SWPJTZ in", values, "swpjtz");
  850. return this;
  851. }
  852. public Criteria andSwpjtzNotIn(List<BigDecimal> values) {
  853. addCriterion("SWPJTZ not in", values, "swpjtz");
  854. return this;
  855. }
  856. public Criteria andSwpjtzBetween(BigDecimal value1, BigDecimal value2) {
  857. addCriterion("SWPJTZ between", value1, value2, "swpjtz");
  858. return this;
  859. }
  860. public Criteria andSwpjtzNotBetween(BigDecimal value1, BigDecimal value2) {
  861. addCriterion("SWPJTZ not between", value1, value2, "swpjtz");
  862. return this;
  863. }
  864. public Criteria andTtsIsNull() {
  865. addCriterion("TTS is null");
  866. return this;
  867. }
  868. public Criteria andTtsIsNotNull() {
  869. addCriterion("TTS is not null");
  870. return this;
  871. }
  872. public Criteria andTtsEqualTo(Integer value) {
  873. addCriterion("TTS =", value, "tts");
  874. return this;
  875. }
  876. public Criteria andTtsNotEqualTo(Integer value) {
  877. addCriterion("TTS <>", value, "tts");
  878. return this;
  879. }
  880. public Criteria andTtsGreaterThan(Integer value) {
  881. addCriterion("TTS >", value, "tts");
  882. return this;
  883. }
  884. public Criteria andTtsGreaterThanOrEqualTo(Integer value) {
  885. addCriterion("TTS >=", value, "tts");
  886. return this;
  887. }
  888. public Criteria andTtsLessThan(Integer value) {
  889. addCriterion("TTS <", value, "tts");
  890. return this;
  891. }
  892. public Criteria andTtsLessThanOrEqualTo(Integer value) {
  893. addCriterion("TTS <=", value, "tts");
  894. return this;
  895. }
  896. public Criteria andTtsIn(List<Integer> values) {
  897. addCriterion("TTS in", values, "tts");
  898. return this;
  899. }
  900. public Criteria andTtsNotIn(List<Integer> values) {
  901. addCriterion("TTS not in", values, "tts");
  902. return this;
  903. }
  904. public Criteria andTtsBetween(Integer value1, Integer value2) {
  905. addCriterion("TTS between", value1, value2, "tts");
  906. return this;
  907. }
  908. public Criteria andTtsNotBetween(Integer value1, Integer value2) {
  909. addCriterion("TTS not between", value1, value2, "tts");
  910. return this;
  911. }
  912. public Criteria andTtpjtzIsNull() {
  913. addCriterion("TTPJTZ is null");
  914. return this;
  915. }
  916. public Criteria andTtpjtzIsNotNull() {
  917. addCriterion("TTPJTZ is not null");
  918. return this;
  919. }
  920. public Criteria andTtpjtzEqualTo(BigDecimal value) {
  921. addCriterion("TTPJTZ =", value, "ttpjtz");
  922. return this;
  923. }
  924. public Criteria andTtpjtzNotEqualTo(BigDecimal value) {
  925. addCriterion("TTPJTZ <>", value, "ttpjtz");
  926. return this;
  927. }
  928. public Criteria andTtpjtzGreaterThan(BigDecimal value) {
  929. addCriterion("TTPJTZ >", value, "ttpjtz");
  930. return this;
  931. }
  932. public Criteria andTtpjtzGreaterThanOrEqualTo(BigDecimal value) {
  933. addCriterion("TTPJTZ >=", value, "ttpjtz");
  934. return this;
  935. }
  936. public Criteria andTtpjtzLessThan(BigDecimal value) {
  937. addCriterion("TTPJTZ <", value, "ttpjtz");
  938. return this;
  939. }
  940. public Criteria andTtpjtzLessThanOrEqualTo(BigDecimal value) {
  941. addCriterion("TTPJTZ <=", value, "ttpjtz");
  942. return this;
  943. }
  944. public Criteria andTtpjtzIn(List<BigDecimal> values) {
  945. addCriterion("TTPJTZ in", values, "ttpjtz");
  946. return this;
  947. }
  948. public Criteria andTtpjtzNotIn(List<BigDecimal> values) {
  949. addCriterion("TTPJTZ not in", values, "ttpjtz");
  950. return this;
  951. }
  952. public Criteria andTtpjtzBetween(BigDecimal value1, BigDecimal value2) {
  953. addCriterion("TTPJTZ between", value1, value2, "ttpjtz");
  954. return this;
  955. }
  956. public Criteria andTtpjtzNotBetween(BigDecimal value1, BigDecimal value2) {
  957. addCriterion("TTPJTZ not between", value1, value2, "ttpjtz");
  958. return this;
  959. }
  960. public Criteria andClsIsNull() {
  961. addCriterion("CLS is null");
  962. return this;
  963. }
  964. public Criteria andClsIsNotNull() {
  965. addCriterion("CLS is not null");
  966. return this;
  967. }
  968. public Criteria andClsEqualTo(Integer value) {
  969. addCriterion("CLS =", value, "cls");
  970. return this;
  971. }
  972. public Criteria andClsNotEqualTo(Integer value) {
  973. addCriterion("CLS <>", value, "cls");
  974. return this;
  975. }
  976. public Criteria andClsGreaterThan(Integer value) {
  977. addCriterion("CLS >", value, "cls");
  978. return this;
  979. }
  980. public Criteria andClsGreaterThanOrEqualTo(Integer value) {
  981. addCriterion("CLS >=", value, "cls");
  982. return this;
  983. }
  984. public Criteria andClsLessThan(Integer value) {
  985. addCriterion("CLS <", value, "cls");
  986. return this;
  987. }
  988. public Criteria andClsLessThanOrEqualTo(Integer value) {
  989. addCriterion("CLS <=", value, "cls");
  990. return this;
  991. }
  992. public Criteria andClsIn(List<Integer> values) {
  993. addCriterion("CLS in", values, "cls");
  994. return this;
  995. }
  996. public Criteria andClsNotIn(List<Integer> values) {
  997. addCriterion("CLS not in", values, "cls");
  998. return this;
  999. }
  1000. public Criteria andClsBetween(Integer value1, Integer value2) {
  1001. addCriterion("CLS between", value1, value2, "cls");
  1002. return this;
  1003. }
  1004. public Criteria andClsNotBetween(Integer value1, Integer value2) {
  1005. addCriterion("CLS not between", value1, value2, "cls");
  1006. return this;
  1007. }
  1008. public Criteria andClpjtzIsNull() {
  1009. addCriterion("CLPJTZ is null");
  1010. return this;
  1011. }
  1012. public Criteria andClpjtzIsNotNull() {
  1013. addCriterion("CLPJTZ is not null");
  1014. return this;
  1015. }
  1016. public Criteria andClpjtzEqualTo(BigDecimal value) {
  1017. addCriterion("CLPJTZ =", value, "clpjtz");
  1018. return this;
  1019. }
  1020. public Criteria andClpjtzNotEqualTo(BigDecimal value) {
  1021. addCriterion("CLPJTZ <>", value, "clpjtz");
  1022. return this;
  1023. }
  1024. public Criteria andClpjtzGreaterThan(BigDecimal value) {
  1025. addCriterion("CLPJTZ >", value, "clpjtz");
  1026. return this;
  1027. }
  1028. public Criteria andClpjtzGreaterThanOrEqualTo(BigDecimal value) {
  1029. addCriterion("CLPJTZ >=", value, "clpjtz");
  1030. return this;
  1031. }
  1032. public Criteria andClpjtzLessThan(BigDecimal value) {
  1033. addCriterion("CLPJTZ <", value, "clpjtz");
  1034. return this;
  1035. }
  1036. public Criteria andClpjtzLessThanOrEqualTo(BigDecimal value) {
  1037. addCriterion("CLPJTZ <=", value, "clpjtz");
  1038. return this;
  1039. }
  1040. public Criteria andClpjtzIn(List<BigDecimal> values) {
  1041. addCriterion("CLPJTZ in", values, "clpjtz");
  1042. return this;
  1043. }
  1044. public Criteria andClpjtzNotIn(List<BigDecimal> values) {
  1045. addCriterion("CLPJTZ not in", values, "clpjtz");
  1046. return this;
  1047. }
  1048. public Criteria andClpjtzBetween(BigDecimal value1, BigDecimal value2) {
  1049. addCriterion("CLPJTZ between", value1, value2, "clpjtz");
  1050. return this;
  1051. }
  1052. public Criteria andClpjtzNotBetween(BigDecimal value1, BigDecimal value2) {
  1053. addCriterion("CLPJTZ not between", value1, value2, "clpjtz");
  1054. return this;
  1055. }
  1056. public Criteria andCzIsNull() {
  1057. addCriterion("CZ is null");
  1058. return this;
  1059. }
  1060. public Criteria andCzIsNotNull() {
  1061. addCriterion("CZ is not null");
  1062. return this;
  1063. }
  1064. public Criteria andCzEqualTo(String value) {
  1065. addCriterion("CZ =", value, "cz");
  1066. return this;
  1067. }
  1068. public Criteria andCzNotEqualTo(String value) {
  1069. addCriterion("CZ <>", value, "cz");
  1070. return this;
  1071. }
  1072. public Criteria andCzGreaterThan(String value) {
  1073. addCriterion("CZ >", value, "cz");
  1074. return this;
  1075. }
  1076. public Criteria andCzGreaterThanOrEqualTo(String value) {
  1077. addCriterion("CZ >=", value, "cz");
  1078. return this;
  1079. }
  1080. public Criteria andCzLessThan(String value) {
  1081. addCriterion("CZ <", value, "cz");
  1082. return this;
  1083. }
  1084. public Criteria andCzLessThanOrEqualTo(String value) {
  1085. addCriterion("CZ <=", value, "cz");
  1086. return this;
  1087. }
  1088. public Criteria andCzLike(String value) {
  1089. addCriterion("CZ like", value, "cz");
  1090. return this;
  1091. }
  1092. public Criteria andCzNotLike(String value) {
  1093. addCriterion("CZ not like", value, "cz");
  1094. return this;
  1095. }
  1096. public Criteria andCzIn(List<String> values) {
  1097. addCriterion("CZ in", values, "cz");
  1098. return this;
  1099. }
  1100. public Criteria andCzNotIn(List<String> values) {
  1101. addCriterion("CZ not in", values, "cz");
  1102. return this;
  1103. }
  1104. public Criteria andCzBetween(String value1, String value2) {
  1105. addCriterion("CZ between", value1, value2, "cz");
  1106. return this;
  1107. }
  1108. public Criteria andCzNotBetween(String value1, String value2) {
  1109. addCriterion("CZ not between", value1, value2, "cz");
  1110. return this;
  1111. }
  1112. public Criteria andGlyIsNull() {
  1113. addCriterion("GLY is null");
  1114. return this;
  1115. }
  1116. public Criteria andGlyIsNotNull() {
  1117. addCriterion("GLY is not null");
  1118. return this;
  1119. }
  1120. public Criteria andGlyEqualTo(String value) {
  1121. addCriterion("GLY =", value, "gly");
  1122. return this;
  1123. }
  1124. public Criteria andGlyNotEqualTo(String value) {
  1125. addCriterion("GLY <>", value, "gly");
  1126. return this;
  1127. }
  1128. public Criteria andGlyGreaterThan(String value) {
  1129. addCriterion("GLY >", value, "gly");
  1130. return this;
  1131. }
  1132. public Criteria andGlyGreaterThanOrEqualTo(String value) {
  1133. addCriterion("GLY >=", value, "gly");
  1134. return this;
  1135. }
  1136. public Criteria andGlyLessThan(String value) {
  1137. addCriterion("GLY <", value, "gly");
  1138. return this;
  1139. }
  1140. public Criteria andGlyLessThanOrEqualTo(String value) {
  1141. addCriterion("GLY <=", value, "gly");
  1142. return this;
  1143. }
  1144. public Criteria andGlyLike(String value) {
  1145. addCriterion("GLY like", value, "gly");
  1146. return this;
  1147. }
  1148. public Criteria andGlyNotLike(String value) {
  1149. addCriterion("GLY not like", value, "gly");
  1150. return this;
  1151. }
  1152. public Criteria andGlyIn(List<String> values) {
  1153. addCriterion("GLY in", values, "gly");
  1154. return this;
  1155. }
  1156. public Criteria andGlyNotIn(List<String> values) {
  1157. addCriterion("GLY not in", values, "gly");
  1158. return this;
  1159. }
  1160. public Criteria andGlyBetween(String value1, String value2) {
  1161. addCriterion("GLY between", value1, value2, "gly");
  1162. return this;
  1163. }
  1164. public Criteria andGlyNotBetween(String value1, String value2) {
  1165. addCriterion("GLY not between", value1, value2, "gly");
  1166. return this;
  1167. }
  1168. public Criteria andXgrIsNull() {
  1169. addCriterion("XGR is null");
  1170. return this;
  1171. }
  1172. public Criteria andXgrIsNotNull() {
  1173. addCriterion("XGR is not null");
  1174. return this;
  1175. }
  1176. public Criteria andXgrEqualTo(String value) {
  1177. addCriterion("XGR =", value, "xgr");
  1178. return this;
  1179. }
  1180. public Criteria andXgrNotEqualTo(String value) {
  1181. addCriterion("XGR <>", value, "xgr");
  1182. return this;
  1183. }
  1184. public Criteria andXgrGreaterThan(String value) {
  1185. addCriterion("XGR >", value, "xgr");
  1186. return this;
  1187. }
  1188. public Criteria andXgrGreaterThanOrEqualTo(String value) {
  1189. addCriterion("XGR >=", value, "xgr");
  1190. return this;
  1191. }
  1192. public Criteria andXgrLessThan(String value) {
  1193. addCriterion("XGR <", value, "xgr");
  1194. return this;
  1195. }
  1196. public Criteria andXgrLessThanOrEqualTo(String value) {
  1197. addCriterion("XGR <=", value, "xgr");
  1198. return this;
  1199. }
  1200. public Criteria andXgrLike(String value) {
  1201. addCriterion("XGR like", value, "xgr");
  1202. return this;
  1203. }
  1204. public Criteria andXgrNotLike(String value) {
  1205. addCriterion("XGR not like", value, "xgr");
  1206. return this;
  1207. }
  1208. public Criteria andXgrIn(List<String> values) {
  1209. addCriterion("XGR in", values, "xgr");
  1210. return this;
  1211. }
  1212. public Criteria andXgrNotIn(List<String> values) {
  1213. addCriterion("XGR not in", values, "xgr");
  1214. return this;
  1215. }
  1216. public Criteria andXgrBetween(String value1, String value2) {
  1217. addCriterion("XGR between", value1, value2, "xgr");
  1218. return this;
  1219. }
  1220. public Criteria andXgrNotBetween(String value1, String value2) {
  1221. addCriterion("XGR not between", value1, value2, "xgr");
  1222. return this;
  1223. }
  1224. public Criteria andXgsjIsNull() {
  1225. addCriterion("XGSJ is null");
  1226. return this;
  1227. }
  1228. public Criteria andXgsjIsNotNull() {
  1229. addCriterion("XGSJ is not null");
  1230. return this;
  1231. }
  1232. public Criteria andXgsjEqualTo(Date value) {
  1233. addCriterion("XGSJ =", value, "xgsj");
  1234. return this;
  1235. }
  1236. public Criteria andXgsjNotEqualTo(Date value) {
  1237. addCriterion("XGSJ <>", value, "xgsj");
  1238. return this;
  1239. }
  1240. public Criteria andXgsjGreaterThan(Date value) {
  1241. addCriterion("XGSJ >", value, "xgsj");
  1242. return this;
  1243. }
  1244. public Criteria andXgsjGreaterThanOrEqualTo(Date value) {
  1245. addCriterion("XGSJ >=", value, "xgsj");
  1246. return this;
  1247. }
  1248. public Criteria andXgsjLessThan(Date value) {
  1249. addCriterion("XGSJ <", value, "xgsj");
  1250. return this;
  1251. }
  1252. public Criteria andXgsjLessThanOrEqualTo(Date value) {
  1253. addCriterion("XGSJ <=", value, "xgsj");
  1254. return this;
  1255. }
  1256. public Criteria andXgsjIn(List<Date> values) {
  1257. addCriterion("XGSJ in", values, "xgsj");
  1258. return this;
  1259. }
  1260. public Criteria andXgsjNotIn(List<Date> values) {
  1261. addCriterion("XGSJ not in", values, "xgsj");
  1262. return this;
  1263. }
  1264. public Criteria andXgsjBetween(Date value1, Date value2) {
  1265. addCriterion("XGSJ between", value1, value2, "xgsj");
  1266. return this;
  1267. }
  1268. public Criteria andXgsjNotBetween(Date value1, Date value2) {
  1269. addCriterion("XGSJ not between", value1, value2, "xgsj");
  1270. return this;
  1271. }
  1272. public Criteria andZfbzIsNull() {
  1273. addCriterion("ZFBZ is null");
  1274. return this;
  1275. }
  1276. public Criteria andZfbzIsNotNull() {
  1277. addCriterion("ZFBZ is not null");
  1278. return this;
  1279. }
  1280. public Criteria andZfbzEqualTo(Integer value) {
  1281. addCriterion("ZFBZ =", value, "zfbz");
  1282. return this;
  1283. }
  1284. public Criteria andZfbzNotEqualTo(Integer value) {
  1285. addCriterion("ZFBZ <>", value, "zfbz");
  1286. return this;
  1287. }
  1288. public Criteria andZfbzGreaterThan(Integer value) {
  1289. addCriterion("ZFBZ >", value, "zfbz");
  1290. return this;
  1291. }
  1292. public Criteria andZfbzGreaterThanOrEqualTo(Integer value) {
  1293. addCriterion("ZFBZ >=", value, "zfbz");
  1294. return this;
  1295. }
  1296. public Criteria andZfbzLessThan(Integer value) {
  1297. addCriterion("ZFBZ <", value, "zfbz");
  1298. return this;
  1299. }
  1300. public Criteria andZfbzLessThanOrEqualTo(Integer value) {
  1301. addCriterion("ZFBZ <=", value, "zfbz");
  1302. return this;
  1303. }
  1304. public Criteria andZfbzIn(List<Integer> values) {
  1305. addCriterion("ZFBZ in", values, "zfbz");
  1306. return this;
  1307. }
  1308. public Criteria andZfbzNotIn(List<Integer> values) {
  1309. addCriterion("ZFBZ not in", values, "zfbz");
  1310. return this;
  1311. }
  1312. public Criteria andZfbzBetween(Integer value1, Integer value2) {
  1313. addCriterion("ZFBZ between", value1, value2, "zfbz");
  1314. return this;
  1315. }
  1316. public Criteria andZfbzNotBetween(Integer value1, Integer value2) {
  1317. addCriterion("ZFBZ not between", value1, value2, "zfbz");
  1318. return this;
  1319. }
  1320. public Criteria andMCZSLQLQWHZfbzEqualTo(Integer value) {
  1321. addCriterion("wh.ZFBZ =", value, "zfbz");
  1322. return this;
  1323. }
  1324. public Criteria andMCZSLQLQWHLqidEqualTo(Integer value) {
  1325. addCriterion("LQID =", value, "lqid");
  1326. return this;
  1327. }
  1328. }
  1329. }