| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162 |
- package com.goafanti.common.model;
- import java.util.ArrayList;
- import java.util.List;
- import java.util.Date;
- public class CustomerLogExample {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- protected String orderByClause;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- protected boolean distinct;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- protected List<Criteria> oredCriteria;
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- public CustomerLogExample() {
- oredCriteria = new ArrayList<Criteria>();
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- public String getOrderByClause() {
- return orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- public boolean isDistinct() {
- return distinct;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- public List<Criteria> getOredCriteria() {
- return oredCriteria;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- public Criteria or() {
- Criteria criteria = createCriteriaInternal();
- oredCriteria.add(criteria);
- return criteria;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- public Criteria createCriteria() {
- Criteria criteria = createCriteriaInternal();
- if (oredCriteria.size() == 0) {
- oredCriteria.add(criteria);
- }
- return criteria;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
- /**
- * This class was generated by MyBatis Generator. This class corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- protected abstract static class GeneratedCriteria {
- protected List<Criterion> criteria;
- protected GeneratedCriteria() {
- super();
- criteria = new ArrayList<Criterion>();
- }
- public boolean isValid() {
- return criteria.size() > 0;
- }
- public List<Criterion> getAllCriteria() {
- return criteria;
- }
- public List<Criterion> getCriteria() {
- return criteria;
- }
- protected void addCriterion(String condition) {
- if (condition == null) {
- throw new RuntimeException("Value for condition cannot be null");
- }
- criteria.add(new Criterion(condition));
- }
- protected void addCriterion(String condition, Object value, String property) {
- if (value == null) {
- throw new RuntimeException("Value for " + property + " cannot be null");
- }
- criteria.add(new Criterion(condition, value));
- }
- 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");
- }
- criteria.add(new Criterion(condition, value1, value2));
- }
- public Criteria andIdIsNull() {
- addCriterion("id is null");
- return (Criteria) this;
- }
- public Criteria andIdIsNotNull() {
- addCriterion("id is not null");
- return (Criteria) this;
- }
- public Criteria andIdEqualTo(String value) {
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotEqualTo(String value) {
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdGreaterThan(String value) {
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdGreaterThanOrEqualTo(String value) {
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdLessThan(String value) {
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdLessThanOrEqualTo(String value) {
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdLike(String value) {
- addCriterion("id like", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotLike(String value) {
- addCriterion("id not like", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdIn(List<String> values) {
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotIn(List<String> values) {
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
- public Criteria andIdBetween(String value1, String value2) {
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotBetween(String value1, String value2) {
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
- public Criteria andCidIsNull() {
- addCriterion("cid is null");
- return (Criteria) this;
- }
- public Criteria andCidIsNotNull() {
- addCriterion("cid is not null");
- return (Criteria) this;
- }
- public Criteria andCidEqualTo(String value) {
- addCriterion("cid =", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidNotEqualTo(String value) {
- addCriterion("cid <>", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidGreaterThan(String value) {
- addCriterion("cid >", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidGreaterThanOrEqualTo(String value) {
- addCriterion("cid >=", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidLessThan(String value) {
- addCriterion("cid <", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidLessThanOrEqualTo(String value) {
- addCriterion("cid <=", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidLike(String value) {
- addCriterion("cid like", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidNotLike(String value) {
- addCriterion("cid not like", value, "cid");
- return (Criteria) this;
- }
- public Criteria andCidIn(List<String> values) {
- addCriterion("cid in", values, "cid");
- return (Criteria) this;
- }
- public Criteria andCidNotIn(List<String> values) {
- addCriterion("cid not in", values, "cid");
- return (Criteria) this;
- }
- public Criteria andCidBetween(String value1, String value2) {
- addCriterion("cid between", value1, value2, "cid");
- return (Criteria) this;
- }
- public Criteria andCidNotBetween(String value1, String value2) {
- addCriterion("cid not between", value1, value2, "cid");
- return (Criteria) this;
- }
- public Criteria andOperatorNameIsNull() {
- addCriterion("operator_name is null");
- return (Criteria) this;
- }
- public Criteria andOperatorNameIsNotNull() {
- addCriterion("operator_name is not null");
- return (Criteria) this;
- }
- public Criteria andOperatorNameEqualTo(String value) {
- addCriterion("operator_name =", value, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorNameNotEqualTo(String value) {
- addCriterion("operator_name <>", value, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorNameGreaterThan(String value) {
- addCriterion("operator_name >", value, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorNameGreaterThanOrEqualTo(String value) {
- addCriterion("operator_name >=", value, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorNameLessThan(String value) {
- addCriterion("operator_name <", value, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorNameLessThanOrEqualTo(String value) {
- addCriterion("operator_name <=", value, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorNameLike(String value) {
- addCriterion("operator_name like", value, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorNameNotLike(String value) {
- addCriterion("operator_name not like", value, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorNameIn(List<String> values) {
- addCriterion("operator_name in", values, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorNameNotIn(List<String> values) {
- addCriterion("operator_name not in", values, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorNameBetween(String value1, String value2) {
- addCriterion("operator_name between", value1, value2, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorNameNotBetween(String value1, String value2) {
- addCriterion("operator_name not between", value1, value2, "operatorName");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeIsNull() {
- addCriterion("operator_type is null");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeIsNotNull() {
- addCriterion("operator_type is not null");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeEqualTo(String value) {
- addCriterion("operator_type =", value, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeNotEqualTo(String value) {
- addCriterion("operator_type <>", value, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeGreaterThan(String value) {
- addCriterion("operator_type >", value, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeGreaterThanOrEqualTo(String value) {
- addCriterion("operator_type >=", value, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeLessThan(String value) {
- addCriterion("operator_type <", value, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeLessThanOrEqualTo(String value) {
- addCriterion("operator_type <=", value, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeLike(String value) {
- addCriterion("operator_type like", value, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeNotLike(String value) {
- addCriterion("operator_type not like", value, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeIn(List<String> values) {
- addCriterion("operator_type in", values, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeNotIn(List<String> values) {
- addCriterion("operator_type not in", values, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeBetween(String value1, String value2) {
- addCriterion("operator_type between", value1, value2, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTypeNotBetween(String value1, String value2) {
- addCriterion("operator_type not between", value1, value2, "operatorType");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeIsNull() {
- addCriterion("operator_time is null");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeIsNotNull() {
- addCriterion("operator_time is not null");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeEqualTo(Date value) {
- addCriterion("operator_time =", value, "operatorTime");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeNotEqualTo(Date value) {
- addCriterion("operator_time <>", value, "operatorTime");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeGreaterThan(Date value) {
- addCriterion("operator_time >", value, "operatorTime");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeGreaterThanOrEqualTo(Date value) {
- addCriterion("operator_time >=", value, "operatorTime");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeLessThan(Date value) {
- addCriterion("operator_time <", value, "operatorTime");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeLessThanOrEqualTo(Date value) {
- addCriterion("operator_time <=", value, "operatorTime");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeIn(List<Date> values) {
- addCriterion("operator_time in", values, "operatorTime");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeNotIn(List<Date> values) {
- addCriterion("operator_time not in", values, "operatorTime");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeBetween(Date value1, Date value2) {
- addCriterion("operator_time between", value1, value2, "operatorTime");
- return (Criteria) this;
- }
- public Criteria andOperatorTimeNotBetween(Date value1, Date value2) {
- addCriterion("operator_time not between", value1, value2, "operatorTime");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusIsNull() {
- addCriterion("before_customer_status is null");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusIsNotNull() {
- addCriterion("before_customer_status is not null");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusEqualTo(String value) {
- addCriterion("before_customer_status =", value, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusNotEqualTo(String value) {
- addCriterion("before_customer_status <>", value, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusGreaterThan(String value) {
- addCriterion("before_customer_status >", value, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusGreaterThanOrEqualTo(String value) {
- addCriterion("before_customer_status >=", value, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusLessThan(String value) {
- addCriterion("before_customer_status <", value, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusLessThanOrEqualTo(String value) {
- addCriterion("before_customer_status <=", value, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusLike(String value) {
- addCriterion("before_customer_status like", value, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusNotLike(String value) {
- addCriterion("before_customer_status not like", value, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusIn(List<String> values) {
- addCriterion("before_customer_status in", values, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusNotIn(List<String> values) {
- addCriterion("before_customer_status not in", values, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusBetween(String value1, String value2) {
- addCriterion("before_customer_status between", value1, value2, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerStatusNotBetween(String value1, String value2) {
- addCriterion("before_customer_status not between", value1, value2, "beforeCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusIsNull() {
- addCriterion("after_customer_status is null");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusIsNotNull() {
- addCriterion("after_customer_status is not null");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusEqualTo(String value) {
- addCriterion("after_customer_status =", value, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusNotEqualTo(String value) {
- addCriterion("after_customer_status <>", value, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusGreaterThan(String value) {
- addCriterion("after_customer_status >", value, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusGreaterThanOrEqualTo(String value) {
- addCriterion("after_customer_status >=", value, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusLessThan(String value) {
- addCriterion("after_customer_status <", value, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusLessThanOrEqualTo(String value) {
- addCriterion("after_customer_status <=", value, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusLike(String value) {
- addCriterion("after_customer_status like", value, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusNotLike(String value) {
- addCriterion("after_customer_status not like", value, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusIn(List<String> values) {
- addCriterion("after_customer_status in", values, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusNotIn(List<String> values) {
- addCriterion("after_customer_status not in", values, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusBetween(String value1, String value2) {
- addCriterion("after_customer_status between", value1, value2, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerStatusNotBetween(String value1, String value2) {
- addCriterion("after_customer_status not between", value1, value2, "afterCustomerStatus");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionIsNull() {
- addCriterion("before_customer_intention is null");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionIsNotNull() {
- addCriterion("before_customer_intention is not null");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionEqualTo(String value) {
- addCriterion("before_customer_intention =", value, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionNotEqualTo(String value) {
- addCriterion("before_customer_intention <>", value, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionGreaterThan(String value) {
- addCriterion("before_customer_intention >", value, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionGreaterThanOrEqualTo(String value) {
- addCriterion("before_customer_intention >=", value, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionLessThan(String value) {
- addCriterion("before_customer_intention <", value, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionLessThanOrEqualTo(String value) {
- addCriterion("before_customer_intention <=", value, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionLike(String value) {
- addCriterion("before_customer_intention like", value, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionNotLike(String value) {
- addCriterion("before_customer_intention not like", value, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionIn(List<String> values) {
- addCriterion("before_customer_intention in", values, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionNotIn(List<String> values) {
- addCriterion("before_customer_intention not in", values, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionBetween(String value1, String value2) {
- addCriterion("before_customer_intention between", value1, value2, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeCustomerIntentionNotBetween(String value1, String value2) {
- addCriterion("before_customer_intention not between", value1, value2, "beforeCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionIsNull() {
- addCriterion("after_customer_intention is null");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionIsNotNull() {
- addCriterion("after_customer_intention is not null");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionEqualTo(String value) {
- addCriterion("after_customer_intention =", value, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionNotEqualTo(String value) {
- addCriterion("after_customer_intention <>", value, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionGreaterThan(String value) {
- addCriterion("after_customer_intention >", value, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionGreaterThanOrEqualTo(String value) {
- addCriterion("after_customer_intention >=", value, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionLessThan(String value) {
- addCriterion("after_customer_intention <", value, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionLessThanOrEqualTo(String value) {
- addCriterion("after_customer_intention <=", value, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionLike(String value) {
- addCriterion("after_customer_intention like", value, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionNotLike(String value) {
- addCriterion("after_customer_intention not like", value, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionIn(List<String> values) {
- addCriterion("after_customer_intention in", values, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionNotIn(List<String> values) {
- addCriterion("after_customer_intention not in", values, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionBetween(String value1, String value2) {
- addCriterion("after_customer_intention between", value1, value2, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andAfterCustomerIntentionNotBetween(String value1, String value2) {
- addCriterion("after_customer_intention not between", value1, value2, "afterCustomerIntention");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationIsNull() {
- addCriterion("before_follow_situation is null");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationIsNotNull() {
- addCriterion("before_follow_situation is not null");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationEqualTo(String value) {
- addCriterion("before_follow_situation =", value, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationNotEqualTo(String value) {
- addCriterion("before_follow_situation <>", value, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationGreaterThan(String value) {
- addCriterion("before_follow_situation >", value, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationGreaterThanOrEqualTo(String value) {
- addCriterion("before_follow_situation >=", value, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationLessThan(String value) {
- addCriterion("before_follow_situation <", value, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationLessThanOrEqualTo(String value) {
- addCriterion("before_follow_situation <=", value, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationLike(String value) {
- addCriterion("before_follow_situation like", value, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationNotLike(String value) {
- addCriterion("before_follow_situation not like", value, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationIn(List<String> values) {
- addCriterion("before_follow_situation in", values, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationNotIn(List<String> values) {
- addCriterion("before_follow_situation not in", values, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationBetween(String value1, String value2) {
- addCriterion("before_follow_situation between", value1, value2, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeFollowSituationNotBetween(String value1, String value2) {
- addCriterion("before_follow_situation not between", value1, value2, "beforeFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationIsNull() {
- addCriterion("after_follow_situation is null");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationIsNotNull() {
- addCriterion("after_follow_situation is not null");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationEqualTo(String value) {
- addCriterion("after_follow_situation =", value, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationNotEqualTo(String value) {
- addCriterion("after_follow_situation <>", value, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationGreaterThan(String value) {
- addCriterion("after_follow_situation >", value, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationGreaterThanOrEqualTo(String value) {
- addCriterion("after_follow_situation >=", value, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationLessThan(String value) {
- addCriterion("after_follow_situation <", value, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationLessThanOrEqualTo(String value) {
- addCriterion("after_follow_situation <=", value, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationLike(String value) {
- addCriterion("after_follow_situation like", value, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationNotLike(String value) {
- addCriterion("after_follow_situation not like", value, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationIn(List<String> values) {
- addCriterion("after_follow_situation in", values, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationNotIn(List<String> values) {
- addCriterion("after_follow_situation not in", values, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationBetween(String value1, String value2) {
- addCriterion("after_follow_situation between", value1, value2, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andAfterFollowSituationNotBetween(String value1, String value2) {
- addCriterion("after_follow_situation not between", value1, value2, "afterFollowSituation");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameIsNull() {
- addCriterion("before_admin_name is null");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameIsNotNull() {
- addCriterion("before_admin_name is not null");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameEqualTo(String value) {
- addCriterion("before_admin_name =", value, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameNotEqualTo(String value) {
- addCriterion("before_admin_name <>", value, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameGreaterThan(String value) {
- addCriterion("before_admin_name >", value, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameGreaterThanOrEqualTo(String value) {
- addCriterion("before_admin_name >=", value, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameLessThan(String value) {
- addCriterion("before_admin_name <", value, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameLessThanOrEqualTo(String value) {
- addCriterion("before_admin_name <=", value, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameLike(String value) {
- addCriterion("before_admin_name like", value, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameNotLike(String value) {
- addCriterion("before_admin_name not like", value, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameIn(List<String> values) {
- addCriterion("before_admin_name in", values, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameNotIn(List<String> values) {
- addCriterion("before_admin_name not in", values, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameBetween(String value1, String value2) {
- addCriterion("before_admin_name between", value1, value2, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andBeforeAdminNameNotBetween(String value1, String value2) {
- addCriterion("before_admin_name not between", value1, value2, "beforeAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameIsNull() {
- addCriterion("after_admin_name is null");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameIsNotNull() {
- addCriterion("after_admin_name is not null");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameEqualTo(String value) {
- addCriterion("after_admin_name =", value, "afterAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameNotEqualTo(String value) {
- addCriterion("after_admin_name <>", value, "afterAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameGreaterThan(String value) {
- addCriterion("after_admin_name >", value, "afterAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameGreaterThanOrEqualTo(String value) {
- addCriterion("after_admin_name >=", value, "afterAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameLessThan(String value) {
- addCriterion("after_admin_name <", value, "afterAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameLessThanOrEqualTo(String value) {
- addCriterion("after_admin_name <=", value, "afterAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameLike(String value) {
- addCriterion("after_admin_name like", value, "afterAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameNotLike(String value) {
- addCriterion("after_admin_name not like", value, "afterAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameIn(List<String> values) {
- addCriterion("after_admin_name in", values, "afterAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameNotIn(List<String> values) {
- addCriterion("after_admin_name not in", values, "afterAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameBetween(String value1, String value2) {
- addCriterion("after_admin_name between", value1, value2, "afterAdminName");
- return (Criteria) this;
- }
- public Criteria andAfterAdminNameNotBetween(String value1, String value2) {
- addCriterion("after_admin_name not between", value1, value2, "afterAdminName");
- return (Criteria) this;
- }
- }
- /**
- * This class was generated by MyBatis Generator. This class corresponds to the database table customer_log
- * @mbg.generated Fri Oct 13 16:56:48 CST 2017
- */
- public static class Criterion {
- private String condition;
- private Object value;
- private Object secondValue;
- private boolean noValue;
- private boolean singleValue;
- private boolean betweenValue;
- private boolean listValue;
- private String typeHandler;
- public String getCondition() {
- return condition;
- }
- public Object getValue() {
- return value;
- }
- public Object getSecondValue() {
- return secondValue;
- }
- public boolean isNoValue() {
- return noValue;
- }
- public boolean isSingleValue() {
- return singleValue;
- }
- public boolean isBetweenValue() {
- return betweenValue;
- }
- public boolean isListValue() {
- return listValue;
- }
- public String getTypeHandler() {
- return typeHandler;
- }
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.typeHandler = null;
- this.noValue = true;
- }
- protected Criterion(String condition, Object value, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.typeHandler = typeHandler;
- if (value instanceof List<?>) {
- this.listValue = true;
- } else {
- this.singleValue = true;
- }
- }
- protected Criterion(String condition, Object value) {
- this(condition, value, null);
- }
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
- super();
- this.condition = condition;
- this.value = value;
- this.secondValue = secondValue;
- this.typeHandler = typeHandler;
- this.betweenValue = true;
- }
- protected Criterion(String condition, Object value, Object secondValue) {
- this(condition, value, secondValue, null);
- }
- }
- /**
- * This class was generated by MyBatis Generator.
- * This class corresponds to the database table customer_log
- *
- * @mbg.generated do_not_delete_during_merge Mon Oct 09 17:18:39 CST 2017
- */
- public static class Criteria extends GeneratedCriteria {
- protected Criteria() {
- super();
- }
- }
- }
|