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 XxXwfbExample {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- protected String orderByClause;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- protected List<Criteria> oredCriteria;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- protected int start = -1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- protected int limit = -1;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- public XxXwfbExample() {
- oredCriteria = new ArrayList<Criteria>();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- protected XxXwfbExample(XxXwfbExample 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_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- public String getOrderByClause() {
- return orderByClause;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- public List<Criteria> getOredCriteria() {
- return oredCriteria;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- 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_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- 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_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- public void clear() {
- oredCriteria.clear();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- public void setStart(int start) {
- this.start=start;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- public int getStart() {
- return start;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- public void setLimit(int limit) {
- this.limit=limit;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- public int getLimit() {
- return limit;
- }
- /**
- * This class was generated by Apache iBATIS ibator.
- * This class corresponds to the database table xx_xwfb
- *
- * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
- */
- 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 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 andZzIsNull() {
- addCriterion("ZZ is null");
- return this;
- }
- public Criteria andZzIsNotNull() {
- addCriterion("ZZ is not null");
- return this;
- }
- public Criteria andZzEqualTo(String value) {
- addCriterion("ZZ =", value, "zz");
- return this;
- }
- public Criteria andZzNotEqualTo(String value) {
- addCriterion("ZZ <>", value, "zz");
- return this;
- }
- public Criteria andZzGreaterThan(String value) {
- addCriterion("ZZ >", value, "zz");
- return this;
- }
- public Criteria andZzGreaterThanOrEqualTo(String value) {
- addCriterion("ZZ >=", value, "zz");
- return this;
- }
- public Criteria andZzLessThan(String value) {
- addCriterion("ZZ <", value, "zz");
- return this;
- }
- public Criteria andZzLessThanOrEqualTo(String value) {
- addCriterion("ZZ <=", value, "zz");
- return this;
- }
- public Criteria andZzLike(String value) {
- addCriterion("ZZ like", value, "zz");
- return this;
- }
- public Criteria andZzNotLike(String value) {
- addCriterion("ZZ not like", value, "zz");
- return this;
- }
- public Criteria andZzIn(List<String> values) {
- addCriterion("ZZ in", values, "zz");
- return this;
- }
- public Criteria andZzNotIn(List<String> values) {
- addCriterion("ZZ not in", values, "zz");
- return this;
- }
- public Criteria andZzBetween(String value1, String value2) {
- addCriterion("ZZ between", value1, value2, "zz");
- return this;
- }
- public Criteria andZzNotBetween(String value1, String value2) {
- addCriterion("ZZ not between", value1, value2, "zz");
- return this;
- }
- public Criteria andFmIsNull() {
- addCriterion("FM is null");
- return this;
- }
- public Criteria andFmIsNotNull() {
- addCriterion("FM is not null");
- return this;
- }
- public Criteria andFmEqualTo(String value) {
- addCriterion("FM =", value, "fm");
- return this;
- }
- public Criteria andFmNotEqualTo(String value) {
- addCriterion("FM <>", value, "fm");
- return this;
- }
- public Criteria andFmGreaterThan(String value) {
- addCriterion("FM >", value, "fm");
- return this;
- }
- public Criteria andFmGreaterThanOrEqualTo(String value) {
- addCriterion("FM >=", value, "fm");
- return this;
- }
- public Criteria andFmLessThan(String value) {
- addCriterion("FM <", value, "fm");
- return this;
- }
- public Criteria andFmLessThanOrEqualTo(String value) {
- addCriterion("FM <=", value, "fm");
- return this;
- }
- public Criteria andFmLike(String value) {
- addCriterion("FM like", value, "fm");
- return this;
- }
- public Criteria andFmNotLike(String value) {
- addCriterion("FM not like", value, "fm");
- return this;
- }
- public Criteria andFmIn(List<String> values) {
- addCriterion("FM in", values, "fm");
- return this;
- }
- public Criteria andFmNotIn(List<String> values) {
- addCriterion("FM not in", values, "fm");
- return this;
- }
- public Criteria andFmBetween(String value1, String value2) {
- addCriterion("FM between", value1, value2, "fm");
- return this;
- }
- public Criteria andFmNotBetween(String value1, String value2) {
- addCriterion("FM not between", value1, value2, "fm");
- 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 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 andFbrIsNull() {
- addCriterion("FBR is null");
- return this;
- }
- public Criteria andFbrIsNotNull() {
- addCriterion("FBR is not null");
- return this;
- }
- public Criteria andFbrEqualTo(Integer value) {
- addCriterion("FBR =", value, "fbr");
- return this;
- }
- public Criteria andFbrNotEqualTo(Integer value) {
- addCriterion("FBR <>", value, "fbr");
- return this;
- }
- public Criteria andFbrGreaterThan(Integer value) {
- addCriterion("FBR >", value, "fbr");
- return this;
- }
- public Criteria andFbrGreaterThanOrEqualTo(Integer value) {
- addCriterion("FBR >=", value, "fbr");
- return this;
- }
- public Criteria andFbrLessThan(Integer value) {
- addCriterion("FBR <", value, "fbr");
- return this;
- }
- public Criteria andFbrLessThanOrEqualTo(Integer value) {
- addCriterion("FBR <=", value, "fbr");
- return this;
- }
- public Criteria andFbrIn(List<Integer> values) {
- addCriterion("FBR in", values, "fbr");
- return this;
- }
- public Criteria andFbrNotIn(List<Integer> values) {
- addCriterion("FBR not in", values, "fbr");
- return this;
- }
- public Criteria andFbrBetween(Integer value1, Integer value2) {
- addCriterion("FBR between", value1, value2, "fbr");
- return this;
- }
- public Criteria andFbrNotBetween(Integer value1, Integer value2) {
- addCriterion("FBR not between", value1, value2, "fbr");
- return this;
- }
- public Criteria andUrlIsNull() {
- addCriterion("URL is null");
- return this;
- }
- public Criteria andUrlIsNotNull() {
- addCriterion("URL is not null");
- return this;
- }
- public Criteria andUrlEqualTo(String value) {
- addCriterion("URL =", value, "url");
- return this;
- }
- public Criteria andUrlNotEqualTo(String value) {
- addCriterion("URL <>", value, "url");
- return this;
- }
- public Criteria andUrlGreaterThan(String value) {
- addCriterion("URL >", value, "url");
- return this;
- }
- public Criteria andUrlGreaterThanOrEqualTo(String value) {
- addCriterion("URL >=", value, "url");
- return this;
- }
- public Criteria andUrlLessThan(String value) {
- addCriterion("URL <", value, "url");
- return this;
- }
- public Criteria andUrlLessThanOrEqualTo(String value) {
- addCriterion("URL <=", value, "url");
- return this;
- }
- public Criteria andUrlLike(String value) {
- addCriterion("URL like", value, "url");
- return this;
- }
- public Criteria andUrlNotLike(String value) {
- addCriterion("URL not like", value, "url");
- return this;
- }
- public Criteria andUrlIn(List<String> values) {
- addCriterion("URL in", values, "url");
- return this;
- }
- public Criteria andUrlNotIn(List<String> values) {
- addCriterion("URL not in", values, "url");
- return this;
- }
- public Criteria andUrlBetween(String value1, String value2) {
- addCriterion("URL between", value1, value2, "url");
- return this;
- }
- public Criteria andUrlNotBetween(String value1, String value2) {
- addCriterion("URL not between", value1, value2, "url");
- 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 andXgrIsNull() {
- addCriterion("XGR is null");
- return this;
- }
- public Criteria andXgrIsNotNull() {
- addCriterion("XGR is not null");
- return this;
- }
- public Criteria andXgrEqualTo(String value) {
- addCriterion("XGR =", value, "xgr");
- return this;
- }
- public Criteria andXgrNotEqualTo(String value) {
- addCriterion("XGR <>", value, "xgr");
- return this;
- }
- public Criteria andXgrGreaterThan(String value) {
- addCriterion("XGR >", value, "xgr");
- return this;
- }
- public Criteria andXgrGreaterThanOrEqualTo(String value) {
- addCriterion("XGR >=", value, "xgr");
- return this;
- }
- public Criteria andXgrLessThan(String value) {
- addCriterion("XGR <", value, "xgr");
- return this;
- }
- public Criteria andXgrLessThanOrEqualTo(String value) {
- addCriterion("XGR <=", value, "xgr");
- return this;
- }
- public Criteria andXgrLike(String value) {
- addCriterion("XGR like", value, "xgr");
- return this;
- }
- public Criteria andXgrNotLike(String value) {
- addCriterion("XGR not like", value, "xgr");
- return this;
- }
- public Criteria andXgrIn(List<String> values) {
- addCriterion("XGR in", values, "xgr");
- return this;
- }
- public Criteria andXgrNotIn(List<String> values) {
- addCriterion("XGR not in", values, "xgr");
- return this;
- }
- public Criteria andXgrBetween(String value1, String value2) {
- addCriterion("XGR between", value1, value2, "xgr");
- return this;
- }
- public Criteria andXgrNotBetween(String value1, String value2) {
- addCriterion("XGR not between", value1, value2, "xgr");
- return this;
- }
- public Criteria andXgsjIsNull() {
- addCriterion("XGSJ is null");
- return this;
- }
- public Criteria andXgsjIsNotNull() {
- addCriterion("XGSJ is not null");
- return this;
- }
- public Criteria andXgsjEqualTo(Date value) {
- addCriterion("XGSJ =", value, "xgsj");
- return this;
- }
- public Criteria andXgsjNotEqualTo(Date value) {
- addCriterion("XGSJ <>", value, "xgsj");
- return this;
- }
- public Criteria andXgsjGreaterThan(Date value) {
- addCriterion("XGSJ >", value, "xgsj");
- return this;
- }
- public Criteria andXgsjGreaterThanOrEqualTo(Date value) {
- addCriterion("XGSJ >=", value, "xgsj");
- return this;
- }
- public Criteria andXgsjLessThan(Date value) {
- addCriterion("XGSJ <", value, "xgsj");
- return this;
- }
- public Criteria andXgsjLessThanOrEqualTo(Date value) {
- addCriterion("XGSJ <=", value, "xgsj");
- return this;
- }
- public Criteria andXgsjIn(List<Date> values) {
- addCriterion("XGSJ in", values, "xgsj");
- return this;
- }
- public Criteria andXgsjNotIn(List<Date> values) {
- addCriterion("XGSJ not in", values, "xgsj");
- return this;
- }
- public Criteria andXgsjBetween(Date value1, Date value2) {
- addCriterion("XGSJ between", value1, value2, "xgsj");
- return this;
- }
- public Criteria andXgsjNotBetween(Date value1, Date value2) {
- addCriterion("XGSJ not between", value1, value2, "xgsj");
- return this;
- }
- }
- }
|