1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063 |
- package com.huimv.sjlr.dataobject;
- import java.util.ArrayList;
- import java.util.Date;
- import java.util.HashMap;
- import java.util.List;
- import java.util.Map;
- public class SjlrZzzqExample {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- protected String orderByClause;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- protected List<Criteria> oredCriteria;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- protected int start = -1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- protected int limit = -1;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- public SjlrZzzqExample() {
- oredCriteria = new ArrayList<Criteria>();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- protected SjlrZzzqExample(SjlrZzzqExample example) {
- this.orderByClause = example.orderByClause;
- this.oredCriteria = example.oredCriteria;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- public String getOrderByClause() {
- return orderByClause;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- public List<Criteria> getOredCriteria() {
- return oredCriteria;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- 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 sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- public void clear() {
- oredCriteria.clear();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- public void setStart(int start) {
- this.start=start;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- public int getStart() {
- return start;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- public void setLimit(int limit) {
- this.limit=limit;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- public int getLimit() {
- return limit;
- }
- /**
- * This class was generated by Apache iBATIS ibator.
- * This class corresponds to the database table sjlr_zzzq
- *
- * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017
- */
- 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 andDwebIsNull() {
- addCriterion("DWEB is null");
- return this;
- }
- public Criteria andDwebIsNotNull() {
- addCriterion("DWEB is not null");
- return this;
- }
- public Criteria andDwebEqualTo(String value) {
- addCriterion("DWEB =", value, "dweb");
- return this;
- }
- public Criteria andDwebNotEqualTo(String value) {
- addCriterion("DWEB <>", value, "dweb");
- return this;
- }
- public Criteria andDwebGreaterThan(String value) {
- addCriterion("DWEB >", value, "dweb");
- return this;
- }
- public Criteria andDwebGreaterThanOrEqualTo(String value) {
- addCriterion("DWEB >=", value, "dweb");
- return this;
- }
- public Criteria andDwebLessThan(String value) {
- addCriterion("DWEB <", value, "dweb");
- return this;
- }
- public Criteria andDwebLessThanOrEqualTo(String value) {
- addCriterion("DWEB <=", value, "dweb");
- return this;
- }
- public Criteria andDwebLike(String value) {
- addCriterion("DWEB like", value, "dweb");
- return this;
- }
- public Criteria andDwebNotLike(String value) {
- addCriterion("DWEB not like", value, "dweb");
- return this;
- }
- public Criteria andDwebIn(List<String> values) {
- addCriterion("DWEB in", values, "dweb");
- return this;
- }
- public Criteria andDwebNotIn(List<String> values) {
- addCriterion("DWEB not in", values, "dweb");
- return this;
- }
- public Criteria andDwebBetween(String value1, String value2) {
- addCriterion("DWEB between", value1, value2, "dweb");
- return this;
- }
- public Criteria andDwebNotBetween(String value1, String value2) {
- addCriterion("DWEB not between", value1, value2, "dweb");
- return this;
- }
- public Criteria andZqsjIsNull() {
- addCriterion("ZQSJ is null");
- return this;
- }
- public Criteria andZqsjIsNotNull() {
- addCriterion("ZQSJ is not null");
- return this;
- }
- public Criteria andZqsjEqualTo(Date value) {
- addCriterion("ZQSJ =", value, "zqsj");
- return this;
- }
- public Criteria andZqsjNotEqualTo(Date value) {
- addCriterion("ZQSJ <>", value, "zqsj");
- return this;
- }
- public Criteria andZqsjGreaterThan(Date value) {
- addCriterion("ZQSJ >", value, "zqsj");
- return this;
- }
- public Criteria andZqsjGreaterThanOrEqualTo(Date value) {
- addCriterion("ZQSJ >=", value, "zqsj");
- return this;
- }
- public Criteria andZqsjLessThan(Date value) {
- addCriterion("ZQSJ <", value, "zqsj");
- return this;
- }
- public Criteria andZqsjLessThanOrEqualTo(Date value) {
- addCriterion("ZQSJ <=", value, "zqsj");
- return this;
- }
- public Criteria andZqsjIn(List<Date> values) {
- addCriterion("ZQSJ in", values, "zqsj");
- return this;
- }
- public Criteria andZqsjNotIn(List<Date> values) {
- addCriterion("ZQSJ not in", values, "zqsj");
- return this;
- }
- public Criteria andZqsjBetween(Date value1, Date value2) {
- addCriterion("ZQSJ between", value1, value2, "zqsj");
- return this;
- }
- public Criteria andZqsjNotBetween(Date value1, Date value2) {
- addCriterion("ZQSJ not between", value1, value2, "zqsj");
- return this;
- }
- public Criteria andZqlcIsNull() {
- addCriterion("ZQLC is null");
- return this;
- }
- public Criteria andZqlcIsNotNull() {
- addCriterion("ZQLC is not null");
- return this;
- }
- public Criteria andZqlcEqualTo(String value) {
- addCriterion("ZQLC =", value, "zqlc");
- return this;
- }
- public Criteria andZqlcNotEqualTo(String value) {
- addCriterion("ZQLC <>", value, "zqlc");
- return this;
- }
- public Criteria andZqlcGreaterThan(String value) {
- addCriterion("ZQLC >", value, "zqlc");
- return this;
- }
- public Criteria andZqlcGreaterThanOrEqualTo(String value) {
- addCriterion("ZQLC >=", value, "zqlc");
- return this;
- }
- public Criteria andZqlcLessThan(String value) {
- addCriterion("ZQLC <", value, "zqlc");
- return this;
- }
- public Criteria andZqlcLessThanOrEqualTo(String value) {
- addCriterion("ZQLC <=", value, "zqlc");
- return this;
- }
- public Criteria andZqlcLike(String value) {
- addCriterion("ZQLC like", value, "zqlc");
- return this;
- }
- public Criteria andZqlcNotLike(String value) {
- addCriterion("ZQLC not like", value, "zqlc");
- return this;
- }
- public Criteria andZqlcIn(List<String> values) {
- addCriterion("ZQLC in", values, "zqlc");
- return this;
- }
- public Criteria andZqlcNotIn(List<String> values) {
- addCriterion("ZQLC not in", values, "zqlc");
- return this;
- }
- public Criteria andZqlcBetween(String value1, String value2) {
- addCriterion("ZQLC between", value1, value2, "zqlc");
- return this;
- }
- public Criteria andZqlcNotBetween(String value1, String value2) {
- addCriterion("ZQLC not between", value1, value2, "zqlc");
- return this;
- }
- public Criteria andZrslIsNull() {
- addCriterion("ZRSL is null");
- return this;
- }
- public Criteria andZrslIsNotNull() {
- addCriterion("ZRSL is not null");
- return this;
- }
- public Criteria andZrslEqualTo(String value) {
- addCriterion("ZRSL =", value, "zrsl");
- return this;
- }
- public Criteria andZrslNotEqualTo(String value) {
- addCriterion("ZRSL <>", value, "zrsl");
- return this;
- }
- public Criteria andZrslGreaterThan(String value) {
- addCriterion("ZRSL >", value, "zrsl");
- return this;
- }
- public Criteria andZrslGreaterThanOrEqualTo(String value) {
- addCriterion("ZRSL >=", value, "zrsl");
- return this;
- }
- public Criteria andZrslLessThan(String value) {
- addCriterion("ZRSL <", value, "zrsl");
- return this;
- }
- public Criteria andZrslLessThanOrEqualTo(String value) {
- addCriterion("ZRSL <=", value, "zrsl");
- return this;
- }
- public Criteria andZrslLike(String value) {
- addCriterion("ZRSL like", value, "zrsl");
- return this;
- }
- public Criteria andZrslNotLike(String value) {
- addCriterion("ZRSL not like", value, "zrsl");
- return this;
- }
- public Criteria andZrslIn(List<String> values) {
- addCriterion("ZRSL in", values, "zrsl");
- return this;
- }
- public Criteria andZrslNotIn(List<String> values) {
- addCriterion("ZRSL not in", values, "zrsl");
- return this;
- }
- public Criteria andZrslBetween(String value1, String value2) {
- addCriterion("ZRSL between", value1, value2, "zrsl");
- return this;
- }
- public Criteria andZrslNotBetween(String value1, String value2) {
- addCriterion("ZRSL not between", value1, value2, "zrsl");
- return this;
- }
- public Criteria andZrshIsNull() {
- addCriterion("ZRSH is null");
- return this;
- }
- public Criteria andZrshIsNotNull() {
- addCriterion("ZRSH is not null");
- return this;
- }
- public Criteria andZrshEqualTo(String value) {
- addCriterion("ZRSH =", value, "zrsh");
- return this;
- }
- public Criteria andZrshNotEqualTo(String value) {
- addCriterion("ZRSH <>", value, "zrsh");
- return this;
- }
- public Criteria andZrshGreaterThan(String value) {
- addCriterion("ZRSH >", value, "zrsh");
- return this;
- }
- public Criteria andZrshGreaterThanOrEqualTo(String value) {
- addCriterion("ZRSH >=", value, "zrsh");
- return this;
- }
- public Criteria andZrshLessThan(String value) {
- addCriterion("ZRSH <", value, "zrsh");
- return this;
- }
- public Criteria andZrshLessThanOrEqualTo(String value) {
- addCriterion("ZRSH <=", value, "zrsh");
- return this;
- }
- public Criteria andZrshLike(String value) {
- addCriterion("ZRSH like", value, "zrsh");
- return this;
- }
- public Criteria andZrshNotLike(String value) {
- addCriterion("ZRSH not like", value, "zrsh");
- return this;
- }
- public Criteria andZrshIn(List<String> values) {
- addCriterion("ZRSH in", values, "zrsh");
- return this;
- }
- public Criteria andZrshNotIn(List<String> values) {
- addCriterion("ZRSH not in", values, "zrsh");
- return this;
- }
- public Criteria andZrshBetween(String value1, String value2) {
- addCriterion("ZRSH between", value1, value2, "zrsh");
- return this;
- }
- public Criteria andZrshNotBetween(String value1, String value2) {
- addCriterion("ZRSH not between", value1, value2, "zrsh");
- return this;
- }
- public Criteria andBzIsNull() {
- addCriterion("BZ is null");
- return this;
- }
- public Criteria andBzIsNotNull() {
- addCriterion("BZ is not null");
- return this;
- }
- public Criteria andBzEqualTo(String value) {
- addCriterion("BZ =", value, "bz");
- return this;
- }
- public Criteria andBzNotEqualTo(String value) {
- addCriterion("BZ <>", value, "bz");
- return this;
- }
- public Criteria andBzGreaterThan(String value) {
- addCriterion("BZ >", value, "bz");
- return this;
- }
- public Criteria andBzGreaterThanOrEqualTo(String value) {
- addCriterion("BZ >=", value, "bz");
- return this;
- }
- public Criteria andBzLessThan(String value) {
- addCriterion("BZ <", value, "bz");
- return this;
- }
- public Criteria andBzLessThanOrEqualTo(String value) {
- addCriterion("BZ <=", value, "bz");
- return this;
- }
- public Criteria andBzLike(String value) {
- addCriterion("BZ like", value, "bz");
- return this;
- }
- public Criteria andBzNotLike(String value) {
- addCriterion("BZ not like", value, "bz");
- return this;
- }
- public Criteria andBzIn(List<String> values) {
- addCriterion("BZ in", values, "bz");
- return this;
- }
- public Criteria andBzNotIn(List<String> values) {
- addCriterion("BZ not in", values, "bz");
- return this;
- }
- public Criteria andBzBetween(String value1, String value2) {
- addCriterion("BZ between", value1, value2, "bz");
- return this;
- }
- public Criteria andBzNotBetween(String value1, String value2) {
- addCriterion("BZ not between", value1, value2, "bz");
- return this;
- }
- public Criteria andZtIsNull() {
- addCriterion("ZT is null");
- return this;
- }
- public Criteria andZtIsNotNull() {
- addCriterion("ZT is not null");
- return this;
- }
- public Criteria andZtEqualTo(String value) {
- addCriterion("ZT =", value, "zt");
- return this;
- }
- public Criteria andZtNotEqualTo(String value) {
- addCriterion("ZT <>", value, "zt");
- return this;
- }
- public Criteria andZtGreaterThan(String value) {
- addCriterion("ZT >", value, "zt");
- return this;
- }
- public Criteria andZtGreaterThanOrEqualTo(String value) {
- addCriterion("ZT >=", value, "zt");
- return this;
- }
- public Criteria andZtLessThan(String value) {
- addCriterion("ZT <", value, "zt");
- return this;
- }
- public Criteria andZtLessThanOrEqualTo(String value) {
- addCriterion("ZT <=", value, "zt");
- return this;
- }
- public Criteria andZtLike(String value) {
- addCriterion("ZT like", value, "zt");
- return this;
- }
- public Criteria andZtNotLike(String value) {
- addCriterion("ZT not like", value, "zt");
- return this;
- }
- public Criteria andZtIn(List<String> values) {
- addCriterion("ZT in", values, "zt");
- return this;
- }
- public Criteria andZtNotIn(List<String> values) {
- addCriterion("ZT not in", values, "zt");
- return this;
- }
- public Criteria andZtBetween(String value1, String value2) {
- addCriterion("ZT between", value1, value2, "zt");
- return this;
- }
- public Criteria andZtNotBetween(String value1, String value2) {
- addCriterion("ZT not between", value1, value2, "zt");
- 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;
- }
- 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 andZcslIsNull() {
- addCriterion("ZCSL is null");
- return this;
- }
- public Criteria andZcslIsNotNull() {
- addCriterion("ZCSL is not null");
- return this;
- }
- public Criteria andZcslEqualTo(String value) {
- addCriterion("ZCSL =", value, "zcsl");
- return this;
- }
- public Criteria andZcslNotEqualTo(String value) {
- addCriterion("ZCSL <>", value, "zcsl");
- return this;
- }
- public Criteria andZcslGreaterThan(String value) {
- addCriterion("ZCSL >", value, "zcsl");
- return this;
- }
- public Criteria andZcslGreaterThanOrEqualTo(String value) {
- addCriterion("ZCSL >=", value, "zcsl");
- return this;
- }
- public Criteria andZcslLessThan(String value) {
- addCriterion("ZCSL <", value, "zcsl");
- return this;
- }
- public Criteria andZcslLessThanOrEqualTo(String value) {
- addCriterion("ZCSL <=", value, "zcsl");
- return this;
- }
- public Criteria andZcslLike(String value) {
- addCriterion("ZCSL like", value, "zcsl");
- return this;
- }
- public Criteria andZcslNotLike(String value) {
- addCriterion("ZCSL not like", value, "zcsl");
- return this;
- }
- public Criteria andZcslIn(List<String> values) {
- addCriterion("ZCSL in", values, "zcsl");
- return this;
- }
- public Criteria andZcslNotIn(List<String> values) {
- addCriterion("ZCSL not in", values, "zcsl");
- return this;
- }
- public Criteria andZcslBetween(String value1, String value2) {
- addCriterion("ZCSL between", value1, value2, "zcsl");
- return this;
- }
- public Criteria andZcslNotBetween(String value1, String value2) {
- addCriterion("ZCSL not between", value1, value2, "zcsl");
- return this;
- }
- }
- }
|