TChangeTaskExample.java 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083
  1. package com.goafanti.common.model;
  2. import java.math.BigDecimal;
  3. import java.util.ArrayList;
  4. import java.util.Date;
  5. import java.util.List;
  6. public class TChangeTaskExample {
  7. /**
  8. * This field was generated by MyBatis Generator. This field corresponds to the database table t_change_task
  9. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  10. */
  11. protected String orderByClause;
  12. /**
  13. * This field was generated by MyBatis Generator. This field corresponds to the database table t_change_task
  14. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  15. */
  16. protected boolean distinct;
  17. /**
  18. * This field was generated by MyBatis Generator. This field corresponds to the database table t_change_task
  19. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  20. */
  21. protected List<Criteria> oredCriteria;
  22. /**
  23. * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
  24. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  25. */
  26. public TChangeTaskExample() {
  27. oredCriteria = new ArrayList<Criteria>();
  28. }
  29. /**
  30. * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
  31. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  32. */
  33. public void setOrderByClause(String orderByClause) {
  34. this.orderByClause = orderByClause;
  35. }
  36. /**
  37. * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
  38. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  39. */
  40. public String getOrderByClause() {
  41. return orderByClause;
  42. }
  43. /**
  44. * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
  45. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  46. */
  47. public void setDistinct(boolean distinct) {
  48. this.distinct = distinct;
  49. }
  50. /**
  51. * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
  52. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  53. */
  54. public boolean isDistinct() {
  55. return distinct;
  56. }
  57. /**
  58. * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
  59. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  60. */
  61. public List<Criteria> getOredCriteria() {
  62. return oredCriteria;
  63. }
  64. /**
  65. * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
  66. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  67. */
  68. public void or(Criteria criteria) {
  69. oredCriteria.add(criteria);
  70. }
  71. /**
  72. * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
  73. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  74. */
  75. public Criteria or() {
  76. Criteria criteria = createCriteriaInternal();
  77. oredCriteria.add(criteria);
  78. return criteria;
  79. }
  80. /**
  81. * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
  82. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  83. */
  84. public Criteria createCriteria() {
  85. Criteria criteria = createCriteriaInternal();
  86. if (oredCriteria.size() == 0) {
  87. oredCriteria.add(criteria);
  88. }
  89. return criteria;
  90. }
  91. /**
  92. * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
  93. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  94. */
  95. protected Criteria createCriteriaInternal() {
  96. Criteria criteria = new Criteria();
  97. return criteria;
  98. }
  99. /**
  100. * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
  101. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  102. */
  103. public void clear() {
  104. oredCriteria.clear();
  105. orderByClause = null;
  106. distinct = false;
  107. }
  108. /**
  109. * This class was generated by MyBatis Generator. This class corresponds to the database table t_change_task
  110. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  111. */
  112. protected abstract static class GeneratedCriteria {
  113. protected List<Criterion> criteria;
  114. protected GeneratedCriteria() {
  115. super();
  116. criteria = new ArrayList<Criterion>();
  117. }
  118. public boolean isValid() {
  119. return criteria.size() > 0;
  120. }
  121. public List<Criterion> getAllCriteria() {
  122. return criteria;
  123. }
  124. public List<Criterion> getCriteria() {
  125. return criteria;
  126. }
  127. protected void addCriterion(String condition) {
  128. if (condition == null) {
  129. throw new RuntimeException("Value for condition cannot be null");
  130. }
  131. criteria.add(new Criterion(condition));
  132. }
  133. protected void addCriterion(String condition, Object value, String property) {
  134. if (value == null) {
  135. throw new RuntimeException("Value for " + property + " cannot be null");
  136. }
  137. criteria.add(new Criterion(condition, value));
  138. }
  139. protected void addCriterion(String condition, Object value1, Object value2, String property) {
  140. if (value1 == null || value2 == null) {
  141. throw new RuntimeException("Between values for " + property + " cannot be null");
  142. }
  143. criteria.add(new Criterion(condition, value1, value2));
  144. }
  145. public Criteria andIdIsNull() {
  146. addCriterion("id is null");
  147. return (Criteria) this;
  148. }
  149. public Criteria andIdIsNotNull() {
  150. addCriterion("id is not null");
  151. return (Criteria) this;
  152. }
  153. public Criteria andIdEqualTo(Integer value) {
  154. addCriterion("id =", value, "id");
  155. return (Criteria) this;
  156. }
  157. public Criteria andIdNotEqualTo(Integer value) {
  158. addCriterion("id <>", value, "id");
  159. return (Criteria) this;
  160. }
  161. public Criteria andIdGreaterThan(Integer value) {
  162. addCriterion("id >", value, "id");
  163. return (Criteria) this;
  164. }
  165. public Criteria andIdGreaterThanOrEqualTo(Integer value) {
  166. addCriterion("id >=", value, "id");
  167. return (Criteria) this;
  168. }
  169. public Criteria andIdLessThan(Integer value) {
  170. addCriterion("id <", value, "id");
  171. return (Criteria) this;
  172. }
  173. public Criteria andIdLessThanOrEqualTo(Integer value) {
  174. addCriterion("id <=", value, "id");
  175. return (Criteria) this;
  176. }
  177. public Criteria andIdIn(List<Integer> values) {
  178. addCriterion("id in", values, "id");
  179. return (Criteria) this;
  180. }
  181. public Criteria andIdNotIn(List<Integer> values) {
  182. addCriterion("id not in", values, "id");
  183. return (Criteria) this;
  184. }
  185. public Criteria andIdBetween(Integer value1, Integer value2) {
  186. addCriterion("id between", value1, value2, "id");
  187. return (Criteria) this;
  188. }
  189. public Criteria andIdNotBetween(Integer value1, Integer value2) {
  190. addCriterion("id not between", value1, value2, "id");
  191. return (Criteria) this;
  192. }
  193. public Criteria andTidIsNull() {
  194. addCriterion("tid is null");
  195. return (Criteria) this;
  196. }
  197. public Criteria andTidIsNotNull() {
  198. addCriterion("tid is not null");
  199. return (Criteria) this;
  200. }
  201. public Criteria andTidEqualTo(Integer value) {
  202. addCriterion("tid =", value, "tid");
  203. return (Criteria) this;
  204. }
  205. public Criteria andTidNotEqualTo(Integer value) {
  206. addCriterion("tid <>", value, "tid");
  207. return (Criteria) this;
  208. }
  209. public Criteria andTidGreaterThan(Integer value) {
  210. addCriterion("tid >", value, "tid");
  211. return (Criteria) this;
  212. }
  213. public Criteria andTidGreaterThanOrEqualTo(Integer value) {
  214. addCriterion("tid >=", value, "tid");
  215. return (Criteria) this;
  216. }
  217. public Criteria andTidLessThan(Integer value) {
  218. addCriterion("tid <", value, "tid");
  219. return (Criteria) this;
  220. }
  221. public Criteria andTidLessThanOrEqualTo(Integer value) {
  222. addCriterion("tid <=", value, "tid");
  223. return (Criteria) this;
  224. }
  225. public Criteria andTidIn(List<Integer> values) {
  226. addCriterion("tid in", values, "tid");
  227. return (Criteria) this;
  228. }
  229. public Criteria andTidNotIn(List<Integer> values) {
  230. addCriterion("tid not in", values, "tid");
  231. return (Criteria) this;
  232. }
  233. public Criteria andTidBetween(Integer value1, Integer value2) {
  234. addCriterion("tid between", value1, value2, "tid");
  235. return (Criteria) this;
  236. }
  237. public Criteria andTidNotBetween(Integer value1, Integer value2) {
  238. addCriterion("tid not between", value1, value2, "tid");
  239. return (Criteria) this;
  240. }
  241. public Criteria andCidIsNull() {
  242. addCriterion("cid is null");
  243. return (Criteria) this;
  244. }
  245. public Criteria andCidIsNotNull() {
  246. addCriterion("cid is not null");
  247. return (Criteria) this;
  248. }
  249. public Criteria andCidEqualTo(Integer value) {
  250. addCriterion("cid =", value, "cid");
  251. return (Criteria) this;
  252. }
  253. public Criteria andCidNotEqualTo(Integer value) {
  254. addCriterion("cid <>", value, "cid");
  255. return (Criteria) this;
  256. }
  257. public Criteria andCidGreaterThan(Integer value) {
  258. addCriterion("cid >", value, "cid");
  259. return (Criteria) this;
  260. }
  261. public Criteria andCidGreaterThanOrEqualTo(Integer value) {
  262. addCriterion("cid >=", value, "cid");
  263. return (Criteria) this;
  264. }
  265. public Criteria andCidLessThan(Integer value) {
  266. addCriterion("cid <", value, "cid");
  267. return (Criteria) this;
  268. }
  269. public Criteria andCidLessThanOrEqualTo(Integer value) {
  270. addCriterion("cid <=", value, "cid");
  271. return (Criteria) this;
  272. }
  273. public Criteria andCidIn(List<Integer> values) {
  274. addCriterion("cid in", values, "cid");
  275. return (Criteria) this;
  276. }
  277. public Criteria andCidNotIn(List<Integer> values) {
  278. addCriterion("cid not in", values, "cid");
  279. return (Criteria) this;
  280. }
  281. public Criteria andCidBetween(Integer value1, Integer value2) {
  282. addCriterion("cid between", value1, value2, "cid");
  283. return (Criteria) this;
  284. }
  285. public Criteria andCidNotBetween(Integer value1, Integer value2) {
  286. addCriterion("cid not between", value1, value2, "cid");
  287. return (Criteria) this;
  288. }
  289. public Criteria andOrderNoIsNull() {
  290. addCriterion("order_no is null");
  291. return (Criteria) this;
  292. }
  293. public Criteria andOrderNoIsNotNull() {
  294. addCriterion("order_no is not null");
  295. return (Criteria) this;
  296. }
  297. public Criteria andOrderNoEqualTo(String value) {
  298. addCriterion("order_no =", value, "orderNo");
  299. return (Criteria) this;
  300. }
  301. public Criteria andOrderNoNotEqualTo(String value) {
  302. addCriterion("order_no <>", value, "orderNo");
  303. return (Criteria) this;
  304. }
  305. public Criteria andOrderNoGreaterThan(String value) {
  306. addCriterion("order_no >", value, "orderNo");
  307. return (Criteria) this;
  308. }
  309. public Criteria andOrderNoGreaterThanOrEqualTo(String value) {
  310. addCriterion("order_no >=", value, "orderNo");
  311. return (Criteria) this;
  312. }
  313. public Criteria andOrderNoLessThan(String value) {
  314. addCriterion("order_no <", value, "orderNo");
  315. return (Criteria) this;
  316. }
  317. public Criteria andOrderNoLessThanOrEqualTo(String value) {
  318. addCriterion("order_no <=", value, "orderNo");
  319. return (Criteria) this;
  320. }
  321. public Criteria andOrderNoLike(String value) {
  322. addCriterion("order_no like", value, "orderNo");
  323. return (Criteria) this;
  324. }
  325. public Criteria andOrderNoNotLike(String value) {
  326. addCriterion("order_no not like", value, "orderNo");
  327. return (Criteria) this;
  328. }
  329. public Criteria andOrderNoIn(List<String> values) {
  330. addCriterion("order_no in", values, "orderNo");
  331. return (Criteria) this;
  332. }
  333. public Criteria andOrderNoNotIn(List<String> values) {
  334. addCriterion("order_no not in", values, "orderNo");
  335. return (Criteria) this;
  336. }
  337. public Criteria andOrderNoBetween(String value1, String value2) {
  338. addCriterion("order_no between", value1, value2, "orderNo");
  339. return (Criteria) this;
  340. }
  341. public Criteria andOrderNoNotBetween(String value1, String value2) {
  342. addCriterion("order_no not between", value1, value2, "orderNo");
  343. return (Criteria) this;
  344. }
  345. public Criteria andMainIsNull() {
  346. addCriterion("main is null");
  347. return (Criteria) this;
  348. }
  349. public Criteria andMainIsNotNull() {
  350. addCriterion("main is not null");
  351. return (Criteria) this;
  352. }
  353. public Criteria andMainEqualTo(Integer value) {
  354. addCriterion("main =", value, "main");
  355. return (Criteria) this;
  356. }
  357. public Criteria andMainNotEqualTo(Integer value) {
  358. addCriterion("main <>", value, "main");
  359. return (Criteria) this;
  360. }
  361. public Criteria andMainGreaterThan(Integer value) {
  362. addCriterion("main >", value, "main");
  363. return (Criteria) this;
  364. }
  365. public Criteria andMainGreaterThanOrEqualTo(Integer value) {
  366. addCriterion("main >=", value, "main");
  367. return (Criteria) this;
  368. }
  369. public Criteria andMainLessThan(Integer value) {
  370. addCriterion("main <", value, "main");
  371. return (Criteria) this;
  372. }
  373. public Criteria andMainLessThanOrEqualTo(Integer value) {
  374. addCriterion("main <=", value, "main");
  375. return (Criteria) this;
  376. }
  377. public Criteria andMainIn(List<Integer> values) {
  378. addCriterion("main in", values, "main");
  379. return (Criteria) this;
  380. }
  381. public Criteria andMainNotIn(List<Integer> values) {
  382. addCriterion("main not in", values, "main");
  383. return (Criteria) this;
  384. }
  385. public Criteria andMainBetween(Integer value1, Integer value2) {
  386. addCriterion("main between", value1, value2, "main");
  387. return (Criteria) this;
  388. }
  389. public Criteria andMainNotBetween(Integer value1, Integer value2) {
  390. addCriterion("main not between", value1, value2, "main");
  391. return (Criteria) this;
  392. }
  393. public Criteria andCommodityIdIsNull() {
  394. addCriterion("commodity_id is null");
  395. return (Criteria) this;
  396. }
  397. public Criteria andCommodityIdIsNotNull() {
  398. addCriterion("commodity_id is not null");
  399. return (Criteria) this;
  400. }
  401. public Criteria andCommodityIdEqualTo(String value) {
  402. addCriterion("commodity_id =", value, "commodityId");
  403. return (Criteria) this;
  404. }
  405. public Criteria andCommodityIdNotEqualTo(String value) {
  406. addCriterion("commodity_id <>", value, "commodityId");
  407. return (Criteria) this;
  408. }
  409. public Criteria andCommodityIdGreaterThan(String value) {
  410. addCriterion("commodity_id >", value, "commodityId");
  411. return (Criteria) this;
  412. }
  413. public Criteria andCommodityIdGreaterThanOrEqualTo(String value) {
  414. addCriterion("commodity_id >=", value, "commodityId");
  415. return (Criteria) this;
  416. }
  417. public Criteria andCommodityIdLessThan(String value) {
  418. addCriterion("commodity_id <", value, "commodityId");
  419. return (Criteria) this;
  420. }
  421. public Criteria andCommodityIdLessThanOrEqualTo(String value) {
  422. addCriterion("commodity_id <=", value, "commodityId");
  423. return (Criteria) this;
  424. }
  425. public Criteria andCommodityIdLike(String value) {
  426. addCriterion("commodity_id like", value, "commodityId");
  427. return (Criteria) this;
  428. }
  429. public Criteria andCommodityIdNotLike(String value) {
  430. addCriterion("commodity_id not like", value, "commodityId");
  431. return (Criteria) this;
  432. }
  433. public Criteria andCommodityIdIn(List<String> values) {
  434. addCriterion("commodity_id in", values, "commodityId");
  435. return (Criteria) this;
  436. }
  437. public Criteria andCommodityIdNotIn(List<String> values) {
  438. addCriterion("commodity_id not in", values, "commodityId");
  439. return (Criteria) this;
  440. }
  441. public Criteria andCommodityIdBetween(String value1, String value2) {
  442. addCriterion("commodity_id between", value1, value2, "commodityId");
  443. return (Criteria) this;
  444. }
  445. public Criteria andCommodityIdNotBetween(String value1, String value2) {
  446. addCriterion("commodity_id not between", value1, value2, "commodityId");
  447. return (Criteria) this;
  448. }
  449. public Criteria andCommodityNameIsNull() {
  450. addCriterion("commodity_name is null");
  451. return (Criteria) this;
  452. }
  453. public Criteria andCommodityNameIsNotNull() {
  454. addCriterion("commodity_name is not null");
  455. return (Criteria) this;
  456. }
  457. public Criteria andCommodityNameEqualTo(String value) {
  458. addCriterion("commodity_name =", value, "commodityName");
  459. return (Criteria) this;
  460. }
  461. public Criteria andCommodityNameNotEqualTo(String value) {
  462. addCriterion("commodity_name <>", value, "commodityName");
  463. return (Criteria) this;
  464. }
  465. public Criteria andCommodityNameGreaterThan(String value) {
  466. addCriterion("commodity_name >", value, "commodityName");
  467. return (Criteria) this;
  468. }
  469. public Criteria andCommodityNameGreaterThanOrEqualTo(String value) {
  470. addCriterion("commodity_name >=", value, "commodityName");
  471. return (Criteria) this;
  472. }
  473. public Criteria andCommodityNameLessThan(String value) {
  474. addCriterion("commodity_name <", value, "commodityName");
  475. return (Criteria) this;
  476. }
  477. public Criteria andCommodityNameLessThanOrEqualTo(String value) {
  478. addCriterion("commodity_name <=", value, "commodityName");
  479. return (Criteria) this;
  480. }
  481. public Criteria andCommodityNameLike(String value) {
  482. addCriterion("commodity_name like", value, "commodityName");
  483. return (Criteria) this;
  484. }
  485. public Criteria andCommodityNameNotLike(String value) {
  486. addCriterion("commodity_name not like", value, "commodityName");
  487. return (Criteria) this;
  488. }
  489. public Criteria andCommodityNameIn(List<String> values) {
  490. addCriterion("commodity_name in", values, "commodityName");
  491. return (Criteria) this;
  492. }
  493. public Criteria andCommodityNameNotIn(List<String> values) {
  494. addCriterion("commodity_name not in", values, "commodityName");
  495. return (Criteria) this;
  496. }
  497. public Criteria andCommodityNameBetween(String value1, String value2) {
  498. addCriterion("commodity_name between", value1, value2, "commodityName");
  499. return (Criteria) this;
  500. }
  501. public Criteria andCommodityNameNotBetween(String value1, String value2) {
  502. addCriterion("commodity_name not between", value1, value2, "commodityName");
  503. return (Criteria) this;
  504. }
  505. public Criteria andCommodityQuantityIsNull() {
  506. addCriterion("commodity_quantity is null");
  507. return (Criteria) this;
  508. }
  509. public Criteria andCommodityQuantityIsNotNull() {
  510. addCriterion("commodity_quantity is not null");
  511. return (Criteria) this;
  512. }
  513. public Criteria andCommodityQuantityEqualTo(Integer value) {
  514. addCriterion("commodity_quantity =", value, "commodityQuantity");
  515. return (Criteria) this;
  516. }
  517. public Criteria andCommodityQuantityNotEqualTo(Integer value) {
  518. addCriterion("commodity_quantity <>", value, "commodityQuantity");
  519. return (Criteria) this;
  520. }
  521. public Criteria andCommodityQuantityGreaterThan(Integer value) {
  522. addCriterion("commodity_quantity >", value, "commodityQuantity");
  523. return (Criteria) this;
  524. }
  525. public Criteria andCommodityQuantityGreaterThanOrEqualTo(Integer value) {
  526. addCriterion("commodity_quantity >=", value, "commodityQuantity");
  527. return (Criteria) this;
  528. }
  529. public Criteria andCommodityQuantityLessThan(Integer value) {
  530. addCriterion("commodity_quantity <", value, "commodityQuantity");
  531. return (Criteria) this;
  532. }
  533. public Criteria andCommodityQuantityLessThanOrEqualTo(Integer value) {
  534. addCriterion("commodity_quantity <=", value, "commodityQuantity");
  535. return (Criteria) this;
  536. }
  537. public Criteria andCommodityQuantityIn(List<Integer> values) {
  538. addCriterion("commodity_quantity in", values, "commodityQuantity");
  539. return (Criteria) this;
  540. }
  541. public Criteria andCommodityQuantityNotIn(List<Integer> values) {
  542. addCriterion("commodity_quantity not in", values, "commodityQuantity");
  543. return (Criteria) this;
  544. }
  545. public Criteria andCommodityQuantityBetween(Integer value1, Integer value2) {
  546. addCriterion("commodity_quantity between", value1, value2, "commodityQuantity");
  547. return (Criteria) this;
  548. }
  549. public Criteria andCommodityQuantityNotBetween(Integer value1, Integer value2) {
  550. addCriterion("commodity_quantity not between", value1, value2, "commodityQuantity");
  551. return (Criteria) this;
  552. }
  553. public Criteria andCommodityPriceIsNull() {
  554. addCriterion("commodity_price is null");
  555. return (Criteria) this;
  556. }
  557. public Criteria andCommodityPriceIsNotNull() {
  558. addCriterion("commodity_price is not null");
  559. return (Criteria) this;
  560. }
  561. public Criteria andCommodityPriceEqualTo(BigDecimal value) {
  562. addCriterion("commodity_price =", value, "commodityPrice");
  563. return (Criteria) this;
  564. }
  565. public Criteria andCommodityPriceNotEqualTo(BigDecimal value) {
  566. addCriterion("commodity_price <>", value, "commodityPrice");
  567. return (Criteria) this;
  568. }
  569. public Criteria andCommodityPriceGreaterThan(BigDecimal value) {
  570. addCriterion("commodity_price >", value, "commodityPrice");
  571. return (Criteria) this;
  572. }
  573. public Criteria andCommodityPriceGreaterThanOrEqualTo(BigDecimal value) {
  574. addCriterion("commodity_price >=", value, "commodityPrice");
  575. return (Criteria) this;
  576. }
  577. public Criteria andCommodityPriceLessThan(BigDecimal value) {
  578. addCriterion("commodity_price <", value, "commodityPrice");
  579. return (Criteria) this;
  580. }
  581. public Criteria andCommodityPriceLessThanOrEqualTo(BigDecimal value) {
  582. addCriterion("commodity_price <=", value, "commodityPrice");
  583. return (Criteria) this;
  584. }
  585. public Criteria andCommodityPriceIn(List<BigDecimal> values) {
  586. addCriterion("commodity_price in", values, "commodityPrice");
  587. return (Criteria) this;
  588. }
  589. public Criteria andCommodityPriceNotIn(List<BigDecimal> values) {
  590. addCriterion("commodity_price not in", values, "commodityPrice");
  591. return (Criteria) this;
  592. }
  593. public Criteria andCommodityPriceBetween(BigDecimal value1, BigDecimal value2) {
  594. addCriterion("commodity_price between", value1, value2, "commodityPrice");
  595. return (Criteria) this;
  596. }
  597. public Criteria andCommodityPriceNotBetween(BigDecimal value1, BigDecimal value2) {
  598. addCriterion("commodity_price not between", value1, value2, "commodityPrice");
  599. return (Criteria) this;
  600. }
  601. public Criteria andTaskCommentIsNull() {
  602. addCriterion("task_comment is null");
  603. return (Criteria) this;
  604. }
  605. public Criteria andTaskCommentIsNotNull() {
  606. addCriterion("task_comment is not null");
  607. return (Criteria) this;
  608. }
  609. public Criteria andTaskCommentEqualTo(String value) {
  610. addCriterion("task_comment =", value, "taskComment");
  611. return (Criteria) this;
  612. }
  613. public Criteria andTaskCommentNotEqualTo(String value) {
  614. addCriterion("task_comment <>", value, "taskComment");
  615. return (Criteria) this;
  616. }
  617. public Criteria andTaskCommentGreaterThan(String value) {
  618. addCriterion("task_comment >", value, "taskComment");
  619. return (Criteria) this;
  620. }
  621. public Criteria andTaskCommentGreaterThanOrEqualTo(String value) {
  622. addCriterion("task_comment >=", value, "taskComment");
  623. return (Criteria) this;
  624. }
  625. public Criteria andTaskCommentLessThan(String value) {
  626. addCriterion("task_comment <", value, "taskComment");
  627. return (Criteria) this;
  628. }
  629. public Criteria andTaskCommentLessThanOrEqualTo(String value) {
  630. addCriterion("task_comment <=", value, "taskComment");
  631. return (Criteria) this;
  632. }
  633. public Criteria andTaskCommentLike(String value) {
  634. addCriterion("task_comment like", value, "taskComment");
  635. return (Criteria) this;
  636. }
  637. public Criteria andTaskCommentNotLike(String value) {
  638. addCriterion("task_comment not like", value, "taskComment");
  639. return (Criteria) this;
  640. }
  641. public Criteria andTaskCommentIn(List<String> values) {
  642. addCriterion("task_comment in", values, "taskComment");
  643. return (Criteria) this;
  644. }
  645. public Criteria andTaskCommentNotIn(List<String> values) {
  646. addCriterion("task_comment not in", values, "taskComment");
  647. return (Criteria) this;
  648. }
  649. public Criteria andTaskCommentBetween(String value1, String value2) {
  650. addCriterion("task_comment between", value1, value2, "taskComment");
  651. return (Criteria) this;
  652. }
  653. public Criteria andTaskCommentNotBetween(String value1, String value2) {
  654. addCriterion("task_comment not between", value1, value2, "taskComment");
  655. return (Criteria) this;
  656. }
  657. public Criteria andTypeIsNull() {
  658. addCriterion("type is null");
  659. return (Criteria) this;
  660. }
  661. public Criteria andTypeIsNotNull() {
  662. addCriterion("type is not null");
  663. return (Criteria) this;
  664. }
  665. public Criteria andTypeEqualTo(Integer value) {
  666. addCriterion("type =", value, "type");
  667. return (Criteria) this;
  668. }
  669. public Criteria andTypeNotEqualTo(Integer value) {
  670. addCriterion("type <>", value, "type");
  671. return (Criteria) this;
  672. }
  673. public Criteria andTypeGreaterThan(Integer value) {
  674. addCriterion("type >", value, "type");
  675. return (Criteria) this;
  676. }
  677. public Criteria andTypeGreaterThanOrEqualTo(Integer value) {
  678. addCriterion("type >=", value, "type");
  679. return (Criteria) this;
  680. }
  681. public Criteria andTypeLessThan(Integer value) {
  682. addCriterion("type <", value, "type");
  683. return (Criteria) this;
  684. }
  685. public Criteria andTypeLessThanOrEqualTo(Integer value) {
  686. addCriterion("type <=", value, "type");
  687. return (Criteria) this;
  688. }
  689. public Criteria andTypeIn(List<Integer> values) {
  690. addCriterion("type in", values, "type");
  691. return (Criteria) this;
  692. }
  693. public Criteria andTypeNotIn(List<Integer> values) {
  694. addCriterion("type not in", values, "type");
  695. return (Criteria) this;
  696. }
  697. public Criteria andTypeBetween(Integer value1, Integer value2) {
  698. addCriterion("type between", value1, value2, "type");
  699. return (Criteria) this;
  700. }
  701. public Criteria andTypeNotBetween(Integer value1, Integer value2) {
  702. addCriterion("type not between", value1, value2, "type");
  703. return (Criteria) this;
  704. }
  705. public Criteria andCreateTimeIsNull() {
  706. addCriterion("create_time is null");
  707. return (Criteria) this;
  708. }
  709. public Criteria andCreateTimeIsNotNull() {
  710. addCriterion("create_time is not null");
  711. return (Criteria) this;
  712. }
  713. public Criteria andCreateTimeEqualTo(Date value) {
  714. addCriterion("create_time =", value, "createTime");
  715. return (Criteria) this;
  716. }
  717. public Criteria andCreateTimeNotEqualTo(Date value) {
  718. addCriterion("create_time <>", value, "createTime");
  719. return (Criteria) this;
  720. }
  721. public Criteria andCreateTimeGreaterThan(Date value) {
  722. addCriterion("create_time >", value, "createTime");
  723. return (Criteria) this;
  724. }
  725. public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
  726. addCriterion("create_time >=", value, "createTime");
  727. return (Criteria) this;
  728. }
  729. public Criteria andCreateTimeLessThan(Date value) {
  730. addCriterion("create_time <", value, "createTime");
  731. return (Criteria) this;
  732. }
  733. public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
  734. addCriterion("create_time <=", value, "createTime");
  735. return (Criteria) this;
  736. }
  737. public Criteria andCreateTimeIn(List<Date> values) {
  738. addCriterion("create_time in", values, "createTime");
  739. return (Criteria) this;
  740. }
  741. public Criteria andCreateTimeNotIn(List<Date> values) {
  742. addCriterion("create_time not in", values, "createTime");
  743. return (Criteria) this;
  744. }
  745. public Criteria andCreateTimeBetween(Date value1, Date value2) {
  746. addCriterion("create_time between", value1, value2, "createTime");
  747. return (Criteria) this;
  748. }
  749. public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
  750. addCriterion("create_time not between", value1, value2, "createTime");
  751. return (Criteria) this;
  752. }
  753. public Criteria andSplitStatusIsNull() {
  754. addCriterion("split_status is null");
  755. return (Criteria) this;
  756. }
  757. public Criteria andSplitStatusIsNotNull() {
  758. addCriterion("split_status is not null");
  759. return (Criteria) this;
  760. }
  761. public Criteria andSplitStatusEqualTo(Integer value) {
  762. addCriterion("split_status =", value, "splitStatus");
  763. return (Criteria) this;
  764. }
  765. public Criteria andSplitStatusNotEqualTo(Integer value) {
  766. addCriterion("split_status <>", value, "splitStatus");
  767. return (Criteria) this;
  768. }
  769. public Criteria andSplitStatusGreaterThan(Integer value) {
  770. addCriterion("split_status >", value, "splitStatus");
  771. return (Criteria) this;
  772. }
  773. public Criteria andSplitStatusGreaterThanOrEqualTo(Integer value) {
  774. addCriterion("split_status >=", value, "splitStatus");
  775. return (Criteria) this;
  776. }
  777. public Criteria andSplitStatusLessThan(Integer value) {
  778. addCriterion("split_status <", value, "splitStatus");
  779. return (Criteria) this;
  780. }
  781. public Criteria andSplitStatusLessThanOrEqualTo(Integer value) {
  782. addCriterion("split_status <=", value, "splitStatus");
  783. return (Criteria) this;
  784. }
  785. public Criteria andSplitStatusIn(List<Integer> values) {
  786. addCriterion("split_status in", values, "splitStatus");
  787. return (Criteria) this;
  788. }
  789. public Criteria andSplitStatusNotIn(List<Integer> values) {
  790. addCriterion("split_status not in", values, "splitStatus");
  791. return (Criteria) this;
  792. }
  793. public Criteria andSplitStatusBetween(Integer value1, Integer value2) {
  794. addCriterion("split_status between", value1, value2, "splitStatus");
  795. return (Criteria) this;
  796. }
  797. public Criteria andSplitStatusNotBetween(Integer value1, Integer value2) {
  798. addCriterion("split_status not between", value1, value2, "splitStatus");
  799. return (Criteria) this;
  800. }
  801. }
  802. /**
  803. * This class was generated by MyBatis Generator. This class corresponds to the database table t_change_task
  804. * @mbg.generated Tue Mar 17 17:10:55 CST 2020
  805. */
  806. public static class Criterion {
  807. private String condition;
  808. private Object value;
  809. private Object secondValue;
  810. private boolean noValue;
  811. private boolean singleValue;
  812. private boolean betweenValue;
  813. private boolean listValue;
  814. private String typeHandler;
  815. public String getCondition() {
  816. return condition;
  817. }
  818. public Object getValue() {
  819. return value;
  820. }
  821. public Object getSecondValue() {
  822. return secondValue;
  823. }
  824. public boolean isNoValue() {
  825. return noValue;
  826. }
  827. public boolean isSingleValue() {
  828. return singleValue;
  829. }
  830. public boolean isBetweenValue() {
  831. return betweenValue;
  832. }
  833. public boolean isListValue() {
  834. return listValue;
  835. }
  836. public String getTypeHandler() {
  837. return typeHandler;
  838. }
  839. protected Criterion(String condition) {
  840. super();
  841. this.condition = condition;
  842. this.typeHandler = null;
  843. this.noValue = true;
  844. }
  845. protected Criterion(String condition, Object value, String typeHandler) {
  846. super();
  847. this.condition = condition;
  848. this.value = value;
  849. this.typeHandler = typeHandler;
  850. if (value instanceof List<?>) {
  851. this.listValue = true;
  852. } else {
  853. this.singleValue = true;
  854. }
  855. }
  856. protected Criterion(String condition, Object value) {
  857. this(condition, value, null);
  858. }
  859. protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
  860. super();
  861. this.condition = condition;
  862. this.value = value;
  863. this.secondValue = secondValue;
  864. this.typeHandler = typeHandler;
  865. this.betweenValue = true;
  866. }
  867. protected Criterion(String condition, Object value, Object secondValue) {
  868. this(condition, value, secondValue, null);
  869. }
  870. }
  871. /**
  872. * This class was generated by MyBatis Generator.
  873. * This class corresponds to the database table t_changge_task
  874. *
  875. * @mbg.generated do_not_delete_during_merge Fri Jan 10 14:30:20 CST 2020
  876. */
  877. public static class Criteria extends GeneratedCriteria {
  878. protected Criteria() {
  879. super();
  880. }
  881. }
  882. }