| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063 |
- package com.goafanti.common.model;
- import java.util.ArrayList;
- import java.util.Date;
- import java.util.List;
- import java.math.BigDecimal;
- public class NewOrderDunExample {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- protected String orderByClause;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- protected boolean distinct;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- protected List<Criteria> oredCriteria;
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- public NewOrderDunExample() {
- oredCriteria = new ArrayList<Criteria>();
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- public String getOrderByClause() {
- return orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- public boolean isDistinct() {
- return distinct;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- public List<Criteria> getOredCriteria() {
- return oredCriteria;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- 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 new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- 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 new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
- /**
- * This class was generated by MyBatis Generator. This class corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- 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(Integer value) {
- addCriterion("id =", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotEqualTo(Integer value) {
- addCriterion("id <>", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdGreaterThan(Integer value) {
- addCriterion("id >", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdGreaterThanOrEqualTo(Integer value) {
- addCriterion("id >=", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdLessThan(Integer value) {
- addCriterion("id <", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdLessThanOrEqualTo(Integer value) {
- addCriterion("id <=", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdIn(List<Integer> values) {
- addCriterion("id in", values, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotIn(List<Integer> values) {
- addCriterion("id not in", values, "id");
- return (Criteria) this;
- }
- public Criteria andIdBetween(Integer value1, Integer value2) {
- addCriterion("id between", value1, value2, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotBetween(Integer value1, Integer value2) {
- addCriterion("id not between", value1, value2, "id");
- return (Criteria) this;
- }
- public Criteria andOrderNoIsNull() {
- addCriterion("order_no is null");
- return (Criteria) this;
- }
- public Criteria andOrderNoIsNotNull() {
- addCriterion("order_no is not null");
- return (Criteria) this;
- }
- public Criteria andOrderNoEqualTo(String value) {
- addCriterion("order_no =", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoNotEqualTo(String value) {
- addCriterion("order_no <>", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoGreaterThan(String value) {
- addCriterion("order_no >", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoGreaterThanOrEqualTo(String value) {
- addCriterion("order_no >=", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoLessThan(String value) {
- addCriterion("order_no <", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoLessThanOrEqualTo(String value) {
- addCriterion("order_no <=", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoLike(String value) {
- addCriterion("order_no like", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoNotLike(String value) {
- addCriterion("order_no not like", value, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoIn(List<String> values) {
- addCriterion("order_no in", values, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoNotIn(List<String> values) {
- addCriterion("order_no not in", values, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoBetween(String value1, String value2) {
- addCriterion("order_no between", value1, value2, "orderNo");
- return (Criteria) this;
- }
- public Criteria andOrderNoNotBetween(String value1, String value2) {
- addCriterion("order_no not between", value1, value2, "orderNo");
- return (Criteria) this;
- }
- public Criteria andTidIsNull() {
- addCriterion("tid is null");
- return (Criteria) this;
- }
- public Criteria andTidIsNotNull() {
- addCriterion("tid is not null");
- return (Criteria) this;
- }
- public Criteria andTidEqualTo(Integer value) {
- addCriterion("tid =", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidNotEqualTo(Integer value) {
- addCriterion("tid <>", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidGreaterThan(Integer value) {
- addCriterion("tid >", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidGreaterThanOrEqualTo(Integer value) {
- addCriterion("tid >=", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidLessThan(Integer value) {
- addCriterion("tid <", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidLessThanOrEqualTo(Integer value) {
- addCriterion("tid <=", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidIn(List<Integer> values) {
- addCriterion("tid in", values, "tid");
- return (Criteria) this;
- }
- public Criteria andTidNotIn(List<Integer> values) {
- addCriterion("tid not in", values, "tid");
- return (Criteria) this;
- }
- public Criteria andTidBetween(Integer value1, Integer value2) {
- addCriterion("tid between", value1, value2, "tid");
- return (Criteria) this;
- }
- public Criteria andTidNotBetween(Integer value1, Integer value2) {
- addCriterion("tid not between", value1, value2, "tid");
- return (Criteria) this;
- }
- public Criteria andProjectTypeIsNull() {
- addCriterion("project_type is null");
- return (Criteria) this;
- }
- public Criteria andProjectTypeIsNotNull() {
- addCriterion("project_type is not null");
- return (Criteria) this;
- }
- public Criteria andProjectTypeEqualTo(Integer value) {
- addCriterion("project_type =", value, "projectType");
- return (Criteria) this;
- }
- public Criteria andProjectTypeNotEqualTo(Integer value) {
- addCriterion("project_type <>", value, "projectType");
- return (Criteria) this;
- }
- public Criteria andProjectTypeGreaterThan(Integer value) {
- addCriterion("project_type >", value, "projectType");
- return (Criteria) this;
- }
- public Criteria andProjectTypeGreaterThanOrEqualTo(Integer value) {
- addCriterion("project_type >=", value, "projectType");
- return (Criteria) this;
- }
- public Criteria andProjectTypeLessThan(Integer value) {
- addCriterion("project_type <", value, "projectType");
- return (Criteria) this;
- }
- public Criteria andProjectTypeLessThanOrEqualTo(Integer value) {
- addCriterion("project_type <=", value, "projectType");
- return (Criteria) this;
- }
- public Criteria andProjectTypeIn(List<Integer> values) {
- addCriterion("project_type in", values, "projectType");
- return (Criteria) this;
- }
- public Criteria andProjectTypeNotIn(List<Integer> values) {
- addCriterion("project_type not in", values, "projectType");
- return (Criteria) this;
- }
- public Criteria andProjectTypeBetween(Integer value1, Integer value2) {
- addCriterion("project_type between", value1, value2, "projectType");
- return (Criteria) this;
- }
- public Criteria andProjectTypeNotBetween(Integer value1, Integer value2) {
- addCriterion("project_type not between", value1, value2, "projectType");
- return (Criteria) this;
- }
- public Criteria andDunTypeIsNull() {
- addCriterion("dun_type is null");
- return (Criteria) this;
- }
- public Criteria andDunTypeIsNotNull() {
- addCriterion("dun_type is not null");
- return (Criteria) this;
- }
- public Criteria andDunTypeEqualTo(Integer value) {
- addCriterion("dun_type =", value, "dunType");
- return (Criteria) this;
- }
- public Criteria andDunTypeNotEqualTo(Integer value) {
- addCriterion("dun_type <>", value, "dunType");
- return (Criteria) this;
- }
- public Criteria andDunTypeGreaterThan(Integer value) {
- addCriterion("dun_type >", value, "dunType");
- return (Criteria) this;
- }
- public Criteria andDunTypeGreaterThanOrEqualTo(Integer value) {
- addCriterion("dun_type >=", value, "dunType");
- return (Criteria) this;
- }
- public Criteria andDunTypeLessThan(Integer value) {
- addCriterion("dun_type <", value, "dunType");
- return (Criteria) this;
- }
- public Criteria andDunTypeLessThanOrEqualTo(Integer value) {
- addCriterion("dun_type <=", value, "dunType");
- return (Criteria) this;
- }
- public Criteria andDunTypeIn(List<Integer> values) {
- addCriterion("dun_type in", values, "dunType");
- return (Criteria) this;
- }
- public Criteria andDunTypeNotIn(List<Integer> values) {
- addCriterion("dun_type not in", values, "dunType");
- return (Criteria) this;
- }
- public Criteria andDunTypeBetween(Integer value1, Integer value2) {
- addCriterion("dun_type between", value1, value2, "dunType");
- return (Criteria) this;
- }
- public Criteria andDunTypeNotBetween(Integer value1, Integer value2) {
- addCriterion("dun_type not between", value1, value2, "dunType");
- return (Criteria) this;
- }
- public Criteria andWaitDayIsNull() {
- addCriterion("wait_day is null");
- return (Criteria) this;
- }
- public Criteria andWaitDayIsNotNull() {
- addCriterion("wait_day is not null");
- return (Criteria) this;
- }
- public Criteria andWaitDayEqualTo(Integer value) {
- addCriterion("wait_day =", value, "waitDay");
- return (Criteria) this;
- }
- public Criteria andWaitDayNotEqualTo(Integer value) {
- addCriterion("wait_day <>", value, "waitDay");
- return (Criteria) this;
- }
- public Criteria andWaitDayGreaterThan(Integer value) {
- addCriterion("wait_day >", value, "waitDay");
- return (Criteria) this;
- }
- public Criteria andWaitDayGreaterThanOrEqualTo(Integer value) {
- addCriterion("wait_day >=", value, "waitDay");
- return (Criteria) this;
- }
- public Criteria andWaitDayLessThan(Integer value) {
- addCriterion("wait_day <", value, "waitDay");
- return (Criteria) this;
- }
- public Criteria andWaitDayLessThanOrEqualTo(Integer value) {
- addCriterion("wait_day <=", value, "waitDay");
- return (Criteria) this;
- }
- public Criteria andWaitDayIn(List<Integer> values) {
- addCriterion("wait_day in", values, "waitDay");
- return (Criteria) this;
- }
- public Criteria andWaitDayNotIn(List<Integer> values) {
- addCriterion("wait_day not in", values, "waitDay");
- return (Criteria) this;
- }
- public Criteria andWaitDayBetween(Integer value1, Integer value2) {
- addCriterion("wait_day between", value1, value2, "waitDay");
- return (Criteria) this;
- }
- public Criteria andWaitDayNotBetween(Integer value1, Integer value2) {
- addCriterion("wait_day not between", value1, value2, "waitDay");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountIsNull() {
- addCriterion("effective_count is null");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountIsNotNull() {
- addCriterion("effective_count is not null");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountEqualTo(Integer value) {
- addCriterion("effective_count =", value, "effectiveCount");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountNotEqualTo(Integer value) {
- addCriterion("effective_count <>", value, "effectiveCount");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountGreaterThan(Integer value) {
- addCriterion("effective_count >", value, "effectiveCount");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountGreaterThanOrEqualTo(Integer value) {
- addCriterion("effective_count >=", value, "effectiveCount");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountLessThan(Integer value) {
- addCriterion("effective_count <", value, "effectiveCount");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountLessThanOrEqualTo(Integer value) {
- addCriterion("effective_count <=", value, "effectiveCount");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountIn(List<Integer> values) {
- addCriterion("effective_count in", values, "effectiveCount");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountNotIn(List<Integer> values) {
- addCriterion("effective_count not in", values, "effectiveCount");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountBetween(Integer value1, Integer value2) {
- addCriterion("effective_count between", value1, value2, "effectiveCount");
- return (Criteria) this;
- }
- public Criteria andEffectiveCountNotBetween(Integer value1, Integer value2) {
- addCriterion("effective_count not between", value1, value2, "effectiveCount");
- return (Criteria) this;
- }
- public Criteria andAidIsNull() {
- addCriterion("aid is null");
- return (Criteria) this;
- }
- public Criteria andAidIsNotNull() {
- addCriterion("aid is not null");
- return (Criteria) this;
- }
- public Criteria andAidEqualTo(String value) {
- addCriterion("aid =", value, "aid");
- return (Criteria) this;
- }
- public Criteria andAidNotEqualTo(String value) {
- addCriterion("aid <>", value, "aid");
- return (Criteria) this;
- }
- public Criteria andAidGreaterThan(String value) {
- addCriterion("aid >", value, "aid");
- return (Criteria) this;
- }
- public Criteria andAidGreaterThanOrEqualTo(String value) {
- addCriterion("aid >=", value, "aid");
- return (Criteria) this;
- }
- public Criteria andAidLessThan(String value) {
- addCriterion("aid <", value, "aid");
- return (Criteria) this;
- }
- public Criteria andAidLessThanOrEqualTo(String value) {
- addCriterion("aid <=", value, "aid");
- return (Criteria) this;
- }
- public Criteria andAidLike(String value) {
- addCriterion("aid like", value, "aid");
- return (Criteria) this;
- }
- public Criteria andAidNotLike(String value) {
- addCriterion("aid not like", value, "aid");
- return (Criteria) this;
- }
- public Criteria andAidIn(List<String> values) {
- addCriterion("aid in", values, "aid");
- return (Criteria) this;
- }
- public Criteria andAidNotIn(List<String> values) {
- addCriterion("aid not in", values, "aid");
- return (Criteria) this;
- }
- public Criteria andAidBetween(String value1, String value2) {
- addCriterion("aid between", value1, value2, "aid");
- return (Criteria) this;
- }
- public Criteria andAidNotBetween(String value1, String value2) {
- addCriterion("aid not between", value1, value2, "aid");
- return (Criteria) this;
- }
- public Criteria andStatusIsNull() {
- addCriterion("status is null");
- return (Criteria) this;
- }
- public Criteria andStatusIsNotNull() {
- addCriterion("status is not null");
- return (Criteria) this;
- }
- public Criteria andStatusEqualTo(Integer value) {
- addCriterion("status =", value, "status");
- return (Criteria) this;
- }
- public Criteria andStatusNotEqualTo(Integer value) {
- addCriterion("status <>", value, "status");
- return (Criteria) this;
- }
- public Criteria andStatusGreaterThan(Integer value) {
- addCriterion("status >", value, "status");
- return (Criteria) this;
- }
- public Criteria andStatusGreaterThanOrEqualTo(Integer value) {
- addCriterion("status >=", value, "status");
- return (Criteria) this;
- }
- public Criteria andStatusLessThan(Integer value) {
- addCriterion("status <", value, "status");
- return (Criteria) this;
- }
- public Criteria andStatusLessThanOrEqualTo(Integer value) {
- addCriterion("status <=", value, "status");
- return (Criteria) this;
- }
- public Criteria andStatusIn(List<Integer> values) {
- addCriterion("status in", values, "status");
- return (Criteria) this;
- }
- public Criteria andStatusNotIn(List<Integer> values) {
- addCriterion("status not in", values, "status");
- return (Criteria) this;
- }
- public Criteria andStatusBetween(Integer value1, Integer value2) {
- addCriterion("status between", value1, value2, "status");
- return (Criteria) this;
- }
- public Criteria andStatusNotBetween(Integer value1, Integer value2) {
- addCriterion("status not between", value1, value2, "status");
- return (Criteria) this;
- }
- public Criteria andCreateTimeIsNull() {
- addCriterion("create_time is null");
- return (Criteria) this;
- }
- public Criteria andCreateTimeIsNotNull() {
- addCriterion("create_time is not null");
- return (Criteria) this;
- }
- public Criteria andCreateTimeEqualTo(Date value) {
- addCriterion("create_time =", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeNotEqualTo(Date value) {
- addCriterion("create_time <>", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeGreaterThan(Date value) {
- addCriterion("create_time >", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
- addCriterion("create_time >=", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeLessThan(Date value) {
- addCriterion("create_time <", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
- addCriterion("create_time <=", value, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeIn(List<Date> values) {
- addCriterion("create_time in", values, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeNotIn(List<Date> values) {
- addCriterion("create_time not in", values, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeBetween(Date value1, Date value2) {
- addCriterion("create_time between", value1, value2, "createTime");
- return (Criteria) this;
- }
- public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
- addCriterion("create_time not between", value1, value2, "createTime");
- return (Criteria) this;
- }
- public Criteria andStartTimeIsNull() {
- addCriterion("start_time is null");
- return (Criteria) this;
- }
- public Criteria andStartTimeIsNotNull() {
- addCriterion("start_time is not null");
- return (Criteria) this;
- }
- public Criteria andStartTimeEqualTo(Date value) {
- addCriterion("start_time =", value, "startTime");
- return (Criteria) this;
- }
- public Criteria andStartTimeNotEqualTo(Date value) {
- addCriterion("start_time <>", value, "startTime");
- return (Criteria) this;
- }
- public Criteria andStartTimeGreaterThan(Date value) {
- addCriterion("start_time >", value, "startTime");
- return (Criteria) this;
- }
- public Criteria andStartTimeGreaterThanOrEqualTo(Date value) {
- addCriterion("start_time >=", value, "startTime");
- return (Criteria) this;
- }
- public Criteria andStartTimeLessThan(Date value) {
- addCriterion("start_time <", value, "startTime");
- return (Criteria) this;
- }
- public Criteria andStartTimeLessThanOrEqualTo(Date value) {
- addCriterion("start_time <=", value, "startTime");
- return (Criteria) this;
- }
- public Criteria andStartTimeIn(List<Date> values) {
- addCriterion("start_time in", values, "startTime");
- return (Criteria) this;
- }
- public Criteria andStartTimeNotIn(List<Date> values) {
- addCriterion("start_time not in", values, "startTime");
- return (Criteria) this;
- }
- public Criteria andStartTimeBetween(Date value1, Date value2) {
- addCriterion("start_time between", value1, value2, "startTime");
- return (Criteria) this;
- }
- public Criteria andStartTimeNotBetween(Date value1, Date value2) {
- addCriterion("start_time not between", value1, value2, "startTime");
- return (Criteria) this;
- }
- public Criteria andMoneyIsNull() {
- addCriterion("money is null");
- return (Criteria) this;
- }
- public Criteria andMoneyIsNotNull() {
- addCriterion("money is not null");
- return (Criteria) this;
- }
- public Criteria andMoneyEqualTo(BigDecimal value) {
- addCriterion("money =", value, "money");
- return (Criteria) this;
- }
- public Criteria andMoneyNotEqualTo(BigDecimal value) {
- addCriterion("money <>", value, "money");
- return (Criteria) this;
- }
- public Criteria andMoneyGreaterThan(BigDecimal value) {
- addCriterion("money >", value, "money");
- return (Criteria) this;
- }
- public Criteria andMoneyGreaterThanOrEqualTo(BigDecimal value) {
- addCriterion("money >=", value, "money");
- return (Criteria) this;
- }
- public Criteria andMoneyLessThan(BigDecimal value) {
- addCriterion("money <", value, "money");
- return (Criteria) this;
- }
- public Criteria andMoneyLessThanOrEqualTo(BigDecimal value) {
- addCriterion("money <=", value, "money");
- return (Criteria) this;
- }
- public Criteria andMoneyIn(List<BigDecimal> values) {
- addCriterion("money in", values, "money");
- return (Criteria) this;
- }
- public Criteria andMoneyNotIn(List<BigDecimal> values) {
- addCriterion("money not in", values, "money");
- return (Criteria) this;
- }
- public Criteria andMoneyBetween(BigDecimal value1, BigDecimal value2) {
- addCriterion("money between", value1, value2, "money");
- return (Criteria) this;
- }
- public Criteria andMoneyNotBetween(BigDecimal value1, BigDecimal value2) {
- addCriterion("money not between", value1, value2, "money");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioIsNull() {
- addCriterion("appropriation_ratio is null");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioIsNotNull() {
- addCriterion("appropriation_ratio is not null");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioEqualTo(BigDecimal value) {
- addCriterion("appropriation_ratio =", value, "appropriationRatio");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioNotEqualTo(BigDecimal value) {
- addCriterion("appropriation_ratio <>", value, "appropriationRatio");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioGreaterThan(BigDecimal value) {
- addCriterion("appropriation_ratio >", value, "appropriationRatio");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioGreaterThanOrEqualTo(BigDecimal value) {
- addCriterion("appropriation_ratio >=", value, "appropriationRatio");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioLessThan(BigDecimal value) {
- addCriterion("appropriation_ratio <", value, "appropriationRatio");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioLessThanOrEqualTo(BigDecimal value) {
- addCriterion("appropriation_ratio <=", value, "appropriationRatio");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioIn(List<BigDecimal> values) {
- addCriterion("appropriation_ratio in", values, "appropriationRatio");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioNotIn(List<BigDecimal> values) {
- addCriterion("appropriation_ratio not in", values, "appropriationRatio");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioBetween(BigDecimal value1, BigDecimal value2) {
- addCriterion("appropriation_ratio between", value1, value2, "appropriationRatio");
- return (Criteria) this;
- }
- public Criteria andAppropriationRatioNotBetween(BigDecimal value1, BigDecimal value2) {
- addCriterion("appropriation_ratio not between", value1, value2, "appropriationRatio");
- return (Criteria) this;
- }
- }
- /**
- * This class was generated by MyBatis Generator. This class corresponds to the database table new_order_dun
- * @mbg.generated Thu Dec 19 11:46:22 CST 2019
- */
- 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 new_order_dun
- *
- * @mbg.generated do_not_delete_during_merge Mon Dec 02 14:11:03 CST 2019
- */
- public static class Criteria extends GeneratedCriteria {
- protected Criteria() {
- super();
- }
- }
- }
|