1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114 |
- 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 SjlrFzttExample {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table sjlr_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
- */
- protected String orderByClause;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table sjlr_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
- */
- protected List<Criteria> oredCriteria;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table sjlr_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
- */
- protected int start = -1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database table sjlr_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
- */
- protected int limit = -1;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
- */
- public SjlrFzttExample() {
- oredCriteria = new ArrayList<Criteria>();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
- */
- protected SjlrFzttExample(SjlrFzttExample 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_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 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_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
- */
- public String getOrderByClause() {
- return orderByClause;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
- */
- public List<Criteria> getOredCriteria() {
- return oredCriteria;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 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_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 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_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 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_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
- */
- public void clear() {
- oredCriteria.clear();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 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_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
- */
- public int getStart() {
- return start;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table sjlr_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 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_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 CST 2017
- */
- public int getLimit() {
- return limit;
- }
- /**
- * This class was generated by Apache iBATIS ibator.
- * This class corresponds to the database table sjlr_fztt
- *
- * @ibatorgenerated Tue Mar 28 17:27:15 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 andMcidIsNull() {
- addCriterion("MCID is null");
- return this;
- }
- public Criteria andMcidIsNotNull() {
- addCriterion("MCID is not null");
- return this;
- }
- public Criteria andMcidEqualTo(Integer value) {
- addCriterion("MCID =", value, "mcid");
- return this;
- }
- public Criteria andMcidNotEqualTo(Integer value) {
- addCriterion("MCID <>", value, "mcid");
- return this;
- }
- public Criteria andMcidGreaterThan(Integer value) {
- addCriterion("MCID >", value, "mcid");
- return this;
- }
- public Criteria andMcidGreaterThanOrEqualTo(Integer value) {
- addCriterion("MCID >=", value, "mcid");
- return this;
- }
- public Criteria andMcidLessThan(Integer value) {
- addCriterion("MCID <", value, "mcid");
- return this;
- }
- public Criteria andMcidLessThanOrEqualTo(Integer value) {
- addCriterion("MCID <=", value, "mcid");
- return this;
- }
- public Criteria andMcidIn(List<Integer> values) {
- addCriterion("MCID in", values, "mcid");
- return this;
- }
- public Criteria andMcidNotIn(List<Integer> values) {
- addCriterion("MCID not in", values, "mcid");
- return this;
- }
- public Criteria andMcidBetween(Integer value1, Integer value2) {
- addCriterion("MCID between", value1, value2, "mcid");
- return this;
- }
- public Criteria andMcidNotBetween(Integer value1, Integer value2) {
- addCriterion("MCID not between", value1, value2, "mcid");
- return this;
- }
- public Criteria andTtsjIsNull() {
- addCriterion("TTSJ is null");
- return this;
- }
- public Criteria andTtsjIsNotNull() {
- addCriterion("TTSJ is not null");
- return this;
- }
- public Criteria andTtsjEqualTo(Date value) {
- addCriterion("TTSJ =", value, "ttsj");
- return this;
- }
- public Criteria andTtsjNotEqualTo(Date value) {
- addCriterion("TTSJ <>", value, "ttsj");
- return this;
- }
- public Criteria andTtsjGreaterThan(Date value) {
- addCriterion("TTSJ >", value, "ttsj");
- return this;
- }
- public Criteria andTtsjGreaterThanOrEqualTo(Date value) {
- addCriterion("TTSJ >=", value, "ttsj");
- return this;
- }
- public Criteria andTtsjLessThan(Date value) {
- addCriterion("TTSJ <", value, "ttsj");
- return this;
- }
- public Criteria andTtsjLessThanOrEqualTo(Date value) {
- addCriterion("TTSJ <=", value, "ttsj");
- return this;
- }
- public Criteria andTtsjIn(List<Date> values) {
- addCriterion("TTSJ in", values, "ttsj");
- return this;
- }
- public Criteria andTtsjNotIn(List<Date> values) {
- addCriterion("TTSJ not in", values, "ttsj");
- return this;
- }
- public Criteria andTtsjBetween(Date value1, Date value2) {
- addCriterion("TTSJ between", value1, value2, "ttsj");
- return this;
- }
- public Criteria andTtsjNotBetween(Date value1, Date value2) {
- addCriterion("TTSJ not between", value1, value2, "ttsj");
- return this;
- }
- public Criteria andTtlxIsNull() {
- addCriterion("TTLX is null");
- return this;
- }
- public Criteria andTtlxIsNotNull() {
- addCriterion("TTLX is not null");
- return this;
- }
- public Criteria andTtlxEqualTo(String value) {
- addCriterion("TTLX =", value, "ttlx");
- return this;
- }
- public Criteria andTtlxNotEqualTo(String value) {
- addCriterion("TTLX <>", value, "ttlx");
- return this;
- }
- public Criteria andTtlxGreaterThan(String value) {
- addCriterion("TTLX >", value, "ttlx");
- return this;
- }
- public Criteria andTtlxGreaterThanOrEqualTo(String value) {
- addCriterion("TTLX >=", value, "ttlx");
- return this;
- }
- public Criteria andTtlxLessThan(String value) {
- addCriterion("TTLX <", value, "ttlx");
- return this;
- }
- public Criteria andTtlxLessThanOrEqualTo(String value) {
- addCriterion("TTLX <=", value, "ttlx");
- return this;
- }
- public Criteria andTtlxLike(String value) {
- addCriterion("TTLX like", value, "ttlx");
- return this;
- }
- public Criteria andTtlxNotLike(String value) {
- addCriterion("TTLX not like", value, "ttlx");
- return this;
- }
- public Criteria andTtlxIn(List<String> values) {
- addCriterion("TTLX in", values, "ttlx");
- return this;
- }
- public Criteria andTtlxNotIn(List<String> values) {
- addCriterion("TTLX not in", values, "ttlx");
- return this;
- }
- public Criteria andTtlxBetween(String value1, String value2) {
- addCriterion("TTLX between", value1, value2, "ttlx");
- return this;
- }
- public Criteria andTtlxNotBetween(String value1, String value2) {
- addCriterion("TTLX not between", value1, value2, "ttlx");
- return this;
- }
- public Criteria andZzlxIsNull() {
- addCriterion("ZZLX is null");
- return this;
- }
- public Criteria andZzlxIsNotNull() {
- addCriterion("ZZLX is not null");
- return this;
- }
- public Criteria andZzlxEqualTo(String value) {
- addCriterion("ZZLX =", value, "zzlx");
- return this;
- }
- public Criteria andZzlxNotEqualTo(String value) {
- addCriterion("ZZLX <>", value, "zzlx");
- return this;
- }
- public Criteria andZzlxGreaterThan(String value) {
- addCriterion("ZZLX >", value, "zzlx");
- return this;
- }
- public Criteria andZzlxGreaterThanOrEqualTo(String value) {
- addCriterion("ZZLX >=", value, "zzlx");
- return this;
- }
- public Criteria andZzlxLessThan(String value) {
- addCriterion("ZZLX <", value, "zzlx");
- return this;
- }
- public Criteria andZzlxLessThanOrEqualTo(String value) {
- addCriterion("ZZLX <=", value, "zzlx");
- return this;
- }
- public Criteria andZzlxLike(String value) {
- addCriterion("ZZLX like", value, "zzlx");
- return this;
- }
- public Criteria andZzlxNotLike(String value) {
- addCriterion("ZZLX not like", value, "zzlx");
- return this;
- }
- public Criteria andZzlxIn(List<String> values) {
- addCriterion("ZZLX in", values, "zzlx");
- return this;
- }
- public Criteria andZzlxNotIn(List<String> values) {
- addCriterion("ZZLX not in", values, "zzlx");
- return this;
- }
- public Criteria andZzlxBetween(String value1, String value2) {
- addCriterion("ZZLX between", value1, value2, "zzlx");
- return this;
- }
- public Criteria andZzlxNotBetween(String value1, String value2) {
- addCriterion("ZZLX not between", value1, value2, "zzlx");
- return this;
- }
- public Criteria andTtslIsNull() {
- addCriterion("TTSL is null");
- return this;
- }
- public Criteria andTtslIsNotNull() {
- addCriterion("TTSL is not null");
- return this;
- }
- public Criteria andTtslEqualTo(String value) {
- addCriterion("TTSL =", value, "ttsl");
- return this;
- }
- public Criteria andTtslNotEqualTo(String value) {
- addCriterion("TTSL <>", value, "ttsl");
- return this;
- }
- public Criteria andTtslGreaterThan(String value) {
- addCriterion("TTSL >", value, "ttsl");
- return this;
- }
- public Criteria andTtslGreaterThanOrEqualTo(String value) {
- addCriterion("TTSL >=", value, "ttsl");
- return this;
- }
- public Criteria andTtslLessThan(String value) {
- addCriterion("TTSL <", value, "ttsl");
- return this;
- }
- public Criteria andTtslLessThanOrEqualTo(String value) {
- addCriterion("TTSL <=", value, "ttsl");
- return this;
- }
- public Criteria andTtslLike(String value) {
- addCriterion("TTSL like", value, "ttsl");
- return this;
- }
- public Criteria andTtslNotLike(String value) {
- addCriterion("TTSL not like", value, "ttsl");
- return this;
- }
- public Criteria andTtslIn(List<String> values) {
- addCriterion("TTSL in", values, "ttsl");
- return this;
- }
- public Criteria andTtslNotIn(List<String> values) {
- addCriterion("TTSL not in", values, "ttsl");
- return this;
- }
- public Criteria andTtslBetween(String value1, String value2) {
- addCriterion("TTSL between", value1, value2, "ttsl");
- return this;
- }
- public Criteria andTtslNotBetween(String value1, String value2) {
- addCriterion("TTSL not between", value1, value2, "ttsl");
- 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 andTtfsIsNull() {
- addCriterion("TTFS is null");
- return this;
- }
- public Criteria andTtfsIsNotNull() {
- addCriterion("TTFS is not null");
- return this;
- }
- public Criteria andTtfsEqualTo(String value) {
- addCriterion("TTFS =", value, "ttfs");
- return this;
- }
- public Criteria andTtfsNotEqualTo(String value) {
- addCriterion("TTFS <>", value, "ttfs");
- return this;
- }
- public Criteria andTtfsGreaterThan(String value) {
- addCriterion("TTFS >", value, "ttfs");
- return this;
- }
- public Criteria andTtfsGreaterThanOrEqualTo(String value) {
- addCriterion("TTFS >=", value, "ttfs");
- return this;
- }
- public Criteria andTtfsLessThan(String value) {
- addCriterion("TTFS <", value, "ttfs");
- return this;
- }
- public Criteria andTtfsLessThanOrEqualTo(String value) {
- addCriterion("TTFS <=", value, "ttfs");
- return this;
- }
- public Criteria andTtfsLike(String value) {
- addCriterion("TTFS like", value, "ttfs");
- return this;
- }
- public Criteria andTtfsNotLike(String value) {
- addCriterion("TTFS not like", value, "ttfs");
- return this;
- }
- public Criteria andTtfsIn(List<String> values) {
- addCriterion("TTFS in", values, "ttfs");
- return this;
- }
- public Criteria andTtfsNotIn(List<String> values) {
- addCriterion("TTFS not in", values, "ttfs");
- return this;
- }
- public Criteria andTtfsBetween(String value1, String value2) {
- addCriterion("TTFS between", value1, value2, "ttfs");
- return this;
- }
- public Criteria andTtfsNotBetween(String value1, String value2) {
- addCriterion("TTFS not between", value1, value2, "ttfs");
- return this;
- }
- public Criteria andTttsIsNull() {
- addCriterion("TTTS is null");
- return this;
- }
- public Criteria andTttsIsNotNull() {
- addCriterion("TTTS is not null");
- return this;
- }
- public Criteria andTttsEqualTo(Integer value) {
- addCriterion("TTTS =", value, "ttts");
- return this;
- }
- public Criteria andTttsNotEqualTo(Integer value) {
- addCriterion("TTTS <>", value, "ttts");
- return this;
- }
- public Criteria andTttsGreaterThan(Integer value) {
- addCriterion("TTTS >", value, "ttts");
- return this;
- }
- public Criteria andTttsGreaterThanOrEqualTo(Integer value) {
- addCriterion("TTTS >=", value, "ttts");
- return this;
- }
- public Criteria andTttsLessThan(Integer value) {
- addCriterion("TTTS <", value, "ttts");
- return this;
- }
- public Criteria andTttsLessThanOrEqualTo(Integer value) {
- addCriterion("TTTS <=", value, "ttts");
- return this;
- }
- public Criteria andTttsIn(List<Integer> values) {
- addCriterion("TTTS in", values, "ttts");
- return this;
- }
- public Criteria andTttsNotIn(List<Integer> values) {
- addCriterion("TTTS not in", values, "ttts");
- return this;
- }
- public Criteria andTttsBetween(Integer value1, Integer value2) {
- addCriterion("TTTS between", value1, value2, "ttts");
- return this;
- }
- public Criteria andTttsNotBetween(Integer value1, Integer value2) {
- addCriterion("TTTS not between", value1, value2, "ttts");
- return this;
- }
- public Criteria andTtzlIsNull() {
- addCriterion("TTZL is null");
- return this;
- }
- public Criteria andTtzlIsNotNull() {
- addCriterion("TTZL is not null");
- return this;
- }
- public Criteria andTtzlEqualTo(String value) {
- addCriterion("TTZL =", value, "ttzl");
- return this;
- }
- public Criteria andTtzlNotEqualTo(String value) {
- addCriterion("TTZL <>", value, "ttzl");
- return this;
- }
- public Criteria andTtzlGreaterThan(String value) {
- addCriterion("TTZL >", value, "ttzl");
- return this;
- }
- public Criteria andTtzlGreaterThanOrEqualTo(String value) {
- addCriterion("TTZL >=", value, "ttzl");
- return this;
- }
- public Criteria andTtzlLessThan(String value) {
- addCriterion("TTZL <", value, "ttzl");
- return this;
- }
- public Criteria andTtzlLessThanOrEqualTo(String value) {
- addCriterion("TTZL <=", value, "ttzl");
- return this;
- }
- public Criteria andTtzlLike(String value) {
- addCriterion("TTZL like", value, "ttzl");
- return this;
- }
- public Criteria andTtzlNotLike(String value) {
- addCriterion("TTZL not like", value, "ttzl");
- return this;
- }
- public Criteria andTtzlIn(List<String> values) {
- addCriterion("TTZL in", values, "ttzl");
- return this;
- }
- public Criteria andTtzlNotIn(List<String> values) {
- addCriterion("TTZL not in", values, "ttzl");
- return this;
- }
- public Criteria andTtzlBetween(String value1, String value2) {
- addCriterion("TTZL between", value1, value2, "ttzl");
- return this;
- }
- public Criteria andTtzlNotBetween(String value1, String value2) {
- addCriterion("TTZL not between", value1, value2, "ttzl");
- 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;
- }
- }
- }
|