package com.sztzjy.linkCommerce.entity; import java.math.BigDecimal; import java.util.ArrayList; import java.util.List; public class HyxqfxDataExample { protected String orderByClause; protected boolean distinct; protected List oredCriteria; public HyxqfxDataExample() { oredCriteria = new ArrayList<>(); } public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; } public String getOrderByClause() { return orderByClause; } public void setDistinct(boolean distinct) { this.distinct = distinct; } public boolean isDistinct() { return distinct; } public List getOredCriteria() { return oredCriteria; } public void or(Criteria criteria) { oredCriteria.add(criteria); } public Criteria or() { Criteria criteria = createCriteriaInternal(); oredCriteria.add(criteria); return criteria; } public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); if (oredCriteria.size() == 0) { oredCriteria.add(criteria); } return criteria; } protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(); return criteria; } public void clear() { oredCriteria.clear(); orderByClause = null; distinct = false; } protected abstract static class GeneratedCriteria { protected List criteria; protected GeneratedCriteria() { super(); criteria = new ArrayList<>(); } public boolean isValid() { return criteria.size() > 0; } public List getAllCriteria() { return criteria; } public List 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 values) { addCriterion("id in", values, "id"); return (Criteria) this; } public Criteria andIdNotIn(List 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 andModuleIsNull() { addCriterion("module is null"); return (Criteria) this; } public Criteria andModuleIsNotNull() { addCriterion("module is not null"); return (Criteria) this; } public Criteria andModuleEqualTo(String value) { addCriterion("module =", value, "module"); return (Criteria) this; } public Criteria andModuleNotEqualTo(String value) { addCriterion("module <>", value, "module"); return (Criteria) this; } public Criteria andModuleGreaterThan(String value) { addCriterion("module >", value, "module"); return (Criteria) this; } public Criteria andModuleGreaterThanOrEqualTo(String value) { addCriterion("module >=", value, "module"); return (Criteria) this; } public Criteria andModuleLessThan(String value) { addCriterion("module <", value, "module"); return (Criteria) this; } public Criteria andModuleLessThanOrEqualTo(String value) { addCriterion("module <=", value, "module"); return (Criteria) this; } public Criteria andModuleLike(String value) { addCriterion("module like", value, "module"); return (Criteria) this; } public Criteria andModuleNotLike(String value) { addCriterion("module not like", value, "module"); return (Criteria) this; } public Criteria andModuleIn(List values) { addCriterion("module in", values, "module"); return (Criteria) this; } public Criteria andModuleNotIn(List values) { addCriterion("module not in", values, "module"); return (Criteria) this; } public Criteria andModuleBetween(String value1, String value2) { addCriterion("module between", value1, value2, "module"); return (Criteria) this; } public Criteria andModuleNotBetween(String value1, String value2) { addCriterion("module not between", value1, value2, "module"); return (Criteria) this; } public Criteria andTimeIsNull() { addCriterion("time is null"); return (Criteria) this; } public Criteria andTimeIsNotNull() { addCriterion("time is not null"); return (Criteria) this; } public Criteria andTimeEqualTo(String value) { addCriterion("time =", value, "time"); return (Criteria) this; } public Criteria andTimeNotEqualTo(String value) { addCriterion("time <>", value, "time"); return (Criteria) this; } public Criteria andTimeGreaterThan(String value) { addCriterion("time >", value, "time"); return (Criteria) this; } public Criteria andTimeGreaterThanOrEqualTo(String value) { addCriterion("time >=", value, "time"); return (Criteria) this; } public Criteria andTimeLessThan(String value) { addCriterion("time <", value, "time"); return (Criteria) this; } public Criteria andTimeLessThanOrEqualTo(String value) { addCriterion("time <=", value, "time"); return (Criteria) this; } public Criteria andTimeLike(String value) { addCriterion("time like", value, "time"); return (Criteria) this; } public Criteria andTimeNotLike(String value) { addCriterion("time not like", value, "time"); return (Criteria) this; } public Criteria andTimeIn(List values) { addCriterion("time in", values, "time"); return (Criteria) this; } public Criteria andTimeNotIn(List values) { addCriterion("time not in", values, "time"); return (Criteria) this; } public Criteria andTimeBetween(String value1, String value2) { addCriterion("time between", value1, value2, "time"); return (Criteria) this; } public Criteria andTimeNotBetween(String value1, String value2) { addCriterion("time not between", value1, value2, "time"); return (Criteria) this; } public Criteria andParentIndustryIsNull() { addCriterion("parent_industry is null"); return (Criteria) this; } public Criteria andParentIndustryIsNotNull() { addCriterion("parent_industry is not null"); return (Criteria) this; } public Criteria andParentIndustryEqualTo(String value) { addCriterion("parent_industry =", value, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryNotEqualTo(String value) { addCriterion("parent_industry <>", value, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryGreaterThan(String value) { addCriterion("parent_industry >", value, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryGreaterThanOrEqualTo(String value) { addCriterion("parent_industry >=", value, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryLessThan(String value) { addCriterion("parent_industry <", value, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryLessThanOrEqualTo(String value) { addCriterion("parent_industry <=", value, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryLike(String value) { addCriterion("parent_industry like", value, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryNotLike(String value) { addCriterion("parent_industry not like", value, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryIn(List values) { addCriterion("parent_industry in", values, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryNotIn(List values) { addCriterion("parent_industry not in", values, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryBetween(String value1, String value2) { addCriterion("parent_industry between", value1, value2, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryNotBetween(String value1, String value2) { addCriterion("parent_industry not between", value1, value2, "parentIndustry"); return (Criteria) this; } public Criteria andParentIndustryVolumeIsNull() { addCriterion("parent_industry_volume is null"); return (Criteria) this; } public Criteria andParentIndustryVolumeIsNotNull() { addCriterion("parent_industry_volume is not null"); return (Criteria) this; } public Criteria andParentIndustryVolumeEqualTo(BigDecimal value) { addCriterion("parent_industry_volume =", value, "parentIndustryVolume"); return (Criteria) this; } public Criteria andParentIndustryVolumeNotEqualTo(BigDecimal value) { addCriterion("parent_industry_volume <>", value, "parentIndustryVolume"); return (Criteria) this; } public Criteria andParentIndustryVolumeGreaterThan(BigDecimal value) { addCriterion("parent_industry_volume >", value, "parentIndustryVolume"); return (Criteria) this; } public Criteria andParentIndustryVolumeGreaterThanOrEqualTo(BigDecimal value) { addCriterion("parent_industry_volume >=", value, "parentIndustryVolume"); return (Criteria) this; } public Criteria andParentIndustryVolumeLessThan(BigDecimal value) { addCriterion("parent_industry_volume <", value, "parentIndustryVolume"); return (Criteria) this; } public Criteria andParentIndustryVolumeLessThanOrEqualTo(BigDecimal value) { addCriterion("parent_industry_volume <=", value, "parentIndustryVolume"); return (Criteria) this; } public Criteria andParentIndustryVolumeIn(List values) { addCriterion("parent_industry_volume in", values, "parentIndustryVolume"); return (Criteria) this; } public Criteria andParentIndustryVolumeNotIn(List values) { addCriterion("parent_industry_volume not in", values, "parentIndustryVolume"); return (Criteria) this; } public Criteria andParentIndustryVolumeBetween(BigDecimal value1, BigDecimal value2) { addCriterion("parent_industry_volume between", value1, value2, "parentIndustryVolume"); return (Criteria) this; } public Criteria andParentIndustryVolumeNotBetween(BigDecimal value1, BigDecimal value2) { addCriterion("parent_industry_volume not between", value1, value2, "parentIndustryVolume"); return (Criteria) this; } public Criteria andParentIndustryMerchantIsNull() { addCriterion("parent_industry_merchant is null"); return (Criteria) this; } public Criteria andParentIndustryMerchantIsNotNull() { addCriterion("parent_industry_merchant is not null"); return (Criteria) this; } public Criteria andParentIndustryMerchantEqualTo(Integer value) { addCriterion("parent_industry_merchant =", value, "parentIndustryMerchant"); return (Criteria) this; } public Criteria andParentIndustryMerchantNotEqualTo(Integer value) { addCriterion("parent_industry_merchant <>", value, "parentIndustryMerchant"); return (Criteria) this; } public Criteria andParentIndustryMerchantGreaterThan(Integer value) { addCriterion("parent_industry_merchant >", value, "parentIndustryMerchant"); return (Criteria) this; } public Criteria andParentIndustryMerchantGreaterThanOrEqualTo(Integer value) { addCriterion("parent_industry_merchant >=", value, "parentIndustryMerchant"); return (Criteria) this; } public Criteria andParentIndustryMerchantLessThan(Integer value) { addCriterion("parent_industry_merchant <", value, "parentIndustryMerchant"); return (Criteria) this; } public Criteria andParentIndustryMerchantLessThanOrEqualTo(Integer value) { addCriterion("parent_industry_merchant <=", value, "parentIndustryMerchant"); return (Criteria) this; } public Criteria andParentIndustryMerchantIn(List values) { addCriterion("parent_industry_merchant in", values, "parentIndustryMerchant"); return (Criteria) this; } public Criteria andParentIndustryMerchantNotIn(List values) { addCriterion("parent_industry_merchant not in", values, "parentIndustryMerchant"); return (Criteria) this; } public Criteria andParentIndustryMerchantBetween(Integer value1, Integer value2) { addCriterion("parent_industry_merchant between", value1, value2, "parentIndustryMerchant"); return (Criteria) this; } public Criteria andParentIndustryMerchantNotBetween(Integer value1, Integer value2) { addCriterion("parent_industry_merchant not between", value1, value2, "parentIndustryMerchant"); return (Criteria) this; } public Criteria andSubcategoryIsNull() { addCriterion("subcategory is null"); return (Criteria) this; } public Criteria andSubcategoryIsNotNull() { addCriterion("subcategory is not null"); return (Criteria) this; } public Criteria andSubcategoryEqualTo(String value) { addCriterion("subcategory =", value, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryNotEqualTo(String value) { addCriterion("subcategory <>", value, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryGreaterThan(String value) { addCriterion("subcategory >", value, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryGreaterThanOrEqualTo(String value) { addCriterion("subcategory >=", value, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryLessThan(String value) { addCriterion("subcategory <", value, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryLessThanOrEqualTo(String value) { addCriterion("subcategory <=", value, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryLike(String value) { addCriterion("subcategory like", value, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryNotLike(String value) { addCriterion("subcategory not like", value, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryIn(List values) { addCriterion("subcategory in", values, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryNotIn(List values) { addCriterion("subcategory not in", values, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryBetween(String value1, String value2) { addCriterion("subcategory between", value1, value2, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryNotBetween(String value1, String value2) { addCriterion("subcategory not between", value1, value2, "subcategory"); return (Criteria) this; } public Criteria andSubcategoryVolumeIsNull() { addCriterion("subcategory_volume is null"); return (Criteria) this; } public Criteria andSubcategoryVolumeIsNotNull() { addCriterion("subcategory_volume is not null"); return (Criteria) this; } public Criteria andSubcategoryVolumeEqualTo(BigDecimal value) { addCriterion("subcategory_volume =", value, "subcategoryVolume"); return (Criteria) this; } public Criteria andSubcategoryVolumeNotEqualTo(BigDecimal value) { addCriterion("subcategory_volume <>", value, "subcategoryVolume"); return (Criteria) this; } public Criteria andSubcategoryVolumeGreaterThan(BigDecimal value) { addCriterion("subcategory_volume >", value, "subcategoryVolume"); return (Criteria) this; } public Criteria andSubcategoryVolumeGreaterThanOrEqualTo(BigDecimal value) { addCriterion("subcategory_volume >=", value, "subcategoryVolume"); return (Criteria) this; } public Criteria andSubcategoryVolumeLessThan(BigDecimal value) { addCriterion("subcategory_volume <", value, "subcategoryVolume"); return (Criteria) this; } public Criteria andSubcategoryVolumeLessThanOrEqualTo(BigDecimal value) { addCriterion("subcategory_volume <=", value, "subcategoryVolume"); return (Criteria) this; } public Criteria andSubcategoryVolumeIn(List values) { addCriterion("subcategory_volume in", values, "subcategoryVolume"); return (Criteria) this; } public Criteria andSubcategoryVolumeNotIn(List values) { addCriterion("subcategory_volume not in", values, "subcategoryVolume"); return (Criteria) this; } public Criteria andSubcategoryVolumeBetween(BigDecimal value1, BigDecimal value2) { addCriterion("subcategory_volume between", value1, value2, "subcategoryVolume"); return (Criteria) this; } public Criteria andSubcategoryVolumeNotBetween(BigDecimal value1, BigDecimal value2) { addCriterion("subcategory_volume not between", value1, value2, "subcategoryVolume"); return (Criteria) this; } public Criteria andSubcategoryMerchantIsNull() { addCriterion("subcategory_merchant is null"); return (Criteria) this; } public Criteria andSubcategoryMerchantIsNotNull() { addCriterion("subcategory_merchant is not null"); return (Criteria) this; } public Criteria andSubcategoryMerchantEqualTo(Integer value) { addCriterion("subcategory_merchant =", value, "subcategoryMerchant"); return (Criteria) this; } public Criteria andSubcategoryMerchantNotEqualTo(Integer value) { addCriterion("subcategory_merchant <>", value, "subcategoryMerchant"); return (Criteria) this; } public Criteria andSubcategoryMerchantGreaterThan(Integer value) { addCriterion("subcategory_merchant >", value, "subcategoryMerchant"); return (Criteria) this; } public Criteria andSubcategoryMerchantGreaterThanOrEqualTo(Integer value) { addCriterion("subcategory_merchant >=", value, "subcategoryMerchant"); return (Criteria) this; } public Criteria andSubcategoryMerchantLessThan(Integer value) { addCriterion("subcategory_merchant <", value, "subcategoryMerchant"); return (Criteria) this; } public Criteria andSubcategoryMerchantLessThanOrEqualTo(Integer value) { addCriterion("subcategory_merchant <=", value, "subcategoryMerchant"); return (Criteria) this; } public Criteria andSubcategoryMerchantIn(List values) { addCriterion("subcategory_merchant in", values, "subcategoryMerchant"); return (Criteria) this; } public Criteria andSubcategoryMerchantNotIn(List values) { addCriterion("subcategory_merchant not in", values, "subcategoryMerchant"); return (Criteria) this; } public Criteria andSubcategoryMerchantBetween(Integer value1, Integer value2) { addCriterion("subcategory_merchant between", value1, value2, "subcategoryMerchant"); return (Criteria) this; } public Criteria andSubcategoryMerchantNotBetween(Integer value1, Integer value2) { addCriterion("subcategory_merchant not between", value1, value2, "subcategoryMerchant"); return (Criteria) this; } public Criteria andUserIdIsNull() { addCriterion("user_id is null"); return (Criteria) this; } public Criteria andUserIdIsNotNull() { addCriterion("user_id is not null"); return (Criteria) this; } public Criteria andUserIdEqualTo(String value) { addCriterion("user_id =", value, "userId"); return (Criteria) this; } public Criteria andUserIdNotEqualTo(String value) { addCriterion("user_id <>", value, "userId"); return (Criteria) this; } public Criteria andUserIdGreaterThan(String value) { addCriterion("user_id >", value, "userId"); return (Criteria) this; } public Criteria andUserIdGreaterThanOrEqualTo(String value) { addCriterion("user_id >=", value, "userId"); return (Criteria) this; } public Criteria andUserIdLessThan(String value) { addCriterion("user_id <", value, "userId"); return (Criteria) this; } public Criteria andUserIdLessThanOrEqualTo(String value) { addCriterion("user_id <=", value, "userId"); return (Criteria) this; } public Criteria andUserIdLike(String value) { addCriterion("user_id like", value, "userId"); return (Criteria) this; } public Criteria andUserIdNotLike(String value) { addCriterion("user_id not like", value, "userId"); return (Criteria) this; } public Criteria andUserIdIn(List values) { addCriterion("user_id in", values, "userId"); return (Criteria) this; } public Criteria andUserIdNotIn(List values) { addCriterion("user_id not in", values, "userId"); return (Criteria) this; } public Criteria andUserIdBetween(String value1, String value2) { addCriterion("user_id between", value1, value2, "userId"); return (Criteria) this; } public Criteria andUserIdNotBetween(String value1, String value2) { addCriterion("user_id not between", value1, value2, "userId"); return (Criteria) this; } } public static class Criteria extends GeneratedCriteria { protected Criteria() { super(); } } 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); } } }