|
|
@@ -1,891 +0,0 @@
|
|
|
-package com.goafanti.common.model;
|
|
|
-
|
|
|
-import java.util.ArrayList;
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
-public class CustomerOrganizationInfoExample {
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- protected String orderByClause;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- protected boolean distinct;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- protected List<Criteria> oredCriteria;
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- public CustomerOrganizationInfoExample() {
|
|
|
- oredCriteria = new ArrayList<Criteria>();
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- public void setOrderByClause(String orderByClause) {
|
|
|
- this.orderByClause = orderByClause;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- public String getOrderByClause() {
|
|
|
- return orderByClause;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- public void setDistinct(boolean distinct) {
|
|
|
- this.distinct = distinct;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- public boolean isDistinct() {
|
|
|
- return distinct;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- public List<Criteria> getOredCriteria() {
|
|
|
- return oredCriteria;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- public void or(Criteria criteria) {
|
|
|
- oredCriteria.add(criteria);
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- public Criteria or() {
|
|
|
- Criteria criteria = createCriteriaInternal();
|
|
|
- oredCriteria.add(criteria);
|
|
|
- return criteria;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- public Criteria createCriteria() {
|
|
|
- Criteria criteria = createCriteriaInternal();
|
|
|
- if (oredCriteria.size() == 0) {
|
|
|
- oredCriteria.add(criteria);
|
|
|
- }
|
|
|
- return criteria;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- protected Criteria createCriteriaInternal() {
|
|
|
- Criteria criteria = new Criteria();
|
|
|
- return criteria;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- public void clear() {
|
|
|
- oredCriteria.clear();
|
|
|
- orderByClause = null;
|
|
|
- distinct = false;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This class was generated by MyBatis Generator. This class corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- protected abstract static class GeneratedCriteria {
|
|
|
- protected List<Criterion> criteria;
|
|
|
-
|
|
|
- protected GeneratedCriteria() {
|
|
|
- super();
|
|
|
- criteria = new ArrayList<Criterion>();
|
|
|
- }
|
|
|
-
|
|
|
- public boolean isValid() {
|
|
|
- return criteria.size() > 0;
|
|
|
- }
|
|
|
-
|
|
|
- public List<Criterion> getAllCriteria() {
|
|
|
- return criteria;
|
|
|
- }
|
|
|
-
|
|
|
- public List<Criterion> getCriteria() {
|
|
|
- return criteria;
|
|
|
- }
|
|
|
-
|
|
|
- protected void addCriterion(String condition) {
|
|
|
- if (condition == null) {
|
|
|
- throw new RuntimeException("Value for condition cannot be null");
|
|
|
- }
|
|
|
- criteria.add(new Criterion(condition));
|
|
|
- }
|
|
|
-
|
|
|
- protected void addCriterion(String condition, Object value, String property) {
|
|
|
- if (value == null) {
|
|
|
- throw new RuntimeException("Value for " + property + " cannot be null");
|
|
|
- }
|
|
|
- criteria.add(new Criterion(condition, value));
|
|
|
- }
|
|
|
-
|
|
|
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
|
|
|
- if (value1 == null || value2 == null) {
|
|
|
- throw new RuntimeException("Between values for " + property + " cannot be null");
|
|
|
- }
|
|
|
- criteria.add(new Criterion(condition, value1, value2));
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdIsNull() {
|
|
|
- addCriterion("id is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdIsNotNull() {
|
|
|
- addCriterion("id is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdEqualTo(String value) {
|
|
|
- addCriterion("id =", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdNotEqualTo(String value) {
|
|
|
- addCriterion("id <>", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdGreaterThan(String value) {
|
|
|
- addCriterion("id >", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("id >=", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdLessThan(String value) {
|
|
|
- addCriterion("id <", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("id <=", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdLike(String value) {
|
|
|
- addCriterion("id like", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdNotLike(String value) {
|
|
|
- addCriterion("id not like", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdIn(List<String> values) {
|
|
|
- addCriterion("id in", values, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdNotIn(List<String> values) {
|
|
|
- addCriterion("id not in", values, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdBetween(String value1, String value2) {
|
|
|
- addCriterion("id between", value1, value2, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdNotBetween(String value1, String value2) {
|
|
|
- addCriterion("id not between", value1, value2, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidIsNull() {
|
|
|
- addCriterion("cid is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidIsNotNull() {
|
|
|
- addCriterion("cid is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidEqualTo(String value) {
|
|
|
- addCriterion("cid =", value, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidNotEqualTo(String value) {
|
|
|
- addCriterion("cid <>", value, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidGreaterThan(String value) {
|
|
|
- addCriterion("cid >", value, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("cid >=", value, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidLessThan(String value) {
|
|
|
- addCriterion("cid <", value, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("cid <=", value, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidLike(String value) {
|
|
|
- addCriterion("cid like", value, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidNotLike(String value) {
|
|
|
- addCriterion("cid not like", value, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidIn(List<String> values) {
|
|
|
- addCriterion("cid in", values, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidNotIn(List<String> values) {
|
|
|
- addCriterion("cid not in", values, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidBetween(String value1, String value2) {
|
|
|
- addCriterion("cid between", value1, value2, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCidNotBetween(String value1, String value2) {
|
|
|
- addCriterion("cid not between", value1, value2, "cid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameIsNull() {
|
|
|
- addCriterion("company_name is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameIsNotNull() {
|
|
|
- addCriterion("company_name is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameEqualTo(String value) {
|
|
|
- addCriterion("company_name =", value, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameNotEqualTo(String value) {
|
|
|
- addCriterion("company_name <>", value, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameGreaterThan(String value) {
|
|
|
- addCriterion("company_name >", value, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("company_name >=", value, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameLessThan(String value) {
|
|
|
- addCriterion("company_name <", value, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("company_name <=", value, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameLike(String value) {
|
|
|
- addCriterion("company_name like", value, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameNotLike(String value) {
|
|
|
- addCriterion("company_name not like", value, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameIn(List<String> values) {
|
|
|
- addCriterion("company_name in", values, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameNotIn(List<String> values) {
|
|
|
- addCriterion("company_name not in", values, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameBetween(String value1, String value2) {
|
|
|
- addCriterion("company_name between", value1, value2, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyNameNotBetween(String value1, String value2) {
|
|
|
- addCriterion("company_name not between", value1, value2, "companyName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceIsNull() {
|
|
|
- addCriterion("location_province is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceIsNotNull() {
|
|
|
- addCriterion("location_province is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceEqualTo(String value) {
|
|
|
- addCriterion("location_province =", value, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceNotEqualTo(String value) {
|
|
|
- addCriterion("location_province <>", value, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceGreaterThan(String value) {
|
|
|
- addCriterion("location_province >", value, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("location_province >=", value, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceLessThan(String value) {
|
|
|
- addCriterion("location_province <", value, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("location_province <=", value, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceLike(String value) {
|
|
|
- addCriterion("location_province like", value, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceNotLike(String value) {
|
|
|
- addCriterion("location_province not like", value, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceIn(List<String> values) {
|
|
|
- addCriterion("location_province in", values, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceNotIn(List<String> values) {
|
|
|
- addCriterion("location_province not in", values, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceBetween(String value1, String value2) {
|
|
|
- addCriterion("location_province between", value1, value2, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationProvinceNotBetween(String value1, String value2) {
|
|
|
- addCriterion("location_province not between", value1, value2, "locationProvince");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityIsNull() {
|
|
|
- addCriterion("location_city is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityIsNotNull() {
|
|
|
- addCriterion("location_city is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityEqualTo(String value) {
|
|
|
- addCriterion("location_city =", value, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityNotEqualTo(String value) {
|
|
|
- addCriterion("location_city <>", value, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityGreaterThan(String value) {
|
|
|
- addCriterion("location_city >", value, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("location_city >=", value, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityLessThan(String value) {
|
|
|
- addCriterion("location_city <", value, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("location_city <=", value, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityLike(String value) {
|
|
|
- addCriterion("location_city like", value, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityNotLike(String value) {
|
|
|
- addCriterion("location_city not like", value, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityIn(List<String> values) {
|
|
|
- addCriterion("location_city in", values, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityNotIn(List<String> values) {
|
|
|
- addCriterion("location_city not in", values, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityBetween(String value1, String value2) {
|
|
|
- addCriterion("location_city between", value1, value2, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationCityNotBetween(String value1, String value2) {
|
|
|
- addCriterion("location_city not between", value1, value2, "locationCity");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaIsNull() {
|
|
|
- addCriterion("location_area is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaIsNotNull() {
|
|
|
- addCriterion("location_area is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaEqualTo(String value) {
|
|
|
- addCriterion("location_area =", value, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaNotEqualTo(String value) {
|
|
|
- addCriterion("location_area <>", value, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaGreaterThan(String value) {
|
|
|
- addCriterion("location_area >", value, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("location_area >=", value, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaLessThan(String value) {
|
|
|
- addCriterion("location_area <", value, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("location_area <=", value, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaLike(String value) {
|
|
|
- addCriterion("location_area like", value, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaNotLike(String value) {
|
|
|
- addCriterion("location_area not like", value, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaIn(List<String> values) {
|
|
|
- addCriterion("location_area in", values, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaNotIn(List<String> values) {
|
|
|
- addCriterion("location_area not in", values, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaBetween(String value1, String value2) {
|
|
|
- addCriterion("location_area between", value1, value2, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLocationAreaNotBetween(String value1, String value2) {
|
|
|
- addCriterion("location_area not between", value1, value2, "locationArea");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressIsNull() {
|
|
|
- addCriterion("adress is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressIsNotNull() {
|
|
|
- addCriterion("adress is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressEqualTo(String value) {
|
|
|
- addCriterion("adress =", value, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressNotEqualTo(String value) {
|
|
|
- addCriterion("adress <>", value, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressGreaterThan(String value) {
|
|
|
- addCriterion("adress >", value, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("adress >=", value, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressLessThan(String value) {
|
|
|
- addCriterion("adress <", value, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("adress <=", value, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressLike(String value) {
|
|
|
- addCriterion("adress like", value, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressNotLike(String value) {
|
|
|
- addCriterion("adress not like", value, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressIn(List<String> values) {
|
|
|
- addCriterion("adress in", values, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressNotIn(List<String> values) {
|
|
|
- addCriterion("adress not in", values, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressBetween(String value1, String value2) {
|
|
|
- addCriterion("adress between", value1, value2, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAdressNotBetween(String value1, String value2) {
|
|
|
- addCriterion("adress not between", value1, value2, "adress");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryIsNull() {
|
|
|
- addCriterion("company_industry is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryIsNotNull() {
|
|
|
- addCriterion("company_industry is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryEqualTo(String value) {
|
|
|
- addCriterion("company_industry =", value, "companyIndustry");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryNotEqualTo(String value) {
|
|
|
- addCriterion("company_industry <>", value, "companyIndustry");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryGreaterThan(String value) {
|
|
|
- addCriterion("company_industry >", value, "companyIndustry");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("company_industry >=", value, "companyIndustry");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryLessThan(String value) {
|
|
|
- addCriterion("company_industry <", value, "companyIndustry");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("company_industry <=", value, "companyIndustry");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryLike(String value) {
|
|
|
- addCriterion("company_industry like", value, "companyIndustry");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryNotLike(String value) {
|
|
|
- addCriterion("company_industry not like", value, "companyIndustry");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryIn(List<String> values) {
|
|
|
- addCriterion("company_industry in", values, "companyIndustry");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryNotIn(List<String> values) {
|
|
|
- addCriterion("company_industry not in", values, "companyIndustry");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryBetween(String value1, String value2) {
|
|
|
- addCriterion("company_industry between", value1, value2, "companyIndustry");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCompanyIndustryNotBetween(String value1, String value2) {
|
|
|
- addCriterion("company_industry not between", value1, value2, "companyIndustry");
|
|
|
- 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;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This class was generated by MyBatis Generator. This class corresponds to the database table customer_organization_info
|
|
|
- * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
- */
|
|
|
- public static class Criterion {
|
|
|
- private String condition;
|
|
|
- private Object value;
|
|
|
- private Object secondValue;
|
|
|
- private boolean noValue;
|
|
|
- private boolean singleValue;
|
|
|
- private boolean betweenValue;
|
|
|
- private boolean listValue;
|
|
|
- private String typeHandler;
|
|
|
-
|
|
|
- public String getCondition() {
|
|
|
- return condition;
|
|
|
- }
|
|
|
-
|
|
|
- public Object getValue() {
|
|
|
- return value;
|
|
|
- }
|
|
|
-
|
|
|
- public Object getSecondValue() {
|
|
|
- return secondValue;
|
|
|
- }
|
|
|
-
|
|
|
- public boolean isNoValue() {
|
|
|
- return noValue;
|
|
|
- }
|
|
|
-
|
|
|
- public boolean isSingleValue() {
|
|
|
- return singleValue;
|
|
|
- }
|
|
|
-
|
|
|
- public boolean isBetweenValue() {
|
|
|
- return betweenValue;
|
|
|
- }
|
|
|
-
|
|
|
- public boolean isListValue() {
|
|
|
- return listValue;
|
|
|
- }
|
|
|
-
|
|
|
- public String getTypeHandler() {
|
|
|
- return typeHandler;
|
|
|
- }
|
|
|
-
|
|
|
- protected Criterion(String condition) {
|
|
|
- super();
|
|
|
- this.condition = condition;
|
|
|
- this.typeHandler = null;
|
|
|
- this.noValue = true;
|
|
|
- }
|
|
|
-
|
|
|
- protected Criterion(String condition, Object value, String typeHandler) {
|
|
|
- super();
|
|
|
- this.condition = condition;
|
|
|
- this.value = value;
|
|
|
- this.typeHandler = typeHandler;
|
|
|
- if (value instanceof List<?>) {
|
|
|
- this.listValue = true;
|
|
|
- } else {
|
|
|
- this.singleValue = true;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- protected Criterion(String condition, Object value) {
|
|
|
- this(condition, value, null);
|
|
|
- }
|
|
|
-
|
|
|
- protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
|
|
|
- super();
|
|
|
- this.condition = condition;
|
|
|
- this.value = value;
|
|
|
- this.secondValue = secondValue;
|
|
|
- this.typeHandler = typeHandler;
|
|
|
- this.betweenValue = true;
|
|
|
- }
|
|
|
-
|
|
|
- protected Criterion(String condition, Object value, Object secondValue) {
|
|
|
- this(condition, value, secondValue, null);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This class was generated by MyBatis Generator.
|
|
|
- * This class corresponds to the database table customer_organization_info
|
|
|
- *
|
|
|
- * @mbg.generated do_not_delete_during_merge Mon Oct 09 17:18:27 CST 2017
|
|
|
- */
|
|
|
- public static class Criteria extends GeneratedCriteria {
|
|
|
-
|
|
|
- protected Criteria() {
|
|
|
- super();
|
|
|
- }
|
|
|
- }
|
|
|
-}
|