123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014 |
- package com.huimv.xx.dataobject;
- import java.util.ArrayList;
- import java.util.Date;
- import java.util.HashMap;
- import java.util.List;
- import java.util.Map;
- public class XxGttsjlExample {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- protected String orderByClause;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- protected List<Criteria> oredCriteria;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- protected int start = -1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- protected int limit = -1;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public XxGttsjlExample() {
- oredCriteria = new ArrayList<Criteria>();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- protected XxGttsjlExample(XxGttsjlExample example) {
- this.orderByClause = example.orderByClause;
- this.oredCriteria = example.oredCriteria;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public String getOrderByClause() {
- return orderByClause;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public List<Criteria> getOredCriteria() {
- return oredCriteria;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public void clear() {
- oredCriteria.clear();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public void setStart(int start) {
- this.start=start;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public int getStart() {
- return start;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public void setLimit(int limit) {
- this.limit=limit;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public int getLimit() {
- return limit;
- }
- /**
- * This class was generated by Apache iBATIS ibator.
- * This class corresponds to the database table xx_gttsjl
- *
- * @ibatorgenerated Fri Mar 18 11:07:01 CST 2016
- */
- public static class Criteria {
- protected List<String> criteriaWithoutValue;
- protected List<Map<String, Object>> criteriaWithSingleValue;
- protected List<Map<String, Object>> criteriaWithListValue;
- protected List<Map<String, Object>> criteriaWithBetweenValue;
- protected Criteria() {
- super();
- criteriaWithoutValue = new ArrayList<String>();
- criteriaWithSingleValue = new ArrayList<Map<String, Object>>();
- criteriaWithListValue = new ArrayList<Map<String, Object>>();
- criteriaWithBetweenValue = new ArrayList<Map<String, Object>>();
- }
- public boolean isValid() {
- return criteriaWithoutValue.size() > 0
- || criteriaWithSingleValue.size() > 0
- || criteriaWithListValue.size() > 0
- || criteriaWithBetweenValue.size() > 0;
- }
- public List<String> getCriteriaWithoutValue() {
- return criteriaWithoutValue;
- }
- public List<Map<String, Object>> getCriteriaWithSingleValue() {
- return criteriaWithSingleValue;
- }
- public List<Map<String, Object>> getCriteriaWithListValue() {
- return criteriaWithListValue;
- }
- public List<Map<String, Object>> getCriteriaWithBetweenValue() {
- return criteriaWithBetweenValue;
- }
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteriaWithoutValue.add(condition);
- }
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- Map<String, Object> map = new HashMap<String, Object>();
- map.put("condition", condition);
- map.put("value", value);
- criteriaWithSingleValue.add(map);
- }
- protected void addCriterion(String condition, List<? extends Object> values, String property) {
- if (values == null || values.size() == 0) {
- throw new RuntimeException("Value list for " + property + " cannot be null or empty");
- }
- Map<String, Object> map = new HashMap<String, Object>();
- map.put("condition", condition);
- map.put("values", values);
- criteriaWithListValue.add(map);
- }
- 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");
- }
- List<Object> list = new ArrayList<Object>();
- list.add(value1);
- list.add(value2);
- Map<String, Object> map = new HashMap<String, Object>();
- map.put("condition", condition);
- map.put("values", list);
- criteriaWithBetweenValue.add(map);
- }
- public Criteria andIdIsNull() {
- addCriterion("id is null");
- return this;
- }
- public Criteria andIdIsNotNull() {
- addCriterion("id is not null");
- return this;
- }
- public Criteria andIdEqualTo(Integer value) {
- addCriterion("id =", value, "id");
- return this;
- }
- public Criteria andIdNotEqualTo(Integer value) {
- addCriterion("id <>", value, "id");
- return this;
- }
- public Criteria andIdGreaterThan(Integer value) {
- addCriterion("id >", value, "id");
- return this;
- }
- public Criteria andIdGreaterThanOrEqualTo(Integer value) {
- addCriterion("id >=", value, "id");
- return this;
- }
- public Criteria andIdLessThan(Integer value) {
- addCriterion("id <", value, "id");
- return this;
- }
- public Criteria andIdLessThanOrEqualTo(Integer value) {
- addCriterion("id <=", value, "id");
- return this;
- }
- public Criteria andIdIn(List<Integer> values) {
- addCriterion("id in", values, "id");
- return this;
- }
- public Criteria andIdNotIn(List<Integer> values) {
- addCriterion("id not in", values, "id");
- return this;
- }
- public Criteria andIdBetween(Integer value1, Integer value2) {
- addCriterion("id between", value1, value2, "id");
- return this;
- }
- public Criteria andIdNotBetween(Integer value1, Integer value2) {
- addCriterion("id not between", value1, value2, "id");
- return this;
- }
- public Criteria andXxidIsNull() {
- addCriterion("xxid is null");
- return this;
- }
- public Criteria andXxidIsNotNull() {
- addCriterion("xxid is not null");
- return this;
- }
- public Criteria andXxidEqualTo(Integer value) {
- addCriterion("xxid =", value, "xxid");
- return this;
- }
- public Criteria andXxidNotEqualTo(Integer value) {
- addCriterion("xxid <>", value, "xxid");
- return this;
- }
- public Criteria andXxidGreaterThan(Integer value) {
- addCriterion("xxid >", value, "xxid");
- return this;
- }
- public Criteria andXxidGreaterThanOrEqualTo(Integer value) {
- addCriterion("xxid >=", value, "xxid");
- return this;
- }
- public Criteria andXxidLessThan(Integer value) {
- addCriterion("xxid <", value, "xxid");
- return this;
- }
- public Criteria andXxidLessThanOrEqualTo(Integer value) {
- addCriterion("xxid <=", value, "xxid");
- return this;
- }
- public Criteria andXxidIn(List<Integer> values) {
- addCriterion("xxid in", values, "xxid");
- return this;
- }
- public Criteria andXxidNotIn(List<Integer> values) {
- addCriterion("xxid not in", values, "xxid");
- return this;
- }
- public Criteria andXxidBetween(Integer value1, Integer value2) {
- addCriterion("xxid between", value1, value2, "xxid");
- return this;
- }
- public Criteria andXxidNotBetween(Integer value1, Integer value2) {
- addCriterion("xxid not between", value1, value2, "xxid");
- return this;
- }
- public Criteria andTaskidIsNull() {
- addCriterion("taskid is null");
- return this;
- }
- public Criteria andTaskidIsNotNull() {
- addCriterion("taskid is not null");
- return this;
- }
- public Criteria andTaskidEqualTo(String value) {
- addCriterion("taskid =", value, "taskid");
- return this;
- }
- public Criteria andTaskidNotEqualTo(String value) {
- addCriterion("taskid <>", value, "taskid");
- return this;
- }
- public Criteria andTaskidGreaterThan(String value) {
- addCriterion("taskid >", value, "taskid");
- return this;
- }
- public Criteria andTaskidGreaterThanOrEqualTo(String value) {
- addCriterion("taskid >=", value, "taskid");
- return this;
- }
- public Criteria andTaskidLessThan(String value) {
- addCriterion("taskid <", value, "taskid");
- return this;
- }
- public Criteria andTaskidLessThanOrEqualTo(String value) {
- addCriterion("taskid <=", value, "taskid");
- return this;
- }
- public Criteria andTaskidLike(String value) {
- addCriterion("taskid like", value, "taskid");
- return this;
- }
- public Criteria andTaskidNotLike(String value) {
- addCriterion("taskid not like", value, "taskid");
- return this;
- }
- public Criteria andTaskidIn(List<String> values) {
- addCriterion("taskid in", values, "taskid");
- return this;
- }
- public Criteria andTaskidNotIn(List<String> values) {
- addCriterion("taskid not in", values, "taskid");
- return this;
- }
- public Criteria andTaskidBetween(String value1, String value2) {
- addCriterion("taskid between", value1, value2, "taskid");
- return this;
- }
- public Criteria andTaskidNotBetween(String value1, String value2) {
- addCriterion("taskid not between", value1, value2, "taskid");
- return this;
- }
- public Criteria andTsfsIsNull() {
- addCriterion("tsfs is null");
- return this;
- }
- public Criteria andTsfsIsNotNull() {
- addCriterion("tsfs is not null");
- return this;
- }
- public Criteria andTsfsEqualTo(Integer value) {
- addCriterion("tsfs =", value, "tsfs");
- return this;
- }
- public Criteria andTsfsNotEqualTo(Integer value) {
- addCriterion("tsfs <>", value, "tsfs");
- return this;
- }
- public Criteria andTsfsGreaterThan(Integer value) {
- addCriterion("tsfs >", value, "tsfs");
- return this;
- }
- public Criteria andTsfsGreaterThanOrEqualTo(Integer value) {
- addCriterion("tsfs >=", value, "tsfs");
- return this;
- }
- public Criteria andTsfsLessThan(Integer value) {
- addCriterion("tsfs <", value, "tsfs");
- return this;
- }
- public Criteria andTsfsLessThanOrEqualTo(Integer value) {
- addCriterion("tsfs <=", value, "tsfs");
- return this;
- }
- public Criteria andTsfsIn(List<Integer> values) {
- addCriterion("tsfs in", values, "tsfs");
- return this;
- }
- public Criteria andTsfsNotIn(List<Integer> values) {
- addCriterion("tsfs not in", values, "tsfs");
- return this;
- }
- public Criteria andTsfsBetween(Integer value1, Integer value2) {
- addCriterion("tsfs between", value1, value2, "tsfs");
- return this;
- }
- public Criteria andTsfsNotBetween(Integer value1, Integer value2) {
- addCriterion("tsfs not between", value1, value2, "tsfs");
- return this;
- }
- public Criteria andFsxxmcIsNull() {
- addCriterion("fsxxmc is null");
- return this;
- }
- public Criteria andFsxxmcIsNotNull() {
- addCriterion("fsxxmc is not null");
- return this;
- }
- public Criteria andFsxxmcEqualTo(String value) {
- addCriterion("fsxxmc =", value, "fsxxmc");
- return this;
- }
- public Criteria andFsxxmcNotEqualTo(String value) {
- addCriterion("fsxxmc <>", value, "fsxxmc");
- return this;
- }
- public Criteria andFsxxmcGreaterThan(String value) {
- addCriterion("fsxxmc >", value, "fsxxmc");
- return this;
- }
- public Criteria andFsxxmcGreaterThanOrEqualTo(String value) {
- addCriterion("fsxxmc >=", value, "fsxxmc");
- return this;
- }
- public Criteria andFsxxmcLessThan(String value) {
- addCriterion("fsxxmc <", value, "fsxxmc");
- return this;
- }
- public Criteria andFsxxmcLessThanOrEqualTo(String value) {
- addCriterion("fsxxmc <=", value, "fsxxmc");
- return this;
- }
- public Criteria andFsxxmcLike(String value) {
- addCriterion("fsxxmc like", value, "fsxxmc");
- return this;
- }
- public Criteria andFsxxmcNotLike(String value) {
- addCriterion("fsxxmc not like", value, "fsxxmc");
- return this;
- }
- public Criteria andFsxxmcIn(List<String> values) {
- addCriterion("fsxxmc in", values, "fsxxmc");
- return this;
- }
- public Criteria andFsxxmcNotIn(List<String> values) {
- addCriterion("fsxxmc not in", values, "fsxxmc");
- return this;
- }
- public Criteria andFsxxmcBetween(String value1, String value2) {
- addCriterion("fsxxmc between", value1, value2, "fsxxmc");
- return this;
- }
- public Criteria andFsxxmcNotBetween(String value1, String value2) {
- addCriterion("fsxxmc not between", value1, value2, "fsxxmc");
- return this;
- }
- public Criteria andZxyhtotalIsNull() {
- addCriterion("zxyhtotal is null");
- return this;
- }
- public Criteria andZxyhtotalIsNotNull() {
- addCriterion("zxyhtotal is not null");
- return this;
- }
- public Criteria andZxyhtotalEqualTo(Integer value) {
- addCriterion("zxyhtotal =", value, "zxyhtotal");
- return this;
- }
- public Criteria andZxyhtotalNotEqualTo(Integer value) {
- addCriterion("zxyhtotal <>", value, "zxyhtotal");
- return this;
- }
- public Criteria andZxyhtotalGreaterThan(Integer value) {
- addCriterion("zxyhtotal >", value, "zxyhtotal");
- return this;
- }
- public Criteria andZxyhtotalGreaterThanOrEqualTo(Integer value) {
- addCriterion("zxyhtotal >=", value, "zxyhtotal");
- return this;
- }
- public Criteria andZxyhtotalLessThan(Integer value) {
- addCriterion("zxyhtotal <", value, "zxyhtotal");
- return this;
- }
- public Criteria andZxyhtotalLessThanOrEqualTo(Integer value) {
- addCriterion("zxyhtotal <=", value, "zxyhtotal");
- return this;
- }
- public Criteria andZxyhtotalIn(List<Integer> values) {
- addCriterion("zxyhtotal in", values, "zxyhtotal");
- return this;
- }
- public Criteria andZxyhtotalNotIn(List<Integer> values) {
- addCriterion("zxyhtotal not in", values, "zxyhtotal");
- return this;
- }
- public Criteria andZxyhtotalBetween(Integer value1, Integer value2) {
- addCriterion("zxyhtotal between", value1, value2, "zxyhtotal");
- return this;
- }
- public Criteria andZxyhtotalNotBetween(Integer value1, Integer value2) {
- addCriterion("zxyhtotal not between", value1, value2, "zxyhtotal");
- return this;
- }
- public Criteria andLxyhtotalIsNull() {
- addCriterion("lxyhtotal is null");
- return this;
- }
- public Criteria andLxyhtotalIsNotNull() {
- addCriterion("lxyhtotal is not null");
- return this;
- }
- public Criteria andLxyhtotalEqualTo(Integer value) {
- addCriterion("lxyhtotal =", value, "lxyhtotal");
- return this;
- }
- public Criteria andLxyhtotalNotEqualTo(Integer value) {
- addCriterion("lxyhtotal <>", value, "lxyhtotal");
- return this;
- }
- public Criteria andLxyhtotalGreaterThan(Integer value) {
- addCriterion("lxyhtotal >", value, "lxyhtotal");
- return this;
- }
- public Criteria andLxyhtotalGreaterThanOrEqualTo(Integer value) {
- addCriterion("lxyhtotal >=", value, "lxyhtotal");
- return this;
- }
- public Criteria andLxyhtotalLessThan(Integer value) {
- addCriterion("lxyhtotal <", value, "lxyhtotal");
- return this;
- }
- public Criteria andLxyhtotalLessThanOrEqualTo(Integer value) {
- addCriterion("lxyhtotal <=", value, "lxyhtotal");
- return this;
- }
- public Criteria andLxyhtotalIn(List<Integer> values) {
- addCriterion("lxyhtotal in", values, "lxyhtotal");
- return this;
- }
- public Criteria andLxyhtotalNotIn(List<Integer> values) {
- addCriterion("lxyhtotal not in", values, "lxyhtotal");
- return this;
- }
- public Criteria andLxyhtotalBetween(Integer value1, Integer value2) {
- addCriterion("lxyhtotal between", value1, value2, "lxyhtotal");
- return this;
- }
- public Criteria andLxyhtotalNotBetween(Integer value1, Integer value2) {
- addCriterion("lxyhtotal not between", value1, value2, "lxyhtotal");
- return this;
- }
- public Criteria andMsgtotalIsNull() {
- addCriterion("msgtotal is null");
- return this;
- }
- public Criteria andMsgtotalIsNotNull() {
- addCriterion("msgtotal is not null");
- return this;
- }
- public Criteria andMsgtotalEqualTo(Integer value) {
- addCriterion("msgtotal =", value, "msgtotal");
- return this;
- }
- public Criteria andMsgtotalNotEqualTo(Integer value) {
- addCriterion("msgtotal <>", value, "msgtotal");
- return this;
- }
- public Criteria andMsgtotalGreaterThan(Integer value) {
- addCriterion("msgtotal >", value, "msgtotal");
- return this;
- }
- public Criteria andMsgtotalGreaterThanOrEqualTo(Integer value) {
- addCriterion("msgtotal >=", value, "msgtotal");
- return this;
- }
- public Criteria andMsgtotalLessThan(Integer value) {
- addCriterion("msgtotal <", value, "msgtotal");
- return this;
- }
- public Criteria andMsgtotalLessThanOrEqualTo(Integer value) {
- addCriterion("msgtotal <=", value, "msgtotal");
- return this;
- }
- public Criteria andMsgtotalIn(List<Integer> values) {
- addCriterion("msgtotal in", values, "msgtotal");
- return this;
- }
- public Criteria andMsgtotalNotIn(List<Integer> values) {
- addCriterion("msgtotal not in", values, "msgtotal");
- return this;
- }
- public Criteria andMsgtotalBetween(Integer value1, Integer value2) {
- addCriterion("msgtotal between", value1, value2, "msgtotal");
- return this;
- }
- public Criteria andMsgtotalNotBetween(Integer value1, Integer value2) {
- addCriterion("msgtotal not between", value1, value2, "msgtotal");
- return this;
- }
- public Criteria andMsgprocessIsNull() {
- addCriterion("msgprocess is null");
- return this;
- }
- public Criteria andMsgprocessIsNotNull() {
- addCriterion("msgprocess is not null");
- return this;
- }
- public Criteria andMsgprocessEqualTo(Integer value) {
- addCriterion("msgprocess =", value, "msgprocess");
- return this;
- }
- public Criteria andMsgprocessNotEqualTo(Integer value) {
- addCriterion("msgprocess <>", value, "msgprocess");
- return this;
- }
- public Criteria andMsgprocessGreaterThan(Integer value) {
- addCriterion("msgprocess >", value, "msgprocess");
- return this;
- }
- public Criteria andMsgprocessGreaterThanOrEqualTo(Integer value) {
- addCriterion("msgprocess >=", value, "msgprocess");
- return this;
- }
- public Criteria andMsgprocessLessThan(Integer value) {
- addCriterion("msgprocess <", value, "msgprocess");
- return this;
- }
- public Criteria andMsgprocessLessThanOrEqualTo(Integer value) {
- addCriterion("msgprocess <=", value, "msgprocess");
- return this;
- }
- public Criteria andMsgprocessIn(List<Integer> values) {
- addCriterion("msgprocess in", values, "msgprocess");
- return this;
- }
- public Criteria andMsgprocessNotIn(List<Integer> values) {
- addCriterion("msgprocess not in", values, "msgprocess");
- return this;
- }
- public Criteria andMsgprocessBetween(Integer value1, Integer value2) {
- addCriterion("msgprocess between", value1, value2, "msgprocess");
- return this;
- }
- public Criteria andMsgprocessNotBetween(Integer value1, Integer value2) {
- addCriterion("msgprocess not between", value1, value2, "msgprocess");
- return this;
- }
- public Criteria andClicknumIsNull() {
- addCriterion("clicknum is null");
- return this;
- }
- public Criteria andClicknumIsNotNull() {
- addCriterion("clicknum is not null");
- return this;
- }
- public Criteria andClicknumEqualTo(Integer value) {
- addCriterion("clicknum =", value, "clicknum");
- return this;
- }
- public Criteria andClicknumNotEqualTo(Integer value) {
- addCriterion("clicknum <>", value, "clicknum");
- return this;
- }
- public Criteria andClicknumGreaterThan(Integer value) {
- addCriterion("clicknum >", value, "clicknum");
- return this;
- }
- public Criteria andClicknumGreaterThanOrEqualTo(Integer value) {
- addCriterion("clicknum >=", value, "clicknum");
- return this;
- }
- public Criteria andClicknumLessThan(Integer value) {
- addCriterion("clicknum <", value, "clicknum");
- return this;
- }
- public Criteria andClicknumLessThanOrEqualTo(Integer value) {
- addCriterion("clicknum <=", value, "clicknum");
- return this;
- }
- public Criteria andClicknumIn(List<Integer> values) {
- addCriterion("clicknum in", values, "clicknum");
- return this;
- }
- public Criteria andClicknumNotIn(List<Integer> values) {
- addCriterion("clicknum not in", values, "clicknum");
- return this;
- }
- public Criteria andClicknumBetween(Integer value1, Integer value2) {
- addCriterion("clicknum between", value1, value2, "clicknum");
- return this;
- }
- public Criteria andClicknumNotBetween(Integer value1, Integer value2) {
- addCriterion("clicknum not between", value1, value2, "clicknum");
- return this;
- }
- public Criteria andContentIsNull() {
- addCriterion("content is null");
- return this;
- }
- public Criteria andContentIsNotNull() {
- addCriterion("content is not null");
- return this;
- }
- public Criteria andContentEqualTo(String value) {
- addCriterion("content =", value, "content");
- return this;
- }
- public Criteria andContentNotEqualTo(String value) {
- addCriterion("content <>", value, "content");
- return this;
- }
- public Criteria andContentGreaterThan(String value) {
- addCriterion("content >", value, "content");
- return this;
- }
- public Criteria andContentGreaterThanOrEqualTo(String value) {
- addCriterion("content >=", value, "content");
- return this;
- }
- public Criteria andContentLessThan(String value) {
- addCriterion("content <", value, "content");
- return this;
- }
- public Criteria andContentLessThanOrEqualTo(String value) {
- addCriterion("content <=", value, "content");
- return this;
- }
- public Criteria andContentLike(String value) {
- addCriterion("content like", value, "content");
- return this;
- }
- public Criteria andContentNotLike(String value) {
- addCriterion("content not like", value, "content");
- return this;
- }
- public Criteria andContentIn(List<String> values) {
- addCriterion("content in", values, "content");
- return this;
- }
- public Criteria andContentNotIn(List<String> values) {
- addCriterion("content not in", values, "content");
- return this;
- }
- public Criteria andContentBetween(String value1, String value2) {
- addCriterion("content between", value1, value2, "content");
- return this;
- }
- public Criteria andContentNotBetween(String value1, String value2) {
- addCriterion("content not between", value1, value2, "content");
- return this;
- }
- public Criteria andFssjIsNull() {
- addCriterion("fssj is null");
- return this;
- }
- public Criteria andFssjIsNotNull() {
- addCriterion("fssj is not null");
- return this;
- }
- public Criteria andFssjEqualTo(Date value) {
- addCriterion("fssj =", value, "fssj");
- return this;
- }
- public Criteria andFssjNotEqualTo(Date value) {
- addCriterion("fssj <>", value, "fssj");
- return this;
- }
- public Criteria andFssjGreaterThan(Date value) {
- addCriterion("fssj >", value, "fssj");
- return this;
- }
- public Criteria andFssjGreaterThanOrEqualTo(Date value) {
- addCriterion("fssj >=", value, "fssj");
- return this;
- }
- public Criteria andFssjLessThan(Date value) {
- addCriterion("fssj <", value, "fssj");
- return this;
- }
- public Criteria andFssjLessThanOrEqualTo(Date value) {
- addCriterion("fssj <=", value, "fssj");
- return this;
- }
- public Criteria andFssjIn(List<Date> values) {
- addCriterion("fssj in", values, "fssj");
- return this;
- }
- public Criteria andFssjNotIn(List<Date> values) {
- addCriterion("fssj not in", values, "fssj");
- return this;
- }
- public Criteria andFssjBetween(Date value1, Date value2) {
- addCriterion("fssj between", value1, value2, "fssj");
- return this;
- }
- public Criteria andFssjNotBetween(Date value1, Date value2) {
- addCriterion("fssj not between", value1, value2, "fssj");
- return this;
- }
- }
- }
|