| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213 |
- package com.goafanti.common.model;
- import java.math.BigDecimal;
- import java.util.ArrayList;
- import java.util.Date;
- import java.util.List;
- public class TChangeTaskExample {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- protected String orderByClause;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- protected boolean distinct;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- protected List<Criteria> oredCriteria;
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- public TChangeTaskExample() {
- oredCriteria = new ArrayList<Criteria>();
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- public String getOrderByClause() {
- return orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- public boolean isDistinct() {
- return distinct;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- public List<Criteria> getOredCriteria() {
- return oredCriteria;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
- /**
- * This class was generated by MyBatis Generator. This class corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- protected abstract static class GeneratedCriteria {
- protected List<Criterion> criteria;
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<Criterion>();
- }
- public boolean isValid() {
- return criteria.size() > 0;
- }
- public List<Criterion> getAllCriteria() {
- return criteria;
- }
- public List<Criterion> getCriteria() {
- return criteria;
- }
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteria.add(new Criterion(condition));
- }
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value));
- }
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
- if (value1 == null || value2 == null) {
- throw new RuntimeException("Between values for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value1, value2));
- }
- public Criteria andIdIsNull() {
- addCriterion("id is null");
- return (Criteria) this;
- }
- public Criteria andIdIsNotNull() {
- addCriterion("id is not null");
- return (Criteria) this;
- }
- public Criteria andIdEqualTo(Integer value) {
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotEqualTo(Integer value) {
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdGreaterThan(Integer value) {
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdGreaterThanOrEqualTo(Integer value) {
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdLessThan(Integer value) {
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdLessThanOrEqualTo(Integer value) {
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdIn(List<Integer> values) {
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotIn(List<Integer> values) {
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
- public Criteria andIdBetween(Integer value1, Integer value2) {
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotBetween(Integer value1, Integer value2) {
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
- public Criteria andTidIsNull() {
- addCriterion("tid is null");
- return (Criteria) this;
- }
- public Criteria andTidIsNotNull() {
- addCriterion("tid is not null");
- return (Criteria) this;
- }
- public Criteria andTidEqualTo(Integer value) {
- addCriterion("tid =", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidNotEqualTo(Integer value) {
- addCriterion("tid <>", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidGreaterThan(Integer value) {
- addCriterion("tid >", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidGreaterThanOrEqualTo(Integer value) {
- addCriterion("tid >=", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidLessThan(Integer value) {
- addCriterion("tid <", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidLessThanOrEqualTo(Integer value) {
- addCriterion("tid <=", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidIn(List<Integer> values) {
- addCriterion("tid in", values, "tid");
- return (Criteria) this;
- }
- public Criteria andTidNotIn(List<Integer> values) {
- addCriterion("tid not in", values, "tid");
- return (Criteria) this;
- }
- public Criteria andTidBetween(Integer value1, Integer value2) {
- addCriterion("tid between", value1, value2, "tid");
- return (Criteria) this;
- }
- public Criteria andTidNotBetween(Integer value1, Integer value2) {
- addCriterion("tid not between", value1, value2, "tid");
- return (Criteria) this;
- }
- public Criteria andCidIsNull() {
- addCriterion("cid is null");
- return (Criteria) this;
- }
- public Criteria andCidIsNotNull() {
- addCriterion("cid is not null");
- return (Criteria) this;
- }
- public Criteria andCidEqualTo(Integer value) {
- addCriterion("cid =", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidNotEqualTo(Integer value) {
- addCriterion("cid <>", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidGreaterThan(Integer value) {
- addCriterion("cid >", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidGreaterThanOrEqualTo(Integer value) {
- addCriterion("cid >=", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidLessThan(Integer value) {
- addCriterion("cid <", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidLessThanOrEqualTo(Integer value) {
- addCriterion("cid <=", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidIn(List<Integer> values) {
- addCriterion("cid in", values, "cid");
- return (Criteria) this;
- }
- public Criteria andCidNotIn(List<Integer> values) {
- addCriterion("cid not in", values, "cid");
- return (Criteria) this;
- }
- public Criteria andCidBetween(Integer value1, Integer value2) {
- addCriterion("cid between", value1, value2, "cid");
- return (Criteria) this;
- }
- public Criteria andCidNotBetween(Integer value1, Integer value2) {
- addCriterion("cid not between", value1, value2, "cid");
- return (Criteria) this;
- }
- public Criteria andOrderNoIsNull() {
- addCriterion("order_no is null");
- return (Criteria) this;
- }
- public Criteria andOrderNoIsNotNull() {
- addCriterion("order_no is not null");
- return (Criteria) this;
- }
- public Criteria andOrderNoEqualTo(String value) {
- addCriterion("order_no =", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoNotEqualTo(String value) {
- addCriterion("order_no <>", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoGreaterThan(String value) {
- addCriterion("order_no >", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoGreaterThanOrEqualTo(String value) {
- addCriterion("order_no >=", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoLessThan(String value) {
- addCriterion("order_no <", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoLessThanOrEqualTo(String value) {
- addCriterion("order_no <=", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoLike(String value) {
- addCriterion("order_no like", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoNotLike(String value) {
- addCriterion("order_no not like", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoIn(List<String> values) {
- addCriterion("order_no in", values, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoNotIn(List<String> values) {
- addCriterion("order_no not in", values, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoBetween(String value1, String value2) {
- addCriterion("order_no between", value1, value2, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoNotBetween(String value1, String value2) {
- addCriterion("order_no not between", value1, value2, "orderNo");
- return (Criteria) this;
- }
- public Criteria andMainIsNull() {
- addCriterion("main is null");
- return (Criteria) this;
- }
- public Criteria andMainIsNotNull() {
- addCriterion("main is not null");
- return (Criteria) this;
- }
- public Criteria andMainEqualTo(Integer value) {
- addCriterion("main =", value, "main");
- return (Criteria) this;
- }
- public Criteria andMainNotEqualTo(Integer value) {
- addCriterion("main <>", value, "main");
- return (Criteria) this;
- }
- public Criteria andMainGreaterThan(Integer value) {
- addCriterion("main >", value, "main");
- return (Criteria) this;
- }
- public Criteria andMainGreaterThanOrEqualTo(Integer value) {
- addCriterion("main >=", value, "main");
- return (Criteria) this;
- }
- public Criteria andMainLessThan(Integer value) {
- addCriterion("main <", value, "main");
- return (Criteria) this;
- }
- public Criteria andMainLessThanOrEqualTo(Integer value) {
- addCriterion("main <=", value, "main");
- return (Criteria) this;
- }
- public Criteria andMainIn(List<Integer> values) {
- addCriterion("main in", values, "main");
- return (Criteria) this;
- }
- public Criteria andMainNotIn(List<Integer> values) {
- addCriterion("main not in", values, "main");
- return (Criteria) this;
- }
- public Criteria andMainBetween(Integer value1, Integer value2) {
- addCriterion("main between", value1, value2, "main");
- return (Criteria) this;
- }
- public Criteria andMainNotBetween(Integer value1, Integer value2) {
- addCriterion("main not between", value1, value2, "main");
- return (Criteria) this;
- }
- public Criteria andCommodityIdIsNull() {
- addCriterion("commodity_id is null");
- return (Criteria) this;
- }
- public Criteria andCommodityIdIsNotNull() {
- addCriterion("commodity_id is not null");
- return (Criteria) this;
- }
- public Criteria andCommodityIdEqualTo(String value) {
- addCriterion("commodity_id =", value, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityIdNotEqualTo(String value) {
- addCriterion("commodity_id <>", value, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityIdGreaterThan(String value) {
- addCriterion("commodity_id >", value, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityIdGreaterThanOrEqualTo(String value) {
- addCriterion("commodity_id >=", value, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityIdLessThan(String value) {
- addCriterion("commodity_id <", value, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityIdLessThanOrEqualTo(String value) {
- addCriterion("commodity_id <=", value, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityIdLike(String value) {
- addCriterion("commodity_id like", value, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityIdNotLike(String value) {
- addCriterion("commodity_id not like", value, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityIdIn(List<String> values) {
- addCriterion("commodity_id in", values, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityIdNotIn(List<String> values) {
- addCriterion("commodity_id not in", values, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityIdBetween(String value1, String value2) {
- addCriterion("commodity_id between", value1, value2, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityIdNotBetween(String value1, String value2) {
- addCriterion("commodity_id not between", value1, value2, "commodityId");
- return (Criteria) this;
- }
- public Criteria andCommodityNameIsNull() {
- addCriterion("commodity_name is null");
- return (Criteria) this;
- }
- public Criteria andCommodityNameIsNotNull() {
- addCriterion("commodity_name is not null");
- return (Criteria) this;
- }
- public Criteria andCommodityNameEqualTo(String value) {
- addCriterion("commodity_name =", value, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityNameNotEqualTo(String value) {
- addCriterion("commodity_name <>", value, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityNameGreaterThan(String value) {
- addCriterion("commodity_name >", value, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityNameGreaterThanOrEqualTo(String value) {
- addCriterion("commodity_name >=", value, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityNameLessThan(String value) {
- addCriterion("commodity_name <", value, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityNameLessThanOrEqualTo(String value) {
- addCriterion("commodity_name <=", value, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityNameLike(String value) {
- addCriterion("commodity_name like", value, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityNameNotLike(String value) {
- addCriterion("commodity_name not like", value, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityNameIn(List<String> values) {
- addCriterion("commodity_name in", values, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityNameNotIn(List<String> values) {
- addCriterion("commodity_name not in", values, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityNameBetween(String value1, String value2) {
- addCriterion("commodity_name between", value1, value2, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityNameNotBetween(String value1, String value2) {
- addCriterion("commodity_name not between", value1, value2, "commodityName");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityIsNull() {
- addCriterion("commodity_quantity is null");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityIsNotNull() {
- addCriterion("commodity_quantity is not null");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityEqualTo(Integer value) {
- addCriterion("commodity_quantity =", value, "commodityQuantity");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityNotEqualTo(Integer value) {
- addCriterion("commodity_quantity <>", value, "commodityQuantity");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityGreaterThan(Integer value) {
- addCriterion("commodity_quantity >", value, "commodityQuantity");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityGreaterThanOrEqualTo(Integer value) {
- addCriterion("commodity_quantity >=", value, "commodityQuantity");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityLessThan(Integer value) {
- addCriterion("commodity_quantity <", value, "commodityQuantity");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityLessThanOrEqualTo(Integer value) {
- addCriterion("commodity_quantity <=", value, "commodityQuantity");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityIn(List<Integer> values) {
- addCriterion("commodity_quantity in", values, "commodityQuantity");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityNotIn(List<Integer> values) {
- addCriterion("commodity_quantity not in", values, "commodityQuantity");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityBetween(Integer value1, Integer value2) {
- addCriterion("commodity_quantity between", value1, value2, "commodityQuantity");
- return (Criteria) this;
- }
- public Criteria andCommodityQuantityNotBetween(Integer value1, Integer value2) {
- addCriterion("commodity_quantity not between", value1, value2, "commodityQuantity");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceIsNull() {
- addCriterion("commodity_price is null");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceIsNotNull() {
- addCriterion("commodity_price is not null");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceEqualTo(BigDecimal value) {
- addCriterion("commodity_price =", value, "commodityPrice");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceNotEqualTo(BigDecimal value) {
- addCriterion("commodity_price <>", value, "commodityPrice");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceGreaterThan(BigDecimal value) {
- addCriterion("commodity_price >", value, "commodityPrice");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceGreaterThanOrEqualTo(BigDecimal value) {
- addCriterion("commodity_price >=", value, "commodityPrice");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceLessThan(BigDecimal value) {
- addCriterion("commodity_price <", value, "commodityPrice");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceLessThanOrEqualTo(BigDecimal value) {
- addCriterion("commodity_price <=", value, "commodityPrice");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceIn(List<BigDecimal> values) {
- addCriterion("commodity_price in", values, "commodityPrice");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceNotIn(List<BigDecimal> values) {
- addCriterion("commodity_price not in", values, "commodityPrice");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceBetween(BigDecimal value1, BigDecimal value2) {
- addCriterion("commodity_price between", value1, value2, "commodityPrice");
- return (Criteria) this;
- }
- public Criteria andCommodityPriceNotBetween(BigDecimal value1, BigDecimal value2) {
- addCriterion("commodity_price not between", value1, value2, "commodityPrice");
- return (Criteria) this;
- }
- public Criteria andTaskCommentIsNull() {
- addCriterion("task_comment is null");
- return (Criteria) this;
- }
- public Criteria andTaskCommentIsNotNull() {
- addCriterion("task_comment is not null");
- return (Criteria) this;
- }
- public Criteria andTaskCommentEqualTo(String value) {
- addCriterion("task_comment =", value, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTaskCommentNotEqualTo(String value) {
- addCriterion("task_comment <>", value, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTaskCommentGreaterThan(String value) {
- addCriterion("task_comment >", value, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTaskCommentGreaterThanOrEqualTo(String value) {
- addCriterion("task_comment >=", value, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTaskCommentLessThan(String value) {
- addCriterion("task_comment <", value, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTaskCommentLessThanOrEqualTo(String value) {
- addCriterion("task_comment <=", value, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTaskCommentLike(String value) {
- addCriterion("task_comment like", value, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTaskCommentNotLike(String value) {
- addCriterion("task_comment not like", value, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTaskCommentIn(List<String> values) {
- addCriterion("task_comment in", values, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTaskCommentNotIn(List<String> values) {
- addCriterion("task_comment not in", values, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTaskCommentBetween(String value1, String value2) {
- addCriterion("task_comment between", value1, value2, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTaskCommentNotBetween(String value1, String value2) {
- addCriterion("task_comment not between", value1, value2, "taskComment");
- return (Criteria) this;
- }
- public Criteria andTypeIsNull() {
- addCriterion("type is null");
- return (Criteria) this;
- }
- public Criteria andTypeIsNotNull() {
- addCriterion("type is not null");
- return (Criteria) this;
- }
- public Criteria andTypeEqualTo(Integer value) {
- addCriterion("type =", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeNotEqualTo(Integer value) {
- addCriterion("type <>", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeGreaterThan(Integer value) {
- addCriterion("type >", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeGreaterThanOrEqualTo(Integer value) {
- addCriterion("type >=", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeLessThan(Integer value) {
- addCriterion("type <", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeLessThanOrEqualTo(Integer value) {
- addCriterion("type <=", value, "type");
- return (Criteria) this;
- }
- public Criteria andTypeIn(List<Integer> values) {
- addCriterion("type in", values, "type");
- return (Criteria) this;
- }
- public Criteria andTypeNotIn(List<Integer> values) {
- addCriterion("type not in", values, "type");
- return (Criteria) this;
- }
- public Criteria andTypeBetween(Integer value1, Integer value2) {
- addCriterion("type between", value1, value2, "type");
- return (Criteria) this;
- }
- public Criteria andTypeNotBetween(Integer value1, Integer value2) {
- addCriterion("type not between", value1, value2, "type");
- return (Criteria) this;
- }
- public Criteria andCreateTimeIsNull() {
- addCriterion("create_time is null");
- return (Criteria) this;
- }
- public Criteria andCreateTimeIsNotNull() {
- addCriterion("create_time is not null");
- return (Criteria) this;
- }
- public Criteria andCreateTimeEqualTo(Date value) {
- addCriterion("create_time =", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeNotEqualTo(Date value) {
- addCriterion("create_time <>", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeGreaterThan(Date value) {
- addCriterion("create_time >", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
- addCriterion("create_time >=", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeLessThan(Date value) {
- addCriterion("create_time <", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
- addCriterion("create_time <=", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeIn(List<Date> values) {
- addCriterion("create_time in", values, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeNotIn(List<Date> values) {
- addCriterion("create_time not in", values, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeBetween(Date value1, Date value2) {
- addCriterion("create_time between", value1, value2, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
- addCriterion("create_time not between", value1, value2, "createTime");
- return (Criteria) this;
- }
- public Criteria andSplitStatusIsNull() {
- addCriterion("split_status is null");
- return (Criteria) this;
- }
- public Criteria andSplitStatusIsNotNull() {
- addCriterion("split_status is not null");
- return (Criteria) this;
- }
- public Criteria andSplitStatusEqualTo(Integer value) {
- addCriterion("split_status =", value, "splitStatus");
- return (Criteria) this;
- }
- public Criteria andSplitStatusNotEqualTo(Integer value) {
- addCriterion("split_status <>", value, "splitStatus");
- return (Criteria) this;
- }
- public Criteria andSplitStatusGreaterThan(Integer value) {
- addCriterion("split_status >", value, "splitStatus");
- return (Criteria) this;
- }
- public Criteria andSplitStatusGreaterThanOrEqualTo(Integer value) {
- addCriterion("split_status >=", value, "splitStatus");
- return (Criteria) this;
- }
- public Criteria andSplitStatusLessThan(Integer value) {
- addCriterion("split_status <", value, "splitStatus");
- return (Criteria) this;
- }
- public Criteria andSplitStatusLessThanOrEqualTo(Integer value) {
- addCriterion("split_status <=", value, "splitStatus");
- return (Criteria) this;
- }
- public Criteria andSplitStatusIn(List<Integer> values) {
- addCriterion("split_status in", values, "splitStatus");
- return (Criteria) this;
- }
- public Criteria andSplitStatusNotIn(List<Integer> values) {
- addCriterion("split_status not in", values, "splitStatus");
- return (Criteria) this;
- }
- public Criteria andSplitStatusBetween(Integer value1, Integer value2) {
- addCriterion("split_status between", value1, value2, "splitStatus");
- return (Criteria) this;
- }
- public Criteria andSplitStatusNotBetween(Integer value1, Integer value2) {
- addCriterion("split_status not between", value1, value2, "splitStatus");
- return (Criteria) this;
- }
- public Criteria andSplitSuperIsNull() {
- addCriterion("split_super is null");
- return (Criteria) this;
- }
- public Criteria andSplitSuperIsNotNull() {
- addCriterion("split_super is not null");
- return (Criteria) this;
- }
- public Criteria andSplitSuperEqualTo(Integer value) {
- addCriterion("split_super =", value, "splitSuper");
- return (Criteria) this;
- }
- public Criteria andSplitSuperNotEqualTo(Integer value) {
- addCriterion("split_super <>", value, "splitSuper");
- return (Criteria) this;
- }
- public Criteria andSplitSuperGreaterThan(Integer value) {
- addCriterion("split_super >", value, "splitSuper");
- return (Criteria) this;
- }
- public Criteria andSplitSuperGreaterThanOrEqualTo(Integer value) {
- addCriterion("split_super >=", value, "splitSuper");
- return (Criteria) this;
- }
- public Criteria andSplitSuperLessThan(Integer value) {
- addCriterion("split_super <", value, "splitSuper");
- return (Criteria) this;
- }
- public Criteria andSplitSuperLessThanOrEqualTo(Integer value) {
- addCriterion("split_super <=", value, "splitSuper");
- return (Criteria) this;
- }
- public Criteria andSplitSuperIn(List<Integer> values) {
- addCriterion("split_super in", values, "splitSuper");
- return (Criteria) this;
- }
- public Criteria andSplitSuperNotIn(List<Integer> values) {
- addCriterion("split_super not in", values, "splitSuper");
- return (Criteria) this;
- }
- public Criteria andSplitSuperBetween(Integer value1, Integer value2) {
- addCriterion("split_super between", value1, value2, "splitSuper");
- return (Criteria) this;
- }
- public Criteria andSplitSuperNotBetween(Integer value1, Integer value2) {
- addCriterion("split_super not between", value1, value2, "splitSuper");
- return (Criteria) this;
- }
- public Criteria andReceiverNameIsNull() {
- addCriterion("receiver_name is null");
- return (Criteria) this;
- }
- public Criteria andReceiverNameIsNotNull() {
- addCriterion("receiver_name is not null");
- return (Criteria) this;
- }
- public Criteria andReceiverNameEqualTo(String value) {
- addCriterion("receiver_name =", value, "receiverName");
- return (Criteria) this;
- }
- public Criteria andReceiverNameNotEqualTo(String value) {
- addCriterion("receiver_name <>", value, "receiverName");
- return (Criteria) this;
- }
- public Criteria andReceiverNameGreaterThan(String value) {
- addCriterion("receiver_name >", value, "receiverName");
- return (Criteria) this;
- }
- public Criteria andReceiverNameGreaterThanOrEqualTo(String value) {
- addCriterion("receiver_name >=", value, "receiverName");
- return (Criteria) this;
- }
- public Criteria andReceiverNameLessThan(String value) {
- addCriterion("receiver_name <", value, "receiverName");
- return (Criteria) this;
- }
- public Criteria andReceiverNameLessThanOrEqualTo(String value) {
- addCriterion("receiver_name <=", value, "receiverName");
- return (Criteria) this;
- }
- public Criteria andReceiverNameLike(String value) {
- addCriterion("receiver_name like", value, "receiverName");
- return (Criteria) this;
- }
- public Criteria andReceiverNameNotLike(String value) {
- addCriterion("receiver_name not like", value, "receiverName");
- return (Criteria) this;
- }
- public Criteria andReceiverNameIn(List<String> values) {
- addCriterion("receiver_name in", values, "receiverName");
- return (Criteria) this;
- }
- public Criteria andReceiverNameNotIn(List<String> values) {
- addCriterion("receiver_name not in", values, "receiverName");
- return (Criteria) this;
- }
- public Criteria andReceiverNameBetween(String value1, String value2) {
- addCriterion("receiver_name between", value1, value2, "receiverName");
- return (Criteria) this;
- }
- public Criteria andReceiverNameNotBetween(String value1, String value2) {
- addCriterion("receiver_name not between", value1, value2, "receiverName");
- return (Criteria) this;
- }
- }
- /**
- * This class was generated by MyBatis Generator. This class corresponds to the database table t_change_task
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
- */
- public static class Criterion {
- private String condition;
- private Object value;
- private Object secondValue;
- private boolean noValue;
- private boolean singleValue;
- private boolean betweenValue;
- private boolean listValue;
- private String typeHandler;
- public String getCondition() {
- return condition;
- }
- public Object getValue() {
- return value;
- }
- public Object getSecondValue() {
- return secondValue;
- }
- public boolean isNoValue() {
- return noValue;
- }
- public boolean isSingleValue() {
- return singleValue;
- }
- public boolean isBetweenValue() {
- return betweenValue;
- }
- public boolean isListValue() {
- return listValue;
- }
- public String getTypeHandler() {
- return typeHandler;
- }
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.typeHandler = null;
- this.noValue = true;
- }
- protected Criterion(String condition, Object value, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.typeHandler = typeHandler;
- if (value instanceof List<?>) {
- this.listValue = true;
- } else {
- this.singleValue = true;
- }
- }
- protected Criterion(String condition, Object value) {
- this(condition, value, null);
- }
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.secondValue = secondValue;
- this.typeHandler = typeHandler;
- this.betweenValue = true;
- }
- protected Criterion(String condition, Object value, Object secondValue) {
- this(condition, value, secondValue, null);
- }
- }
- /**
- * This class was generated by MyBatis Generator.
- * This class corresponds to the database table t_changge_task
- *
- * @mbg.generated do_not_delete_during_merge Fri Jan 10 14:30:20 CST 2020
- */
- public static class Criteria extends GeneratedCriteria {
- protected Criteria() {
- super();
- }
- }
- }
|