| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052 |
- package com.goafanti.common.model;
- import java.util.ArrayList;
- import java.util.Date;
- import java.util.List;
- public class OutsourceOrganizationExample {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 CST 2019
- */
- protected String orderByClause;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 CST 2019
- */
- protected boolean distinct;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 CST 2019
- */
- protected List<Criteria> oredCriteria;
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 CST 2019
- */
- public OutsourceOrganizationExample() {
- oredCriteria = new ArrayList<Criteria>();
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 CST 2019
- */
- public void setOrderByClause(String orderByClause) {
- this.orderByClause = orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 CST 2019
- */
- public String getOrderByClause() {
- return orderByClause;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 CST 2019
- */
- public void setDistinct(boolean distinct) {
- this.distinct = distinct;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 CST 2019
- */
- public boolean isDistinct() {
- return distinct;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 CST 2019
- */
- public List<Criteria> getOredCriteria() {
- return oredCriteria;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 CST 2019
- */
- public void or(Criteria criteria) {
- oredCriteria.add(criteria);
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 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 outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 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 outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 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 outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 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 outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 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 andNameIsNull() {
- addCriterion("name is null");
- return (Criteria) this;
- }
- public Criteria andNameIsNotNull() {
- addCriterion("name is not null");
- return (Criteria) this;
- }
- public Criteria andNameEqualTo(String value) {
- addCriterion("name =", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameNotEqualTo(String value) {
- addCriterion("name <>", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameGreaterThan(String value) {
- addCriterion("name >", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameGreaterThanOrEqualTo(String value) {
- addCriterion("name >=", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameLessThan(String value) {
- addCriterion("name <", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameLessThanOrEqualTo(String value) {
- addCriterion("name <=", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameLike(String value) {
- addCriterion("name like", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameNotLike(String value) {
- addCriterion("name not like", value, "name");
- return (Criteria) this;
- }
- public Criteria andNameIn(List<String> values) {
- addCriterion("name in", values, "name");
- return (Criteria) this;
- }
- public Criteria andNameNotIn(List<String> values) {
- addCriterion("name not in", values, "name");
- return (Criteria) this;
- }
- public Criteria andNameBetween(String value1, String value2) {
- addCriterion("name between", value1, value2, "name");
- return (Criteria) this;
- }
- public Criteria andNameNotBetween(String value1, String value2) {
- addCriterion("name not between", value1, value2, "name");
- return (Criteria) this;
- }
- public Criteria andContactsIsNull() {
- addCriterion("contacts is null");
- return (Criteria) this;
- }
- public Criteria andContactsIsNotNull() {
- addCriterion("contacts is not null");
- return (Criteria) this;
- }
- public Criteria andContactsEqualTo(String value) {
- addCriterion("contacts =", value, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsNotEqualTo(String value) {
- addCriterion("contacts <>", value, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsGreaterThan(String value) {
- addCriterion("contacts >", value, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsGreaterThanOrEqualTo(String value) {
- addCriterion("contacts >=", value, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsLessThan(String value) {
- addCriterion("contacts <", value, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsLessThanOrEqualTo(String value) {
- addCriterion("contacts <=", value, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsLike(String value) {
- addCriterion("contacts like", value, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsNotLike(String value) {
- addCriterion("contacts not like", value, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsIn(List<String> values) {
- addCriterion("contacts in", values, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsNotIn(List<String> values) {
- addCriterion("contacts not in", values, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsBetween(String value1, String value2) {
- addCriterion("contacts between", value1, value2, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsNotBetween(String value1, String value2) {
- addCriterion("contacts not between", value1, value2, "contacts");
- return (Criteria) this;
- }
- public Criteria andContactsMobileIsNull() {
- addCriterion("contacts_mobile is null");
- return (Criteria) this;
- }
- public Criteria andContactsMobileIsNotNull() {
- addCriterion("contacts_mobile is not null");
- return (Criteria) this;
- }
- public Criteria andContactsMobileEqualTo(String value) {
- addCriterion("contacts_mobile =", value, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andContactsMobileNotEqualTo(String value) {
- addCriterion("contacts_mobile <>", value, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andContactsMobileGreaterThan(String value) {
- addCriterion("contacts_mobile >", value, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andContactsMobileGreaterThanOrEqualTo(String value) {
- addCriterion("contacts_mobile >=", value, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andContactsMobileLessThan(String value) {
- addCriterion("contacts_mobile <", value, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andContactsMobileLessThanOrEqualTo(String value) {
- addCriterion("contacts_mobile <=", value, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andContactsMobileLike(String value) {
- addCriterion("contacts_mobile like", value, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andContactsMobileNotLike(String value) {
- addCriterion("contacts_mobile not like", value, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andContactsMobileIn(List<String> values) {
- addCriterion("contacts_mobile in", values, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andContactsMobileNotIn(List<String> values) {
- addCriterion("contacts_mobile not in", values, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andContactsMobileBetween(String value1, String value2) {
- addCriterion("contacts_mobile between", value1, value2, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andContactsMobileNotBetween(String value1, String value2) {
- addCriterion("contacts_mobile not between", value1, value2, "contactsMobile");
- return (Criteria) this;
- }
- public Criteria andProvinceIsNull() {
- addCriterion("province is null");
- return (Criteria) this;
- }
- public Criteria andProvinceIsNotNull() {
- addCriterion("province is not null");
- return (Criteria) this;
- }
- public Criteria andProvinceEqualTo(Integer value) {
- addCriterion("province =", value, "province");
- return (Criteria) this;
- }
- public Criteria andProvinceNotEqualTo(Integer value) {
- addCriterion("province <>", value, "province");
- return (Criteria) this;
- }
- public Criteria andProvinceGreaterThan(Integer value) {
- addCriterion("province >", value, "province");
- return (Criteria) this;
- }
- public Criteria andProvinceGreaterThanOrEqualTo(Integer value) {
- addCriterion("province >=", value, "province");
- return (Criteria) this;
- }
- public Criteria andProvinceLessThan(Integer value) {
- addCriterion("province <", value, "province");
- return (Criteria) this;
- }
- public Criteria andProvinceLessThanOrEqualTo(Integer value) {
- addCriterion("province <=", value, "province");
- return (Criteria) this;
- }
- public Criteria andProvinceIn(List<Integer> values) {
- addCriterion("province in", values, "province");
- return (Criteria) this;
- }
- public Criteria andProvinceNotIn(List<Integer> values) {
- addCriterion("province not in", values, "province");
- return (Criteria) this;
- }
- public Criteria andProvinceBetween(Integer value1, Integer value2) {
- addCriterion("province between", value1, value2, "province");
- return (Criteria) this;
- }
- public Criteria andProvinceNotBetween(Integer value1, Integer value2) {
- addCriterion("province not between", value1, value2, "province");
- return (Criteria) this;
- }
- public Criteria andCityIsNull() {
- addCriterion("city is null");
- return (Criteria) this;
- }
- public Criteria andCityIsNotNull() {
- addCriterion("city is not null");
- return (Criteria) this;
- }
- public Criteria andCityEqualTo(Integer value) {
- addCriterion("city =", value, "city");
- return (Criteria) this;
- }
- public Criteria andCityNotEqualTo(Integer value) {
- addCriterion("city <>", value, "city");
- return (Criteria) this;
- }
- public Criteria andCityGreaterThan(Integer value) {
- addCriterion("city >", value, "city");
- return (Criteria) this;
- }
- public Criteria andCityGreaterThanOrEqualTo(Integer value) {
- addCriterion("city >=", value, "city");
- return (Criteria) this;
- }
- public Criteria andCityLessThan(Integer value) {
- addCriterion("city <", value, "city");
- return (Criteria) this;
- }
- public Criteria andCityLessThanOrEqualTo(Integer value) {
- addCriterion("city <=", value, "city");
- return (Criteria) this;
- }
- public Criteria andCityIn(List<Integer> values) {
- addCriterion("city in", values, "city");
- return (Criteria) this;
- }
- public Criteria andCityNotIn(List<Integer> values) {
- addCriterion("city not in", values, "city");
- return (Criteria) this;
- }
- public Criteria andCityBetween(Integer value1, Integer value2) {
- addCriterion("city between", value1, value2, "city");
- return (Criteria) this;
- }
- public Criteria andCityNotBetween(Integer value1, Integer value2) {
- addCriterion("city not between", value1, value2, "city");
- return (Criteria) this;
- }
- public Criteria andAreaIsNull() {
- addCriterion("area is null");
- return (Criteria) this;
- }
- public Criteria andAreaIsNotNull() {
- addCriterion("area is not null");
- return (Criteria) this;
- }
- public Criteria andAreaEqualTo(Integer value) {
- addCriterion("area =", value, "area");
- return (Criteria) this;
- }
- public Criteria andAreaNotEqualTo(Integer value) {
- addCriterion("area <>", value, "area");
- return (Criteria) this;
- }
- public Criteria andAreaGreaterThan(Integer value) {
- addCriterion("area >", value, "area");
- return (Criteria) this;
- }
- public Criteria andAreaGreaterThanOrEqualTo(Integer value) {
- addCriterion("area >=", value, "area");
- return (Criteria) this;
- }
- public Criteria andAreaLessThan(Integer value) {
- addCriterion("area <", value, "area");
- return (Criteria) this;
- }
- public Criteria andAreaLessThanOrEqualTo(Integer value) {
- addCriterion("area <=", value, "area");
- return (Criteria) this;
- }
- public Criteria andAreaIn(List<Integer> values) {
- addCriterion("area in", values, "area");
- return (Criteria) this;
- }
- public Criteria andAreaNotIn(List<Integer> values) {
- addCriterion("area not in", values, "area");
- return (Criteria) this;
- }
- public Criteria andAreaBetween(Integer value1, Integer value2) {
- addCriterion("area between", value1, value2, "area");
- return (Criteria) this;
- }
- public Criteria andAreaNotBetween(Integer value1, Integer value2) {
- addCriterion("area not between", value1, value2, "area");
- return (Criteria) this;
- }
- public Criteria andAddressIsNull() {
- addCriterion("address is null");
- return (Criteria) this;
- }
- public Criteria andAddressIsNotNull() {
- addCriterion("address is not null");
- return (Criteria) this;
- }
- public Criteria andAddressEqualTo(String value) {
- addCriterion("address =", value, "address");
- return (Criteria) this;
- }
- public Criteria andAddressNotEqualTo(String value) {
- addCriterion("address <>", value, "address");
- return (Criteria) this;
- }
- public Criteria andAddressGreaterThan(String value) {
- addCriterion("address >", value, "address");
- return (Criteria) this;
- }
- public Criteria andAddressGreaterThanOrEqualTo(String value) {
- addCriterion("address >=", value, "address");
- return (Criteria) this;
- }
- public Criteria andAddressLessThan(String value) {
- addCriterion("address <", value, "address");
- return (Criteria) this;
- }
- public Criteria andAddressLessThanOrEqualTo(String value) {
- addCriterion("address <=", value, "address");
- return (Criteria) this;
- }
- public Criteria andAddressLike(String value) {
- addCriterion("address like", value, "address");
- return (Criteria) this;
- }
- public Criteria andAddressNotLike(String value) {
- addCriterion("address not like", value, "address");
- return (Criteria) this;
- }
- public Criteria andAddressIn(List<String> values) {
- addCriterion("address in", values, "address");
- return (Criteria) this;
- }
- public Criteria andAddressNotIn(List<String> values) {
- addCriterion("address not in", values, "address");
- return (Criteria) this;
- }
- public Criteria andAddressBetween(String value1, String value2) {
- addCriterion("address between", value1, value2, "address");
- return (Criteria) this;
- }
- public Criteria andAddressNotBetween(String value1, String value2) {
- addCriterion("address not between", value1, value2, "address");
- return (Criteria) this;
- }
- public Criteria andRemarksIsNull() {
- addCriterion("remarks is null");
- return (Criteria) this;
- }
- public Criteria andRemarksIsNotNull() {
- addCriterion("remarks is not null");
- return (Criteria) this;
- }
- public Criteria andRemarksEqualTo(String value) {
- addCriterion("remarks =", value, "remarks");
- return (Criteria) this;
- }
- public Criteria andRemarksNotEqualTo(String value) {
- addCriterion("remarks <>", value, "remarks");
- return (Criteria) this;
- }
- public Criteria andRemarksGreaterThan(String value) {
- addCriterion("remarks >", value, "remarks");
- return (Criteria) this;
- }
- public Criteria andRemarksGreaterThanOrEqualTo(String value) {
- addCriterion("remarks >=", value, "remarks");
- return (Criteria) this;
- }
- public Criteria andRemarksLessThan(String value) {
- addCriterion("remarks <", value, "remarks");
- return (Criteria) this;
- }
- public Criteria andRemarksLessThanOrEqualTo(String value) {
- addCriterion("remarks <=", value, "remarks");
- return (Criteria) this;
- }
- public Criteria andRemarksLike(String value) {
- addCriterion("remarks like", value, "remarks");
- return (Criteria) this;
- }
- public Criteria andRemarksNotLike(String value) {
- addCriterion("remarks not like", value, "remarks");
- return (Criteria) this;
- }
- public Criteria andRemarksIn(List<String> values) {
- addCriterion("remarks in", values, "remarks");
- return (Criteria) this;
- }
- public Criteria andRemarksNotIn(List<String> values) {
- addCriterion("remarks not in", values, "remarks");
- return (Criteria) this;
- }
- public Criteria andRemarksBetween(String value1, String value2) {
- addCriterion("remarks between", value1, value2, "remarks");
- return (Criteria) this;
- }
- public Criteria andRemarksNotBetween(String value1, String value2) {
- addCriterion("remarks not between", value1, value2, "remarks");
- 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 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(String value) {
- addCriterion("tid =", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidNotEqualTo(String value) {
- addCriterion("tid <>", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidGreaterThan(String value) {
- addCriterion("tid >", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidGreaterThanOrEqualTo(String value) {
- addCriterion("tid >=", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidLessThan(String value) {
- addCriterion("tid <", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidLessThanOrEqualTo(String value) {
- addCriterion("tid <=", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidLike(String value) {
- addCriterion("tid like", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidNotLike(String value) {
- addCriterion("tid not like", value, "tid");
- return (Criteria) this;
- }
- public Criteria andTidIn(List<String> values) {
- addCriterion("tid in", values, "tid");
- return (Criteria) this;
- }
- public Criteria andTidNotIn(List<String> values) {
- addCriterion("tid not in", values, "tid");
- return (Criteria) this;
- }
- public Criteria andTidBetween(String value1, String value2) {
- addCriterion("tid between", value1, value2, "tid");
- return (Criteria) this;
- }
- public Criteria andTidNotBetween(String value1, String value2) {
- addCriterion("tid not between", value1, value2, "tid");
- return (Criteria) this;
- }
- }
- /**
- * This class was generated by MyBatis Generator. This class corresponds to the database table outsource_organization
- * @mbg.generated Fri Jun 21 10:02:00 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 outsource_organization
- *
- * @mbg.generated do_not_delete_during_merge Mon Jun 17 15:40:01 CST 2019
- */
- public static class Criteria extends GeneratedCriteria {
- protected Criteria() {
- super();
- }
- }
- }
|