1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054 |
- 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 XxXxtsExample {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- protected String orderByClause;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- protected List<Criteria> oredCriteria;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- protected int start = -1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- protected int limit = -1;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- public XxXxtsExample() {
- oredCriteria = new ArrayList<Criteria>();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- protected XxXxtsExample(XxXxtsExample 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_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- public String getOrderByClause() {
- return orderByClause;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- public List<Criteria> getOredCriteria() {
- return oredCriteria;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- 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_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- 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_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- public void clear() {
- oredCriteria.clear();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- public void setStart(int start) {
- this.start=start;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- public int getStart() {
- return start;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- public void setLimit(int limit) {
- this.limit=limit;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- public int getLimit() {
- return limit;
- }
- /**
- * This class was generated by Apache iBATIS ibator.
- * This class corresponds to the database table xx_xxts
- *
- * @ibatorgenerated Mon Feb 23 09:18:13 CST 2015
- */
- 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 andBtIsNull() {
- addCriterion("bt is null");
- return this;
- }
- public Criteria andBtIsNotNull() {
- addCriterion("bt is not null");
- return this;
- }
- public Criteria andBtEqualTo(String value) {
- addCriterion("bt =", value, "bt");
- return this;
- }
- public Criteria andBtNotEqualTo(String value) {
- addCriterion("bt <>", value, "bt");
- return this;
- }
- public Criteria andBtGreaterThan(String value) {
- addCriterion("bt >", value, "bt");
- return this;
- }
- public Criteria andBtGreaterThanOrEqualTo(String value) {
- addCriterion("bt >=", value, "bt");
- return this;
- }
- public Criteria andBtLessThan(String value) {
- addCriterion("bt <", value, "bt");
- return this;
- }
- public Criteria andBtLessThanOrEqualTo(String value) {
- addCriterion("bt <=", value, "bt");
- return this;
- }
- public Criteria andBtLike(String value) {
- addCriterion("bt like", value, "bt");
- return this;
- }
- public Criteria andBtNotLike(String value) {
- addCriterion("bt not like", value, "bt");
- return this;
- }
- public Criteria andBtIn(List<String> values) {
- addCriterion("bt in", values, "bt");
- return this;
- }
- public Criteria andBtNotIn(List<String> values) {
- addCriterion("bt not in", values, "bt");
- return this;
- }
- public Criteria andBtBetween(String value1, String value2) {
- addCriterion("bt between", value1, value2, "bt");
- return this;
- }
- public Criteria andBtNotBetween(String value1, String value2) {
- addCriterion("bt not between", value1, value2, "bt");
- return this;
- }
- public Criteria andZyIsNull() {
- addCriterion("zy is null");
- return this;
- }
- public Criteria andZyIsNotNull() {
- addCriterion("zy is not null");
- return this;
- }
- public Criteria andZyEqualTo(String value) {
- addCriterion("zy =", value, "zy");
- return this;
- }
- public Criteria andZyNotEqualTo(String value) {
- addCriterion("zy <>", value, "zy");
- return this;
- }
- public Criteria andZyGreaterThan(String value) {
- addCriterion("zy >", value, "zy");
- return this;
- }
- public Criteria andZyGreaterThanOrEqualTo(String value) {
- addCriterion("zy >=", value, "zy");
- return this;
- }
- public Criteria andZyLessThan(String value) {
- addCriterion("zy <", value, "zy");
- return this;
- }
- public Criteria andZyLessThanOrEqualTo(String value) {
- addCriterion("zy <=", value, "zy");
- return this;
- }
- public Criteria andZyLike(String value) {
- addCriterion("zy like", value, "zy");
- return this;
- }
- public Criteria andZyNotLike(String value) {
- addCriterion("zy not like", value, "zy");
- return this;
- }
- public Criteria andZyIn(List<String> values) {
- addCriterion("zy in", values, "zy");
- return this;
- }
- public Criteria andZyNotIn(List<String> values) {
- addCriterion("zy not in", values, "zy");
- return this;
- }
- public Criteria andZyBetween(String value1, String value2) {
- addCriterion("zy between", value1, value2, "zy");
- return this;
- }
- public Criteria andZyNotBetween(String value1, String value2) {
- addCriterion("zy not between", value1, value2, "zy");
- return this;
- }
- public Criteria andZwIsNull() {
- addCriterion("zw is null");
- return this;
- }
- public Criteria andZwIsNotNull() {
- addCriterion("zw is not null");
- return this;
- }
- public Criteria andZwEqualTo(String value) {
- addCriterion("zw =", value, "zw");
- return this;
- }
- public Criteria andZwNotEqualTo(String value) {
- addCriterion("zw <>", value, "zw");
- return this;
- }
- public Criteria andZwGreaterThan(String value) {
- addCriterion("zw >", value, "zw");
- return this;
- }
- public Criteria andZwGreaterThanOrEqualTo(String value) {
- addCriterion("zw >=", value, "zw");
- return this;
- }
- public Criteria andZwLessThan(String value) {
- addCriterion("zw <", value, "zw");
- return this;
- }
- public Criteria andZwLessThanOrEqualTo(String value) {
- addCriterion("zw <=", value, "zw");
- return this;
- }
- public Criteria andZwLike(String value) {
- addCriterion("zw like", value, "zw");
- return this;
- }
- public Criteria andZwNotLike(String value) {
- addCriterion("zw not like", value, "zw");
- return this;
- }
- public Criteria andZwIn(List<String> values) {
- addCriterion("zw in", values, "zw");
- return this;
- }
- public Criteria andZwNotIn(List<String> values) {
- addCriterion("zw not in", values, "zw");
- return this;
- }
- public Criteria andZwBetween(String value1, String value2) {
- addCriterion("zw between", value1, value2, "zw");
- return this;
- }
- public Criteria andZwNotBetween(String value1, String value2) {
- addCriterion("zw not between", value1, value2, "zw");
- return this;
- }
- public Criteria andXxlxIsNull() {
- addCriterion("xxlx is null");
- return this;
- }
- public Criteria andXxlxIsNotNull() {
- addCriterion("xxlx is not null");
- return this;
- }
- public Criteria andXxlxEqualTo(String value) {
- addCriterion("xxlx =", value, "xxlx");
- return this;
- }
- public Criteria andXxlxNotEqualTo(String value) {
- addCriterion("xxlx <>", value, "xxlx");
- return this;
- }
- public Criteria andXxlxGreaterThan(String value) {
- addCriterion("xxlx >", value, "xxlx");
- return this;
- }
- public Criteria andXxlxGreaterThanOrEqualTo(String value) {
- addCriterion("xxlx >=", value, "xxlx");
- return this;
- }
- public Criteria andXxlxLessThan(String value) {
- addCriterion("xxlx <", value, "xxlx");
- return this;
- }
- public Criteria andXxlxLessThanOrEqualTo(String value) {
- addCriterion("xxlx <=", value, "xxlx");
- return this;
- }
- public Criteria andXxlxLike(String value) {
- addCriterion("xxlx like", value, "xxlx");
- return this;
- }
- public Criteria andXxlxNotLike(String value) {
- addCriterion("xxlx not like", value, "xxlx");
- return this;
- }
- public Criteria andXxlxIn(List<String> values) {
- addCriterion("xxlx in", values, "xxlx");
- return this;
- }
- public Criteria andXxlxNotIn(List<String> values) {
- addCriterion("xxlx not in", values, "xxlx");
- return this;
- }
- public Criteria andXxlxBetween(String value1, String value2) {
- addCriterion("xxlx between", value1, value2, "xxlx");
- return this;
- }
- public Criteria andXxlxNotBetween(String value1, String value2) {
- addCriterion("xxlx not between", value1, value2, "xxlx");
- return this;
- }
- public Criteria andTsbzIsNull() {
- addCriterion("tsbz is null");
- return this;
- }
- public Criteria andTsbzIsNotNull() {
- addCriterion("tsbz is not null");
- return this;
- }
- public Criteria andTsbzEqualTo(Integer value) {
- addCriterion("tsbz =", value, "tsbz");
- return this;
- }
- public Criteria andTsbzNotEqualTo(Integer value) {
- addCriterion("tsbz <>", value, "tsbz");
- return this;
- }
- public Criteria andTsbzGreaterThan(Integer value) {
- addCriterion("tsbz >", value, "tsbz");
- return this;
- }
- public Criteria andTsbzGreaterThanOrEqualTo(Integer value) {
- addCriterion("tsbz >=", value, "tsbz");
- return this;
- }
- public Criteria andTsbzLessThan(Integer value) {
- addCriterion("tsbz <", value, "tsbz");
- return this;
- }
- public Criteria andTsbzLessThanOrEqualTo(Integer value) {
- addCriterion("tsbz <=", value, "tsbz");
- return this;
- }
- public Criteria andTsbzIn(List<Integer> values) {
- addCriterion("tsbz in", values, "tsbz");
- return this;
- }
- public Criteria andTsbzNotIn(List<Integer> values) {
- addCriterion("tsbz not in", values, "tsbz");
- return this;
- }
- public Criteria andTsbzBetween(Integer value1, Integer value2) {
- addCriterion("tsbz between", value1, value2, "tsbz");
- return this;
- }
- public Criteria andTsbzNotBetween(Integer value1, Integer value2) {
- addCriterion("tsbz not between", value1, value2, "tsbz");
- return this;
- }
- public Criteria andZfbzIsNull() {
- addCriterion("zfbz is null");
- return this;
- }
- public Criteria andZfbzIsNotNull() {
- addCriterion("zfbz is not null");
- return this;
- }
- public Criteria andZfbzEqualTo(Integer value) {
- addCriterion("zfbz =", value, "zfbz");
- return this;
- }
- public Criteria andZfbzNotEqualTo(Integer value) {
- addCriterion("zfbz <>", value, "zfbz");
- return this;
- }
- public Criteria andZfbzGreaterThan(Integer value) {
- addCriterion("zfbz >", value, "zfbz");
- return this;
- }
- public Criteria andZfbzGreaterThanOrEqualTo(Integer value) {
- addCriterion("zfbz >=", value, "zfbz");
- return this;
- }
- public Criteria andZfbzLessThan(Integer value) {
- addCriterion("zfbz <", value, "zfbz");
- return this;
- }
- public Criteria andZfbzLessThanOrEqualTo(Integer value) {
- addCriterion("zfbz <=", value, "zfbz");
- return this;
- }
- public Criteria andZfbzIn(List<Integer> values) {
- addCriterion("zfbz in", values, "zfbz");
- return this;
- }
- public Criteria andZfbzNotIn(List<Integer> values) {
- addCriterion("zfbz not in", values, "zfbz");
- return this;
- }
- public Criteria andZfbzBetween(Integer value1, Integer value2) {
- addCriterion("zfbz between", value1, value2, "zfbz");
- return this;
- }
- public Criteria andZfbzNotBetween(Integer value1, Integer value2) {
- addCriterion("zfbz not between", value1, value2, "zfbz");
- return this;
- }
- public Criteria andFbsjIsNull() {
- addCriterion("fbsj is null");
- return this;
- }
- public Criteria andFbsjIsNotNull() {
- addCriterion("fbsj is not null");
- return this;
- }
- public Criteria andFbsjEqualTo(Date value) {
- addCriterion("fbsj =", value, "fbsj");
- return this;
- }
- public Criteria andFbsjNotEqualTo(Date value) {
- addCriterion("fbsj <>", value, "fbsj");
- return this;
- }
- public Criteria andFbsjGreaterThan(Date value) {
- addCriterion("fbsj >", value, "fbsj");
- return this;
- }
- public Criteria andFbsjGreaterThanOrEqualTo(Date value) {
- addCriterion("fbsj >=", value, "fbsj");
- return this;
- }
- public Criteria andFbsjLessThan(Date value) {
- addCriterion("fbsj <", value, "fbsj");
- return this;
- }
- public Criteria andFbsjLessThanOrEqualTo(Date value) {
- addCriterion("fbsj <=", value, "fbsj");
- return this;
- }
- public Criteria andFbsjIn(List<Date> values) {
- addCriterion("fbsj in", values, "fbsj");
- return this;
- }
- public Criteria andFbsjNotIn(List<Date> values) {
- addCriterion("fbsj not in", values, "fbsj");
- return this;
- }
- public Criteria andFbsjBetween(Date value1, Date value2) {
- addCriterion("fbsj between", value1, value2, "fbsj");
- return this;
- }
- public Criteria andFbsjNotBetween(Date value1, Date value2) {
- addCriterion("fbsj not between", value1, value2, "fbsj");
- return this;
- }
- public Criteria andMcidIsNull() {
- addCriterion("mcid is null");
- return this;
- }
- public Criteria andMcidIsNotNull() {
- addCriterion("mcid is not null");
- return this;
- }
- public Criteria andMcidEqualTo(String value) {
- addCriterion("mcid =", value, "mcid");
- return this;
- }
- public Criteria andMcidNotEqualTo(String value) {
- addCriterion("mcid <>", value, "mcid");
- return this;
- }
- public Criteria andMcidGreaterThan(String value) {
- addCriterion("mcid >", value, "mcid");
- return this;
- }
- public Criteria andMcidGreaterThanOrEqualTo(String value) {
- addCriterion("mcid >=", value, "mcid");
- return this;
- }
- public Criteria andMcidLessThan(String value) {
- addCriterion("mcid <", value, "mcid");
- return this;
- }
- public Criteria andMcidLessThanOrEqualTo(String value) {
- addCriterion("mcid <=", value, "mcid");
- return this;
- }
- public Criteria andMcidLike(String value) {
- addCriterion("mcid like", value, "mcid");
- return this;
- }
- public Criteria andMcidNotLike(String value) {
- addCriterion("mcid not like", value, "mcid");
- return this;
- }
- public Criteria andMcidIn(List<String> values) {
- addCriterion("mcid in", values, "mcid");
- return this;
- }
- public Criteria andMcidNotIn(List<String> values) {
- addCriterion("mcid not in", values, "mcid");
- return this;
- }
- public Criteria andMcidBetween(String value1, String value2) {
- addCriterion("mcid between", value1, value2, "mcid");
- return this;
- }
- public Criteria andMcidNotBetween(String value1, String value2) {
- addCriterion("mcid not between", value1, value2, "mcid");
- return this;
- }
- public Criteria andTssjIsNull() {
- addCriterion("tssj is null");
- return this;
- }
- public Criteria andTssjIsNotNull() {
- addCriterion("tssj is not null");
- return this;
- }
- public Criteria andTssjEqualTo(Date value) {
- addCriterion("tssj =", value, "tssj");
- return this;
- }
- public Criteria andTssjNotEqualTo(Date value) {
- addCriterion("tssj <>", value, "tssj");
- return this;
- }
- public Criteria andTssjGreaterThan(Date value) {
- addCriterion("tssj >", value, "tssj");
- return this;
- }
- public Criteria andTssjGreaterThanOrEqualTo(Date value) {
- addCriterion("tssj >=", value, "tssj");
- return this;
- }
- public Criteria andTssjLessThan(Date value) {
- addCriterion("tssj <", value, "tssj");
- return this;
- }
- public Criteria andTssjLessThanOrEqualTo(Date value) {
- addCriterion("tssj <=", value, "tssj");
- return this;
- }
- public Criteria andTssjIn(List<Date> values) {
- addCriterion("tssj in", values, "tssj");
- return this;
- }
- public Criteria andTssjNotIn(List<Date> values) {
- addCriterion("tssj not in", values, "tssj");
- return this;
- }
- public Criteria andTssjBetween(Date value1, Date value2) {
- addCriterion("tssj between", value1, value2, "tssj");
- return this;
- }
- public Criteria andTssjNotBetween(Date value1, Date value2) {
- addCriterion("tssj not between", value1, value2, "tssj");
- return this;
- }
- public Criteria andYdbzIsNull() {
- addCriterion("ydbz is null");
- return this;
- }
- public Criteria andYdbzIsNotNull() {
- addCriterion("ydbz is not null");
- return this;
- }
- public Criteria andYdbzEqualTo(String value) {
- addCriterion("ydbz =", value, "ydbz");
- return this;
- }
- public Criteria andYdbzNotEqualTo(String value) {
- addCriterion("ydbz <>", value, "ydbz");
- return this;
- }
- public Criteria andYdbzGreaterThan(String value) {
- addCriterion("ydbz >", value, "ydbz");
- return this;
- }
- public Criteria andYdbzGreaterThanOrEqualTo(String value) {
- addCriterion("ydbz >=", value, "ydbz");
- return this;
- }
- public Criteria andYdbzLessThan(String value) {
- addCriterion("ydbz <", value, "ydbz");
- return this;
- }
- public Criteria andYdbzLessThanOrEqualTo(String value) {
- addCriterion("ydbz <=", value, "ydbz");
- return this;
- }
- public Criteria andYdbzLike(String value) {
- addCriterion("ydbz like", value, "ydbz");
- return this;
- }
- public Criteria andYdbzNotLike(String value) {
- addCriterion("ydbz not like", value, "ydbz");
- return this;
- }
- public Criteria andYdbzIn(List<String> values) {
- addCriterion("ydbz in", values, "ydbz");
- return this;
- }
- public Criteria andYdbzNotIn(List<String> values) {
- addCriterion("ydbz not in", values, "ydbz");
- return this;
- }
- public Criteria andYdbzBetween(String value1, String value2) {
- addCriterion("ydbz between", value1, value2, "ydbz");
- return this;
- }
- public Criteria andYdbzNotBetween(String value1, String value2) {
- addCriterion("ydbz not between", value1, value2, "ydbz");
- return this;
- }
- public Criteria andXxflIsNull() {
- addCriterion("xxfl is null");
- return this;
- }
- public Criteria andXxflIsNotNull() {
- addCriterion("xxfl is not null");
- return this;
- }
- public Criteria andXxflEqualTo(String value) {
- addCriterion("xxfl =", value, "xxfl");
- return this;
- }
- public Criteria andXxflNotEqualTo(String value) {
- addCriterion("xxfl <>", value, "xxfl");
- return this;
- }
- public Criteria andXxflGreaterThan(String value) {
- addCriterion("xxfl >", value, "xxfl");
- return this;
- }
- public Criteria andXxflGreaterThanOrEqualTo(String value) {
- addCriterion("xxfl >=", value, "xxfl");
- return this;
- }
- public Criteria andXxflLessThan(String value) {
- addCriterion("xxfl <", value, "xxfl");
- return this;
- }
- public Criteria andXxflLessThanOrEqualTo(String value) {
- addCriterion("xxfl <=", value, "xxfl");
- return this;
- }
- public Criteria andXxflLike(String value) {
- addCriterion("xxfl like", value, "xxfl");
- return this;
- }
- public Criteria andXxflNotLike(String value) {
- addCriterion("xxfl not like", value, "xxfl");
- return this;
- }
- public Criteria andXxflIn(List<String> values) {
- addCriterion("xxfl in", values, "xxfl");
- return this;
- }
- public Criteria andXxflNotIn(List<String> values) {
- addCriterion("xxfl not in", values, "xxfl");
- return this;
- }
- public Criteria andXxflBetween(String value1, String value2) {
- addCriterion("xxfl between", value1, value2, "xxfl");
- return this;
- }
- public Criteria andXxflNotBetween(String value1, String value2) {
- addCriterion("xxfl not between", value1, value2, "xxfl");
- return this;
- }
- }
- }
|