| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373 |
- package com.minpay.db.table.model;
- import java.util.ArrayList;
- import java.util.List;
- public class TpOrderDetailExample {
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- protected String orderByClause;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- protected boolean distinct;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- protected List<Criteria> oredCriteria;
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- public TpOrderDetailExample() {
- oredCriteria = new ArrayList<Criteria>();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- public String getOrderByClause() {
- return orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- public boolean isDistinct() {
- return distinct;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- public List<Criteria> getOredCriteria() {
- return oredCriteria;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- 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 tp_order_detail
- *
- * @mbggenerated
- */
- 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 tp_order_detail
- *
- * @mbggenerated
- */
- protected Criteria createCriteriaInternal() {
- Criteria criteria = new Criteria();
- return criteria;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- public void clear() {
- oredCriteria.clear();
- orderByClause = null;
- distinct = false;
- }
- /**
- * This class was generated by MyBatis Generator.
- * This class corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- 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> 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("ODT_ID is null");
- return (Criteria) this;
- }
- public Criteria andIdIsNotNull() {
- addCriterion("ODT_ID is not null");
- return (Criteria) this;
- }
- public Criteria andIdEqualTo(String value) {
- if(value == null ){
- andIdIsNull();
- } else {
- addCriterion("ODT_ID =", value, "id");
- }
- return (Criteria) this;
- }
- public Criteria andIdNotEqualTo(String value) {
- if(value == null ){
- andIdIsNotNull();
- } else {
- addCriterion("ODT_ID <>", value, "id");
- }
- return (Criteria) this;
- }
- public Criteria andIdGreaterThan(String value) {
- addCriterion("ODT_ID >", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_ID >=", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdLessThan(String value) {
- addCriterion("ODT_ID <", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdLessThanOrEqualTo(String value) {
- addCriterion("ODT_ID <=", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdLike(String value) {
- addCriterion("ODT_ID like", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotLike(String value) {
- addCriterion("ODT_ID not like", value, "id");
- return (Criteria) this;
- }
- public Criteria andIdIn(List<String> values) {
- addCriterion("ODT_ID in", values, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotIn(List<String> values) {
- addCriterion("ODT_ID not in", values, "id");
- return (Criteria) this;
- }
- public Criteria andIdBetween(String value1, String value2) {
- addCriterion("ODT_ID between", value1, value2, "id");
- return (Criteria) this;
- }
- public Criteria andIdNotBetween(String value1, String value2) {
- addCriterion("ODT_ID not between", value1, value2, "id");
- return (Criteria) this;
- }
- public Criteria andOrdernoIsNull() {
- addCriterion("ODT_ORDERNO is null");
- return (Criteria) this;
- }
- public Criteria andOrdernoIsNotNull() {
- addCriterion("ODT_ORDERNO is not null");
- return (Criteria) this;
- }
- public Criteria andOrdernoEqualTo(String value) {
- if(value == null ){
- andOrdernoIsNull();
- } else {
- addCriterion("ODT_ORDERNO =", value, "orderno");
- }
- return (Criteria) this;
- }
- public Criteria andOrdernoNotEqualTo(String value) {
- if(value == null ){
- andOrdernoIsNotNull();
- } else {
- addCriterion("ODT_ORDERNO <>", value, "orderno");
- }
- return (Criteria) this;
- }
- public Criteria andOrdernoGreaterThan(String value) {
- addCriterion("ODT_ORDERNO >", value, "orderno");
- return (Criteria) this;
- }
- public Criteria andOrdernoGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_ORDERNO >=", value, "orderno");
- return (Criteria) this;
- }
- public Criteria andOrdernoLessThan(String value) {
- addCriterion("ODT_ORDERNO <", value, "orderno");
- return (Criteria) this;
- }
- public Criteria andOrdernoLessThanOrEqualTo(String value) {
- addCriterion("ODT_ORDERNO <=", value, "orderno");
- return (Criteria) this;
- }
- public Criteria andOrdernoLike(String value) {
- addCriterion("ODT_ORDERNO like", value, "orderno");
- return (Criteria) this;
- }
- public Criteria andOrdernoNotLike(String value) {
- addCriterion("ODT_ORDERNO not like", value, "orderno");
- return (Criteria) this;
- }
- public Criteria andOrdernoIn(List<String> values) {
- addCriterion("ODT_ORDERNO in", values, "orderno");
- return (Criteria) this;
- }
- public Criteria andOrdernoNotIn(List<String> values) {
- addCriterion("ODT_ORDERNO not in", values, "orderno");
- return (Criteria) this;
- }
- public Criteria andOrdernoBetween(String value1, String value2) {
- addCriterion("ODT_ORDERNO between", value1, value2, "orderno");
- return (Criteria) this;
- }
- public Criteria andOrdernoNotBetween(String value1, String value2) {
- addCriterion("ODT_ORDERNO not between", value1, value2, "orderno");
- return (Criteria) this;
- }
- public Criteria andNameIsNull() {
- addCriterion("ODT_NAME is null");
- return (Criteria) this;
- }
- public Criteria andNameIsNotNull() {
- addCriterion("ODT_NAME is not null");
- return (Criteria) this;
- }
- public Criteria andNameEqualTo(String value) {
- if(value == null ){
- andNameIsNull();
- } else {
- addCriterion("ODT_NAME =", value, "name");
- }
- return (Criteria) this;
- }
- public Criteria andNameNotEqualTo(String value) {
- if(value == null ){
- andNameIsNotNull();
- } else {
- addCriterion("ODT_NAME <>", value, "name");
- }
- return (Criteria) this;
- }
- public Criteria andNameGreaterThan(String value) {
- addCriterion("ODT_NAME >", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_NAME >=", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameLessThan(String value) {
- addCriterion("ODT_NAME <", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameLessThanOrEqualTo(String value) {
- addCriterion("ODT_NAME <=", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameLike(String value) {
- addCriterion("ODT_NAME like", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameNotLike(String value) {
- addCriterion("ODT_NAME not like", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameIn(List<String> values) {
- addCriterion("ODT_NAME in", values, "name");
- return (Criteria) this;
- }
- public Criteria andNameNotIn(List<String> values) {
- addCriterion("ODT_NAME not in", values, "name");
- return (Criteria) this;
- }
- public Criteria andNameBetween(String value1, String value2) {
- addCriterion("ODT_NAME between", value1, value2, "name");
- return (Criteria) this;
- }
- public Criteria andNameNotBetween(String value1, String value2) {
- addCriterion("ODT_NAME not between", value1, value2, "name");
- return (Criteria) this;
- }
- public Criteria andCategoryIsNull() {
- addCriterion("ODT_CATEGORY is null");
- return (Criteria) this;
- }
- public Criteria andCategoryIsNotNull() {
- addCriterion("ODT_CATEGORY is not null");
- return (Criteria) this;
- }
- public Criteria andCategoryEqualTo(String value) {
- if(value == null ){
- andCategoryIsNull();
- } else {
- addCriterion("ODT_CATEGORY =", value, "category");
- }
- return (Criteria) this;
- }
- public Criteria andCategoryNotEqualTo(String value) {
- if(value == null ){
- andCategoryIsNotNull();
- } else {
- addCriterion("ODT_CATEGORY <>", value, "category");
- }
- return (Criteria) this;
- }
- public Criteria andCategoryGreaterThan(String value) {
- addCriterion("ODT_CATEGORY >", value, "category");
- return (Criteria) this;
- }
- public Criteria andCategoryGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_CATEGORY >=", value, "category");
- return (Criteria) this;
- }
- public Criteria andCategoryLessThan(String value) {
- addCriterion("ODT_CATEGORY <", value, "category");
- return (Criteria) this;
- }
- public Criteria andCategoryLessThanOrEqualTo(String value) {
- addCriterion("ODT_CATEGORY <=", value, "category");
- return (Criteria) this;
- }
- public Criteria andCategoryLike(String value) {
- addCriterion("ODT_CATEGORY like", value, "category");
- return (Criteria) this;
- }
- public Criteria andCategoryNotLike(String value) {
- addCriterion("ODT_CATEGORY not like", value, "category");
- return (Criteria) this;
- }
- public Criteria andCategoryIn(List<String> values) {
- addCriterion("ODT_CATEGORY in", values, "category");
- return (Criteria) this;
- }
- public Criteria andCategoryNotIn(List<String> values) {
- addCriterion("ODT_CATEGORY not in", values, "category");
- return (Criteria) this;
- }
- public Criteria andCategoryBetween(String value1, String value2) {
- addCriterion("ODT_CATEGORY between", value1, value2, "category");
- return (Criteria) this;
- }
- public Criteria andCategoryNotBetween(String value1, String value2) {
- addCriterion("ODT_CATEGORY not between", value1, value2, "category");
- return (Criteria) this;
- }
- public Criteria andBrandIsNull() {
- addCriterion("ODT_BRAND is null");
- return (Criteria) this;
- }
- public Criteria andBrandIsNotNull() {
- addCriterion("ODT_BRAND is not null");
- return (Criteria) this;
- }
- public Criteria andBrandEqualTo(String value) {
- if(value == null ){
- andBrandIsNull();
- } else {
- addCriterion("ODT_BRAND =", value, "brand");
- }
- return (Criteria) this;
- }
- public Criteria andBrandNotEqualTo(String value) {
- if(value == null ){
- andBrandIsNotNull();
- } else {
- addCriterion("ODT_BRAND <>", value, "brand");
- }
- return (Criteria) this;
- }
- public Criteria andBrandGreaterThan(String value) {
- addCriterion("ODT_BRAND >", value, "brand");
- return (Criteria) this;
- }
- public Criteria andBrandGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_BRAND >=", value, "brand");
- return (Criteria) this;
- }
- public Criteria andBrandLessThan(String value) {
- addCriterion("ODT_BRAND <", value, "brand");
- return (Criteria) this;
- }
- public Criteria andBrandLessThanOrEqualTo(String value) {
- addCriterion("ODT_BRAND <=", value, "brand");
- return (Criteria) this;
- }
- public Criteria andBrandLike(String value) {
- addCriterion("ODT_BRAND like", value, "brand");
- return (Criteria) this;
- }
- public Criteria andBrandNotLike(String value) {
- addCriterion("ODT_BRAND not like", value, "brand");
- return (Criteria) this;
- }
- public Criteria andBrandIn(List<String> values) {
- addCriterion("ODT_BRAND in", values, "brand");
- return (Criteria) this;
- }
- public Criteria andBrandNotIn(List<String> values) {
- addCriterion("ODT_BRAND not in", values, "brand");
- return (Criteria) this;
- }
- public Criteria andBrandBetween(String value1, String value2) {
- addCriterion("ODT_BRAND between", value1, value2, "brand");
- return (Criteria) this;
- }
- public Criteria andBrandNotBetween(String value1, String value2) {
- addCriterion("ODT_BRAND not between", value1, value2, "brand");
- return (Criteria) this;
- }
- public Criteria andOriginCountryIsNull() {
- addCriterion("ODT_ORIGIN_COUNTRY is null");
- return (Criteria) this;
- }
- public Criteria andOriginCountryIsNotNull() {
- addCriterion("ODT_ORIGIN_COUNTRY is not null");
- return (Criteria) this;
- }
- public Criteria andOriginCountryEqualTo(String value) {
- if(value == null ){
- andOriginCountryIsNull();
- } else {
- addCriterion("ODT_ORIGIN_COUNTRY =", value, "originCountry");
- }
- return (Criteria) this;
- }
- public Criteria andOriginCountryNotEqualTo(String value) {
- if(value == null ){
- andOriginCountryIsNotNull();
- } else {
- addCriterion("ODT_ORIGIN_COUNTRY <>", value, "originCountry");
- }
- return (Criteria) this;
- }
- public Criteria andOriginCountryGreaterThan(String value) {
- addCriterion("ODT_ORIGIN_COUNTRY >", value, "originCountry");
- return (Criteria) this;
- }
- public Criteria andOriginCountryGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_ORIGIN_COUNTRY >=", value, "originCountry");
- return (Criteria) this;
- }
- public Criteria andOriginCountryLessThan(String value) {
- addCriterion("ODT_ORIGIN_COUNTRY <", value, "originCountry");
- return (Criteria) this;
- }
- public Criteria andOriginCountryLessThanOrEqualTo(String value) {
- addCriterion("ODT_ORIGIN_COUNTRY <=", value, "originCountry");
- return (Criteria) this;
- }
- public Criteria andOriginCountryLike(String value) {
- addCriterion("ODT_ORIGIN_COUNTRY like", value, "originCountry");
- return (Criteria) this;
- }
- public Criteria andOriginCountryNotLike(String value) {
- addCriterion("ODT_ORIGIN_COUNTRY not like", value, "originCountry");
- return (Criteria) this;
- }
- public Criteria andOriginCountryIn(List<String> values) {
- addCriterion("ODT_ORIGIN_COUNTRY in", values, "originCountry");
- return (Criteria) this;
- }
- public Criteria andOriginCountryNotIn(List<String> values) {
- addCriterion("ODT_ORIGIN_COUNTRY not in", values, "originCountry");
- return (Criteria) this;
- }
- public Criteria andOriginCountryBetween(String value1, String value2) {
- addCriterion("ODT_ORIGIN_COUNTRY between", value1, value2, "originCountry");
- return (Criteria) this;
- }
- public Criteria andOriginCountryNotBetween(String value1, String value2) {
- addCriterion("ODT_ORIGIN_COUNTRY not between", value1, value2, "originCountry");
- return (Criteria) this;
- }
- public Criteria andNormsIsNull() {
- addCriterion("ODT_NORMS is null");
- return (Criteria) this;
- }
- public Criteria andNormsIsNotNull() {
- addCriterion("ODT_NORMS is not null");
- return (Criteria) this;
- }
- public Criteria andNormsEqualTo(String value) {
- if(value == null ){
- andNormsIsNull();
- } else {
- addCriterion("ODT_NORMS =", value, "norms");
- }
- return (Criteria) this;
- }
- public Criteria andNormsNotEqualTo(String value) {
- if(value == null ){
- andNormsIsNotNull();
- } else {
- addCriterion("ODT_NORMS <>", value, "norms");
- }
- return (Criteria) this;
- }
- public Criteria andNormsGreaterThan(String value) {
- addCriterion("ODT_NORMS >", value, "norms");
- return (Criteria) this;
- }
- public Criteria andNormsGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_NORMS >=", value, "norms");
- return (Criteria) this;
- }
- public Criteria andNormsLessThan(String value) {
- addCriterion("ODT_NORMS <", value, "norms");
- return (Criteria) this;
- }
- public Criteria andNormsLessThanOrEqualTo(String value) {
- addCriterion("ODT_NORMS <=", value, "norms");
- return (Criteria) this;
- }
- public Criteria andNormsLike(String value) {
- addCriterion("ODT_NORMS like", value, "norms");
- return (Criteria) this;
- }
- public Criteria andNormsNotLike(String value) {
- addCriterion("ODT_NORMS not like", value, "norms");
- return (Criteria) this;
- }
- public Criteria andNormsIn(List<String> values) {
- addCriterion("ODT_NORMS in", values, "norms");
- return (Criteria) this;
- }
- public Criteria andNormsNotIn(List<String> values) {
- addCriterion("ODT_NORMS not in", values, "norms");
- return (Criteria) this;
- }
- public Criteria andNormsBetween(String value1, String value2) {
- addCriterion("ODT_NORMS between", value1, value2, "norms");
- return (Criteria) this;
- }
- public Criteria andNormsNotBetween(String value1, String value2) {
- addCriterion("ODT_NORMS not between", value1, value2, "norms");
- return (Criteria) this;
- }
- public Criteria andValidityIsNull() {
- addCriterion("ODT_VALIDITY is null");
- return (Criteria) this;
- }
- public Criteria andValidityIsNotNull() {
- addCriterion("ODT_VALIDITY is not null");
- return (Criteria) this;
- }
- public Criteria andValidityEqualTo(String value) {
- if(value == null ){
- andValidityIsNull();
- } else {
- addCriterion("ODT_VALIDITY =", value, "validity");
- }
- return (Criteria) this;
- }
- public Criteria andValidityNotEqualTo(String value) {
- if(value == null ){
- andValidityIsNotNull();
- } else {
- addCriterion("ODT_VALIDITY <>", value, "validity");
- }
- return (Criteria) this;
- }
- public Criteria andValidityGreaterThan(String value) {
- addCriterion("ODT_VALIDITY >", value, "validity");
- return (Criteria) this;
- }
- public Criteria andValidityGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_VALIDITY >=", value, "validity");
- return (Criteria) this;
- }
- public Criteria andValidityLessThan(String value) {
- addCriterion("ODT_VALIDITY <", value, "validity");
- return (Criteria) this;
- }
- public Criteria andValidityLessThanOrEqualTo(String value) {
- addCriterion("ODT_VALIDITY <=", value, "validity");
- return (Criteria) this;
- }
- public Criteria andValidityLike(String value) {
- addCriterion("ODT_VALIDITY like", value, "validity");
- return (Criteria) this;
- }
- public Criteria andValidityNotLike(String value) {
- addCriterion("ODT_VALIDITY not like", value, "validity");
- return (Criteria) this;
- }
- public Criteria andValidityIn(List<String> values) {
- addCriterion("ODT_VALIDITY in", values, "validity");
- return (Criteria) this;
- }
- public Criteria andValidityNotIn(List<String> values) {
- addCriterion("ODT_VALIDITY not in", values, "validity");
- return (Criteria) this;
- }
- public Criteria andValidityBetween(String value1, String value2) {
- addCriterion("ODT_VALIDITY between", value1, value2, "validity");
- return (Criteria) this;
- }
- public Criteria andValidityNotBetween(String value1, String value2) {
- addCriterion("ODT_VALIDITY not between", value1, value2, "validity");
- return (Criteria) this;
- }
- public Criteria andPriceExitIsNull() {
- addCriterion("ODT_PRICE_EXIT is null");
- return (Criteria) this;
- }
- public Criteria andPriceExitIsNotNull() {
- addCriterion("ODT_PRICE_EXIT is not null");
- return (Criteria) this;
- }
- public Criteria andPriceExitEqualTo(String value) {
- if(value == null ){
- andPriceExitIsNull();
- } else {
- addCriterion("ODT_PRICE_EXIT =", value, "priceExit");
- }
- return (Criteria) this;
- }
- public Criteria andPriceExitNotEqualTo(String value) {
- if(value == null ){
- andPriceExitIsNotNull();
- } else {
- addCriterion("ODT_PRICE_EXIT <>", value, "priceExit");
- }
- return (Criteria) this;
- }
- public Criteria andPriceExitGreaterThan(String value) {
- addCriterion("ODT_PRICE_EXIT >", value, "priceExit");
- return (Criteria) this;
- }
- public Criteria andPriceExitGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_PRICE_EXIT >=", value, "priceExit");
- return (Criteria) this;
- }
- public Criteria andPriceExitLessThan(String value) {
- addCriterion("ODT_PRICE_EXIT <", value, "priceExit");
- return (Criteria) this;
- }
- public Criteria andPriceExitLessThanOrEqualTo(String value) {
- addCriterion("ODT_PRICE_EXIT <=", value, "priceExit");
- return (Criteria) this;
- }
- public Criteria andPriceExitLike(String value) {
- addCriterion("ODT_PRICE_EXIT like", value, "priceExit");
- return (Criteria) this;
- }
- public Criteria andPriceExitNotLike(String value) {
- addCriterion("ODT_PRICE_EXIT not like", value, "priceExit");
- return (Criteria) this;
- }
- public Criteria andPriceExitIn(List<String> values) {
- addCriterion("ODT_PRICE_EXIT in", values, "priceExit");
- return (Criteria) this;
- }
- public Criteria andPriceExitNotIn(List<String> values) {
- addCriterion("ODT_PRICE_EXIT not in", values, "priceExit");
- return (Criteria) this;
- }
- public Criteria andPriceExitBetween(String value1, String value2) {
- addCriterion("ODT_PRICE_EXIT between", value1, value2, "priceExit");
- return (Criteria) this;
- }
- public Criteria andPriceExitNotBetween(String value1, String value2) {
- addCriterion("ODT_PRICE_EXIT not between", value1, value2, "priceExit");
- return (Criteria) this;
- }
- public Criteria andPriceCifIsNull() {
- addCriterion("ODT_PRICE_CIF is null");
- return (Criteria) this;
- }
- public Criteria andPriceCifIsNotNull() {
- addCriterion("ODT_PRICE_CIF is not null");
- return (Criteria) this;
- }
- public Criteria andPriceCifEqualTo(String value) {
- if(value == null ){
- andPriceCifIsNull();
- } else {
- addCriterion("ODT_PRICE_CIF =", value, "priceCif");
- }
- return (Criteria) this;
- }
- public Criteria andPriceCifNotEqualTo(String value) {
- if(value == null ){
- andPriceCifIsNotNull();
- } else {
- addCriterion("ODT_PRICE_CIF <>", value, "priceCif");
- }
- return (Criteria) this;
- }
- public Criteria andPriceCifGreaterThan(String value) {
- addCriterion("ODT_PRICE_CIF >", value, "priceCif");
- return (Criteria) this;
- }
- public Criteria andPriceCifGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_PRICE_CIF >=", value, "priceCif");
- return (Criteria) this;
- }
- public Criteria andPriceCifLessThan(String value) {
- addCriterion("ODT_PRICE_CIF <", value, "priceCif");
- return (Criteria) this;
- }
- public Criteria andPriceCifLessThanOrEqualTo(String value) {
- addCriterion("ODT_PRICE_CIF <=", value, "priceCif");
- return (Criteria) this;
- }
- public Criteria andPriceCifLike(String value) {
- addCriterion("ODT_PRICE_CIF like", value, "priceCif");
- return (Criteria) this;
- }
- public Criteria andPriceCifNotLike(String value) {
- addCriterion("ODT_PRICE_CIF not like", value, "priceCif");
- return (Criteria) this;
- }
- public Criteria andPriceCifIn(List<String> values) {
- addCriterion("ODT_PRICE_CIF in", values, "priceCif");
- return (Criteria) this;
- }
- public Criteria andPriceCifNotIn(List<String> values) {
- addCriterion("ODT_PRICE_CIF not in", values, "priceCif");
- return (Criteria) this;
- }
- public Criteria andPriceCifBetween(String value1, String value2) {
- addCriterion("ODT_PRICE_CIF between", value1, value2, "priceCif");
- return (Criteria) this;
- }
- public Criteria andPriceCifNotBetween(String value1, String value2) {
- addCriterion("ODT_PRICE_CIF not between", value1, value2, "priceCif");
- return (Criteria) this;
- }
- public Criteria andPriceSaleIsNull() {
- addCriterion("ODT_PRICE_SALE is null");
- return (Criteria) this;
- }
- public Criteria andPriceSaleIsNotNull() {
- addCriterion("ODT_PRICE_SALE is not null");
- return (Criteria) this;
- }
- public Criteria andPriceSaleEqualTo(String value) {
- if(value == null ){
- andPriceSaleIsNull();
- } else {
- addCriterion("ODT_PRICE_SALE =", value, "priceSale");
- }
- return (Criteria) this;
- }
- public Criteria andPriceSaleNotEqualTo(String value) {
- if(value == null ){
- andPriceSaleIsNotNull();
- } else {
- addCriterion("ODT_PRICE_SALE <>", value, "priceSale");
- }
- return (Criteria) this;
- }
- public Criteria andPriceSaleGreaterThan(String value) {
- addCriterion("ODT_PRICE_SALE >", value, "priceSale");
- return (Criteria) this;
- }
- public Criteria andPriceSaleGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_PRICE_SALE >=", value, "priceSale");
- return (Criteria) this;
- }
- public Criteria andPriceSaleLessThan(String value) {
- addCriterion("ODT_PRICE_SALE <", value, "priceSale");
- return (Criteria) this;
- }
- public Criteria andPriceSaleLessThanOrEqualTo(String value) {
- addCriterion("ODT_PRICE_SALE <=", value, "priceSale");
- return (Criteria) this;
- }
- public Criteria andPriceSaleLike(String value) {
- addCriterion("ODT_PRICE_SALE like", value, "priceSale");
- return (Criteria) this;
- }
- public Criteria andPriceSaleNotLike(String value) {
- addCriterion("ODT_PRICE_SALE not like", value, "priceSale");
- return (Criteria) this;
- }
- public Criteria andPriceSaleIn(List<String> values) {
- addCriterion("ODT_PRICE_SALE in", values, "priceSale");
- return (Criteria) this;
- }
- public Criteria andPriceSaleNotIn(List<String> values) {
- addCriterion("ODT_PRICE_SALE not in", values, "priceSale");
- return (Criteria) this;
- }
- public Criteria andPriceSaleBetween(String value1, String value2) {
- addCriterion("ODT_PRICE_SALE between", value1, value2, "priceSale");
- return (Criteria) this;
- }
- public Criteria andPriceSaleNotBetween(String value1, String value2) {
- addCriterion("ODT_PRICE_SALE not between", value1, value2, "priceSale");
- return (Criteria) this;
- }
- public Criteria andCountIsNull() {
- addCriterion("ODT_COUNT is null");
- return (Criteria) this;
- }
- public Criteria andCountIsNotNull() {
- addCriterion("ODT_COUNT is not null");
- return (Criteria) this;
- }
- public Criteria andCountEqualTo(String value) {
- if(value == null ){
- andCountIsNull();
- } else {
- addCriterion("ODT_COUNT =", value, "count");
- }
- return (Criteria) this;
- }
- public Criteria andCountNotEqualTo(String value) {
- if(value == null ){
- andCountIsNotNull();
- } else {
- addCriterion("ODT_COUNT <>", value, "count");
- }
- return (Criteria) this;
- }
- public Criteria andCountGreaterThan(String value) {
- addCriterion("ODT_COUNT >", value, "count");
- return (Criteria) this;
- }
- public Criteria andCountGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_COUNT >=", value, "count");
- return (Criteria) this;
- }
- public Criteria andCountLessThan(String value) {
- addCriterion("ODT_COUNT <", value, "count");
- return (Criteria) this;
- }
- public Criteria andCountLessThanOrEqualTo(String value) {
- addCriterion("ODT_COUNT <=", value, "count");
- return (Criteria) this;
- }
- public Criteria andCountLike(String value) {
- addCriterion("ODT_COUNT like", value, "count");
- return (Criteria) this;
- }
- public Criteria andCountNotLike(String value) {
- addCriterion("ODT_COUNT not like", value, "count");
- return (Criteria) this;
- }
- public Criteria andCountIn(List<String> values) {
- addCriterion("ODT_COUNT in", values, "count");
- return (Criteria) this;
- }
- public Criteria andCountNotIn(List<String> values) {
- addCriterion("ODT_COUNT not in", values, "count");
- return (Criteria) this;
- }
- public Criteria andCountBetween(String value1, String value2) {
- addCriterion("ODT_COUNT between", value1, value2, "count");
- return (Criteria) this;
- }
- public Criteria andCountNotBetween(String value1, String value2) {
- addCriterion("ODT_COUNT not between", value1, value2, "count");
- return (Criteria) this;
- }
- public Criteria andSumAmtIsNull() {
- addCriterion("ODT_SUM_AMT is null");
- return (Criteria) this;
- }
- public Criteria andSumAmtIsNotNull() {
- addCriterion("ODT_SUM_AMT is not null");
- return (Criteria) this;
- }
- public Criteria andSumAmtEqualTo(String value) {
- if(value == null ){
- andSumAmtIsNull();
- } else {
- addCriterion("ODT_SUM_AMT =", value, "sumAmt");
- }
- return (Criteria) this;
- }
- public Criteria andSumAmtNotEqualTo(String value) {
- if(value == null ){
- andSumAmtIsNotNull();
- } else {
- addCriterion("ODT_SUM_AMT <>", value, "sumAmt");
- }
- return (Criteria) this;
- }
- public Criteria andSumAmtGreaterThan(String value) {
- addCriterion("ODT_SUM_AMT >", value, "sumAmt");
- return (Criteria) this;
- }
- public Criteria andSumAmtGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_SUM_AMT >=", value, "sumAmt");
- return (Criteria) this;
- }
- public Criteria andSumAmtLessThan(String value) {
- addCriterion("ODT_SUM_AMT <", value, "sumAmt");
- return (Criteria) this;
- }
- public Criteria andSumAmtLessThanOrEqualTo(String value) {
- addCriterion("ODT_SUM_AMT <=", value, "sumAmt");
- return (Criteria) this;
- }
- public Criteria andSumAmtLike(String value) {
- addCriterion("ODT_SUM_AMT like", value, "sumAmt");
- return (Criteria) this;
- }
- public Criteria andSumAmtNotLike(String value) {
- addCriterion("ODT_SUM_AMT not like", value, "sumAmt");
- return (Criteria) this;
- }
- public Criteria andSumAmtIn(List<String> values) {
- addCriterion("ODT_SUM_AMT in", values, "sumAmt");
- return (Criteria) this;
- }
- public Criteria andSumAmtNotIn(List<String> values) {
- addCriterion("ODT_SUM_AMT not in", values, "sumAmt");
- return (Criteria) this;
- }
- public Criteria andSumAmtBetween(String value1, String value2) {
- addCriterion("ODT_SUM_AMT between", value1, value2, "sumAmt");
- return (Criteria) this;
- }
- public Criteria andSumAmtNotBetween(String value1, String value2) {
- addCriterion("ODT_SUM_AMT not between", value1, value2, "sumAmt");
- return (Criteria) this;
- }
- public Criteria andMarginLevelIsNull() {
- addCriterion("ODT_Margin_level is null");
- return (Criteria) this;
- }
- public Criteria andMarginLevelIsNotNull() {
- addCriterion("ODT_Margin_level is not null");
- return (Criteria) this;
- }
- public Criteria andMarginLevelEqualTo(String value) {
- if(value == null ){
- andMarginLevelIsNull();
- } else {
- addCriterion("ODT_Margin_level =", value, "marginLevel");
- }
- return (Criteria) this;
- }
- public Criteria andMarginLevelNotEqualTo(String value) {
- if(value == null ){
- andMarginLevelIsNotNull();
- } else {
- addCriterion("ODT_Margin_level <>", value, "marginLevel");
- }
- return (Criteria) this;
- }
- public Criteria andMarginLevelGreaterThan(String value) {
- addCriterion("ODT_Margin_level >", value, "marginLevel");
- return (Criteria) this;
- }
- public Criteria andMarginLevelGreaterThanOrEqualTo(String value) {
- addCriterion("ODT_Margin_level >=", value, "marginLevel");
- return (Criteria) this;
- }
- public Criteria andMarginLevelLessThan(String value) {
- addCriterion("ODT_Margin_level <", value, "marginLevel");
- return (Criteria) this;
- }
- public Criteria andMarginLevelLessThanOrEqualTo(String value) {
- addCriterion("ODT_Margin_level <=", value, "marginLevel");
- return (Criteria) this;
- }
- public Criteria andMarginLevelLike(String value) {
- addCriterion("ODT_Margin_level like", value, "marginLevel");
- return (Criteria) this;
- }
- public Criteria andMarginLevelNotLike(String value) {
- addCriterion("ODT_Margin_level not like", value, "marginLevel");
- return (Criteria) this;
- }
- public Criteria andMarginLevelIn(List<String> values) {
- addCriterion("ODT_Margin_level in", values, "marginLevel");
- return (Criteria) this;
- }
- public Criteria andMarginLevelNotIn(List<String> values) {
- addCriterion("ODT_Margin_level not in", values, "marginLevel");
- return (Criteria) this;
- }
- public Criteria andMarginLevelBetween(String value1, String value2) {
- addCriterion("ODT_Margin_level between", value1, value2, "marginLevel");
- return (Criteria) this;
- }
- public Criteria andMarginLevelNotBetween(String value1, String value2) {
- addCriterion("ODT_Margin_level not between", value1, value2, "marginLevel");
- return (Criteria) this;
- }
- }
- /**
- * This class was generated by MyBatis Generator.
- * This class corresponds to the database table tp_order_detail
- *
- * @mbggenerated do_not_delete_during_merge
- */
- public static class Criteria extends GeneratedCriteria {
- protected Criteria() {
- super();
- }
- }
- /**
- * This class was generated by MyBatis Generator.
- * This class corresponds to the database table tp_order_detail
- *
- * @mbggenerated
- */
- 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;
- 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;
- }
- protected Criterion(String condition) {
- super();
- this.condition = condition;
- this.noValue = true;
- }
- protected Criterion(String condition, Object value) {
- super();
- this.condition = condition;
- this.value = value;
- if (value instanceof List<?>) {
- this.listValue = true;
- } else {
- this.singleValue = true;
- }
- }
- protected Criterion(String condition, Object value, Object secondValue) {
- super();
- this.condition = condition;
- this.value = value;
- this.secondValue = secondValue;
- this.betweenValue = true;
- }
- }
- }
|