|
@@ -0,0 +1,1893 @@
|
|
|
|
|
+package com.tzld.videoVector.model.po.pgVector;
|
|
|
|
|
+
|
|
|
|
|
+import java.util.ArrayList;
|
|
|
|
|
+import java.util.Date;
|
|
|
|
|
+import java.util.List;
|
|
|
|
|
+
|
|
|
|
|
+public class ChannelDemandMatchResultExample {
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
|
|
+ * This field corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ protected String orderByClause;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
|
|
+ * This field corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ protected boolean distinct;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
|
|
+ * This field corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ public ChannelDemandMatchResultExample() {
|
|
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ public String getOrderByClause() {
|
|
|
|
|
+ return orderByClause;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
|
|
+ this.distinct = distinct;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ public boolean isDistinct() {
|
|
|
|
|
+ return distinct;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
|
|
+ return oredCriteria;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ public void or(Criteria criteria) {
|
|
|
|
|
+ oredCriteria.add(criteria);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ protected Criteria createCriteriaInternal() {
|
|
|
|
|
+ Criteria criteria = new Criteria();
|
|
|
|
|
+ return criteria;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ public void clear() {
|
|
|
|
|
+ oredCriteria.clear();
|
|
|
|
|
+ orderByClause = null;
|
|
|
|
|
+ distinct = false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
|
|
+ * This class corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ 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(Long value) {
|
|
|
|
|
+ addCriterion("id =", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdNotEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("id <>", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdGreaterThan(Long value) {
|
|
|
|
|
+ addCriterion("id >", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdGreaterThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("id >=", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdLessThan(Long value) {
|
|
|
|
|
+ addCriterion("id <", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdLessThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("id <=", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("id in", values, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdNotIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("id not in", values, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("id between", value1, value2, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdNotBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("id not between", value1, value2, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdIsNull() {
|
|
|
|
|
+ addCriterion("config_id is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdIsNotNull() {
|
|
|
|
|
+ addCriterion("config_id is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("config_id =", value, "configId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdNotEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("config_id <>", value, "configId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdGreaterThan(Long value) {
|
|
|
|
|
+ addCriterion("config_id >", value, "configId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdGreaterThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("config_id >=", value, "configId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdLessThan(Long value) {
|
|
|
|
|
+ addCriterion("config_id <", value, "configId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdLessThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("config_id <=", value, "configId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("config_id in", values, "configId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdNotIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("config_id not in", values, "configId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("config_id between", value1, value2, "configId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andConfigIdNotBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("config_id not between", value1, value2, "configId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtIsNull() {
|
|
|
|
|
+ addCriterion("dt is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtIsNotNull() {
|
|
|
|
|
+ addCriterion("dt is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtEqualTo(String value) {
|
|
|
|
|
+ addCriterion("dt =", value, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtNotEqualTo(String value) {
|
|
|
|
|
+ addCriterion("dt <>", value, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtGreaterThan(String value) {
|
|
|
|
|
+ addCriterion("dt >", value, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtGreaterThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("dt >=", value, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtLessThan(String value) {
|
|
|
|
|
+ addCriterion("dt <", value, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtLessThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("dt <=", value, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtLike(String value) {
|
|
|
|
|
+ addCriterion("dt like", value, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtNotLike(String value) {
|
|
|
|
|
+ addCriterion("dt not like", value, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtIn(List<String> values) {
|
|
|
|
|
+ addCriterion("dt in", values, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtNotIn(List<String> values) {
|
|
|
|
|
+ addCriterion("dt not in", values, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("dt between", value1, value2, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDtNotBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("dt not between", value1, value2, "dt");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameIsNull() {
|
|
|
|
|
+ addCriterion("channel_name is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameIsNotNull() {
|
|
|
|
|
+ addCriterion("channel_name is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameEqualTo(String value) {
|
|
|
|
|
+ addCriterion("channel_name =", value, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameNotEqualTo(String value) {
|
|
|
|
|
+ addCriterion("channel_name <>", value, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameGreaterThan(String value) {
|
|
|
|
|
+ addCriterion("channel_name >", value, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameGreaterThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("channel_name >=", value, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameLessThan(String value) {
|
|
|
|
|
+ addCriterion("channel_name <", value, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameLessThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("channel_name <=", value, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameLike(String value) {
|
|
|
|
|
+ addCriterion("channel_name like", value, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameNotLike(String value) {
|
|
|
|
|
+ addCriterion("channel_name not like", value, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameIn(List<String> values) {
|
|
|
|
|
+ addCriterion("channel_name in", values, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameNotIn(List<String> values) {
|
|
|
|
|
+ addCriterion("channel_name not in", values, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("channel_name between", value1, value2, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andChannelNameNotBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("channel_name not between", value1, value2, "channelName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentIsNull() {
|
|
|
|
|
+ addCriterion("crowd_segment is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentIsNotNull() {
|
|
|
|
|
+ addCriterion("crowd_segment is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentEqualTo(String value) {
|
|
|
|
|
+ addCriterion("crowd_segment =", value, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentNotEqualTo(String value) {
|
|
|
|
|
+ addCriterion("crowd_segment <>", value, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentGreaterThan(String value) {
|
|
|
|
|
+ addCriterion("crowd_segment >", value, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentGreaterThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("crowd_segment >=", value, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentLessThan(String value) {
|
|
|
|
|
+ addCriterion("crowd_segment <", value, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentLessThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("crowd_segment <=", value, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentLike(String value) {
|
|
|
|
|
+ addCriterion("crowd_segment like", value, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentNotLike(String value) {
|
|
|
|
|
+ addCriterion("crowd_segment not like", value, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentIn(List<String> values) {
|
|
|
|
|
+ addCriterion("crowd_segment in", values, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentNotIn(List<String> values) {
|
|
|
|
|
+ addCriterion("crowd_segment not in", values, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("crowd_segment between", value1, value2, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdSegmentNotBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("crowd_segment not between", value1, value2, "crowdSegment");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionIsNull() {
|
|
|
|
|
+ addCriterion("dimension is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionIsNotNull() {
|
|
|
|
|
+ addCriterion("dimension is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionEqualTo(String value) {
|
|
|
|
|
+ addCriterion("dimension =", value, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionNotEqualTo(String value) {
|
|
|
|
|
+ addCriterion("dimension <>", value, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionGreaterThan(String value) {
|
|
|
|
|
+ addCriterion("dimension >", value, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionGreaterThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("dimension >=", value, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionLessThan(String value) {
|
|
|
|
|
+ addCriterion("dimension <", value, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionLessThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("dimension <=", value, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionLike(String value) {
|
|
|
|
|
+ addCriterion("dimension like", value, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionNotLike(String value) {
|
|
|
|
|
+ addCriterion("dimension not like", value, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionIn(List<String> values) {
|
|
|
|
|
+ addCriterion("dimension in", values, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionNotIn(List<String> values) {
|
|
|
|
|
+ addCriterion("dimension not in", values, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("dimension between", value1, value2, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDimensionNotBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("dimension not between", value1, value2, "dimension");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeIsNull() {
|
|
|
|
|
+ addCriterion("point_type is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeIsNotNull() {
|
|
|
|
|
+ addCriterion("point_type is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeEqualTo(String value) {
|
|
|
|
|
+ addCriterion("point_type =", value, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeNotEqualTo(String value) {
|
|
|
|
|
+ addCriterion("point_type <>", value, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeGreaterThan(String value) {
|
|
|
|
|
+ addCriterion("point_type >", value, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeGreaterThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("point_type >=", value, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeLessThan(String value) {
|
|
|
|
|
+ addCriterion("point_type <", value, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeLessThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("point_type <=", value, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeLike(String value) {
|
|
|
|
|
+ addCriterion("point_type like", value, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeNotLike(String value) {
|
|
|
|
|
+ addCriterion("point_type not like", value, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeIn(List<String> values) {
|
|
|
|
|
+ addCriterion("point_type in", values, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeNotIn(List<String> values) {
|
|
|
|
|
+ addCriterion("point_type not in", values, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("point_type between", value1, value2, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andPointTypeNotBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("point_type not between", value1, value2, "pointType");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementIsNull() {
|
|
|
|
|
+ addCriterion("standard_element is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementIsNotNull() {
|
|
|
|
|
+ addCriterion("standard_element is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementEqualTo(String value) {
|
|
|
|
|
+ addCriterion("standard_element =", value, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementNotEqualTo(String value) {
|
|
|
|
|
+ addCriterion("standard_element <>", value, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementGreaterThan(String value) {
|
|
|
|
|
+ addCriterion("standard_element >", value, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementGreaterThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("standard_element >=", value, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementLessThan(String value) {
|
|
|
|
|
+ addCriterion("standard_element <", value, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementLessThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("standard_element <=", value, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementLike(String value) {
|
|
|
|
|
+ addCriterion("standard_element like", value, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementNotLike(String value) {
|
|
|
|
|
+ addCriterion("standard_element not like", value, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementIn(List<String> values) {
|
|
|
|
|
+ addCriterion("standard_element in", values, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementNotIn(List<String> values) {
|
|
|
|
|
+ addCriterion("standard_element not in", values, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("standard_element between", value1, value2, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStandardElementNotBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("standard_element not between", value1, value2, "standardElement");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameIsNull() {
|
|
|
|
|
+ addCriterion("category_name is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameIsNotNull() {
|
|
|
|
|
+ addCriterion("category_name is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameEqualTo(String value) {
|
|
|
|
|
+ addCriterion("category_name =", value, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameNotEqualTo(String value) {
|
|
|
|
|
+ addCriterion("category_name <>", value, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameGreaterThan(String value) {
|
|
|
|
|
+ addCriterion("category_name >", value, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameGreaterThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("category_name >=", value, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameLessThan(String value) {
|
|
|
|
|
+ addCriterion("category_name <", value, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameLessThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("category_name <=", value, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameLike(String value) {
|
|
|
|
|
+ addCriterion("category_name like", value, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameNotLike(String value) {
|
|
|
|
|
+ addCriterion("category_name not like", value, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameIn(List<String> values) {
|
|
|
|
|
+ addCriterion("category_name in", values, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameNotIn(List<String> values) {
|
|
|
|
|
+ addCriterion("category_name not in", values, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("category_name between", value1, value2, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCategoryNameNotBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("category_name not between", value1, value2, "categoryName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountIsNull() {
|
|
|
|
|
+ addCriterion("crowd_count is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountIsNotNull() {
|
|
|
|
|
+ addCriterion("crowd_count is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("crowd_count =", value, "crowdCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountNotEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("crowd_count <>", value, "crowdCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountGreaterThan(Integer value) {
|
|
|
|
|
+ addCriterion("crowd_count >", value, "crowdCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountGreaterThanOrEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("crowd_count >=", value, "crowdCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountLessThan(Integer value) {
|
|
|
|
|
+ addCriterion("crowd_count <", value, "crowdCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountLessThanOrEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("crowd_count <=", value, "crowdCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountIn(List<Integer> values) {
|
|
|
|
|
+ addCriterion("crowd_count in", values, "crowdCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountNotIn(List<Integer> values) {
|
|
|
|
|
+ addCriterion("crowd_count not in", values, "crowdCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountBetween(Integer value1, Integer value2) {
|
|
|
|
|
+ addCriterion("crowd_count between", value1, value2, "crowdCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCrowdCountNotBetween(Integer value1, Integer value2) {
|
|
|
|
|
+ addCriterion("crowd_count not between", value1, value2, "crowdCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountIsNull() {
|
|
|
|
|
+ addCriterion("video_count is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountIsNotNull() {
|
|
|
|
|
+ addCriterion("video_count is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("video_count =", value, "videoCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountNotEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("video_count <>", value, "videoCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountGreaterThan(Integer value) {
|
|
|
|
|
+ addCriterion("video_count >", value, "videoCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountGreaterThanOrEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("video_count >=", value, "videoCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountLessThan(Integer value) {
|
|
|
|
|
+ addCriterion("video_count <", value, "videoCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountLessThanOrEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("video_count <=", value, "videoCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountIn(List<Integer> values) {
|
|
|
|
|
+ addCriterion("video_count in", values, "videoCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountNotIn(List<Integer> values) {
|
|
|
|
|
+ addCriterion("video_count not in", values, "videoCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountBetween(Integer value1, Integer value2) {
|
|
|
|
|
+ addCriterion("video_count between", value1, value2, "videoCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVideoCountNotBetween(Integer value1, Integer value2) {
|
|
|
|
|
+ addCriterion("video_count not between", value1, value2, "videoCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvIsNull() {
|
|
|
|
|
+ addCriterion("visit_uv is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvIsNotNull() {
|
|
|
|
|
+ addCriterion("visit_uv is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("visit_uv =", value, "visitUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvNotEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("visit_uv <>", value, "visitUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvGreaterThan(Long value) {
|
|
|
|
|
+ addCriterion("visit_uv >", value, "visitUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvGreaterThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("visit_uv >=", value, "visitUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvLessThan(Long value) {
|
|
|
|
|
+ addCriterion("visit_uv <", value, "visitUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvLessThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("visit_uv <=", value, "visitUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("visit_uv in", values, "visitUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvNotIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("visit_uv not in", values, "visitUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("visit_uv between", value1, value2, "visitUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitUvNotBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("visit_uv not between", value1, value2, "visitUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvIsNull() {
|
|
|
|
|
+ addCriterion("visit_pv is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvIsNotNull() {
|
|
|
|
|
+ addCriterion("visit_pv is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("visit_pv =", value, "visitPv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvNotEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("visit_pv <>", value, "visitPv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvGreaterThan(Long value) {
|
|
|
|
|
+ addCriterion("visit_pv >", value, "visitPv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvGreaterThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("visit_pv >=", value, "visitPv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvLessThan(Long value) {
|
|
|
|
|
+ addCriterion("visit_pv <", value, "visitPv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvLessThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("visit_pv <=", value, "visitPv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("visit_pv in", values, "visitPv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvNotIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("visit_pv not in", values, "visitPv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("visit_pv between", value1, value2, "visitPv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andVisitPvNotBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("visit_pv not between", value1, value2, "visitPv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvIsNull() {
|
|
|
|
|
+ addCriterion("share_pv is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvIsNotNull() {
|
|
|
|
|
+ addCriterion("share_pv is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("share_pv =", value, "sharePv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvNotEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("share_pv <>", value, "sharePv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvGreaterThan(Long value) {
|
|
|
|
|
+ addCriterion("share_pv >", value, "sharePv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvGreaterThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("share_pv >=", value, "sharePv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvLessThan(Long value) {
|
|
|
|
|
+ addCriterion("share_pv <", value, "sharePv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvLessThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("share_pv <=", value, "sharePv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("share_pv in", values, "sharePv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvNotIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("share_pv not in", values, "sharePv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("share_pv between", value1, value2, "sharePv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSharePvNotBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("share_pv not between", value1, value2, "sharePv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvIsNull() {
|
|
|
|
|
+ addCriterion("backflow_uv is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvIsNotNull() {
|
|
|
|
|
+ addCriterion("backflow_uv is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("backflow_uv =", value, "backflowUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvNotEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("backflow_uv <>", value, "backflowUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvGreaterThan(Long value) {
|
|
|
|
|
+ addCriterion("backflow_uv >", value, "backflowUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvGreaterThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("backflow_uv >=", value, "backflowUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvLessThan(Long value) {
|
|
|
|
|
+ addCriterion("backflow_uv <", value, "backflowUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvLessThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("backflow_uv <=", value, "backflowUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("backflow_uv in", values, "backflowUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvNotIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("backflow_uv not in", values, "backflowUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("backflow_uv between", value1, value2, "backflowUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andBackflowUvNotBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("backflow_uv not between", value1, value2, "backflowUv");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovIsNull() {
|
|
|
|
|
+ addCriterion("total_rov is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovIsNotNull() {
|
|
|
|
|
+ addCriterion("total_rov is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("total_rov =", value, "totalRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovNotEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("total_rov <>", value, "totalRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovGreaterThan(Double value) {
|
|
|
|
|
+ addCriterion("total_rov >", value, "totalRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovGreaterThanOrEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("total_rov >=", value, "totalRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovLessThan(Double value) {
|
|
|
|
|
+ addCriterion("total_rov <", value, "totalRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovLessThanOrEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("total_rov <=", value, "totalRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovIn(List<Double> values) {
|
|
|
|
|
+ addCriterion("total_rov in", values, "totalRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovNotIn(List<Double> values) {
|
|
|
|
|
+ addCriterion("total_rov not in", values, "totalRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovBetween(Double value1, Double value2) {
|
|
|
|
|
+ addCriterion("total_rov between", value1, value2, "totalRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTotalRovNotBetween(Double value1, Double value2) {
|
|
|
|
|
+ addCriterion("total_rov not between", value1, value2, "totalRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdIsNull() {
|
|
|
|
|
+ addCriterion("match_video_id is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdIsNotNull() {
|
|
|
|
|
+ addCriterion("match_video_id is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("match_video_id =", value, "matchVideoId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdNotEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("match_video_id <>", value, "matchVideoId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdGreaterThan(Long value) {
|
|
|
|
|
+ addCriterion("match_video_id >", value, "matchVideoId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdGreaterThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("match_video_id >=", value, "matchVideoId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdLessThan(Long value) {
|
|
|
|
|
+ addCriterion("match_video_id <", value, "matchVideoId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdLessThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("match_video_id <=", value, "matchVideoId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("match_video_id in", values, "matchVideoId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdNotIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("match_video_id not in", values, "matchVideoId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("match_video_id between", value1, value2, "matchVideoId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchVideoIdNotBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("match_video_id not between", value1, value2, "matchVideoId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeIsNull() {
|
|
|
|
|
+ addCriterion("match_config_code is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeIsNotNull() {
|
|
|
|
|
+ addCriterion("match_config_code is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeEqualTo(String value) {
|
|
|
|
|
+ addCriterion("match_config_code =", value, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeNotEqualTo(String value) {
|
|
|
|
|
+ addCriterion("match_config_code <>", value, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeGreaterThan(String value) {
|
|
|
|
|
+ addCriterion("match_config_code >", value, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeGreaterThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("match_config_code >=", value, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeLessThan(String value) {
|
|
|
|
|
+ addCriterion("match_config_code <", value, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeLessThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("match_config_code <=", value, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeLike(String value) {
|
|
|
|
|
+ addCriterion("match_config_code like", value, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeNotLike(String value) {
|
|
|
|
|
+ addCriterion("match_config_code not like", value, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeIn(List<String> values) {
|
|
|
|
|
+ addCriterion("match_config_code in", values, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeNotIn(List<String> values) {
|
|
|
|
|
+ addCriterion("match_config_code not in", values, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("match_config_code between", value1, value2, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchConfigCodeNotBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("match_config_code not between", value1, value2, "matchConfigCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreIsNull() {
|
|
|
|
|
+ addCriterion("match_score is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreIsNotNull() {
|
|
|
|
|
+ addCriterion("match_score is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_score =", value, "matchScore");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreNotEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_score <>", value, "matchScore");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreGreaterThan(Double value) {
|
|
|
|
|
+ addCriterion("match_score >", value, "matchScore");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreGreaterThanOrEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_score >=", value, "matchScore");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreLessThan(Double value) {
|
|
|
|
|
+ addCriterion("match_score <", value, "matchScore");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreLessThanOrEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_score <=", value, "matchScore");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreIn(List<Double> values) {
|
|
|
|
|
+ addCriterion("match_score in", values, "matchScore");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreNotIn(List<Double> values) {
|
|
|
|
|
+ addCriterion("match_score not in", values, "matchScore");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreBetween(Double value1, Double value2) {
|
|
|
|
|
+ addCriterion("match_score between", value1, value2, "matchScore");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchScoreNotBetween(Double value1, Double value2) {
|
|
|
|
|
+ addCriterion("match_score not between", value1, value2, "matchScore");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimIsNull() {
|
|
|
|
|
+ addCriterion("match_sim is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimIsNotNull() {
|
|
|
|
|
+ addCriterion("match_sim is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_sim =", value, "matchSim");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimNotEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_sim <>", value, "matchSim");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimGreaterThan(Double value) {
|
|
|
|
|
+ addCriterion("match_sim >", value, "matchSim");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimGreaterThanOrEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_sim >=", value, "matchSim");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimLessThan(Double value) {
|
|
|
|
|
+ addCriterion("match_sim <", value, "matchSim");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimLessThanOrEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_sim <=", value, "matchSim");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimIn(List<Double> values) {
|
|
|
|
|
+ addCriterion("match_sim in", values, "matchSim");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimNotIn(List<Double> values) {
|
|
|
|
|
+ addCriterion("match_sim not in", values, "matchSim");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimBetween(Double value1, Double value2) {
|
|
|
|
|
+ addCriterion("match_sim between", value1, value2, "matchSim");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchSimNotBetween(Double value1, Double value2) {
|
|
|
|
|
+ addCriterion("match_sim not between", value1, value2, "matchSim");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovIsNull() {
|
|
|
|
|
+ addCriterion("match_rov is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovIsNotNull() {
|
|
|
|
|
+ addCriterion("match_rov is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_rov =", value, "matchRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovNotEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_rov <>", value, "matchRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovGreaterThan(Double value) {
|
|
|
|
|
+ addCriterion("match_rov >", value, "matchRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovGreaterThanOrEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_rov >=", value, "matchRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovLessThan(Double value) {
|
|
|
|
|
+ addCriterion("match_rov <", value, "matchRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovLessThanOrEqualTo(Double value) {
|
|
|
|
|
+ addCriterion("match_rov <=", value, "matchRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovIn(List<Double> values) {
|
|
|
|
|
+ addCriterion("match_rov in", values, "matchRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovNotIn(List<Double> values) {
|
|
|
|
|
+ addCriterion("match_rov not in", values, "matchRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovBetween(Double value1, Double value2) {
|
|
|
|
|
+ addCriterion("match_rov between", value1, value2, "matchRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchRovNotBetween(Double value1, Double value2) {
|
|
|
|
|
+ addCriterion("match_rov not between", value1, value2, "matchRov");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextIsNull() {
|
|
|
|
|
+ addCriterion("match_text is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextIsNotNull() {
|
|
|
|
|
+ addCriterion("match_text is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextEqualTo(String value) {
|
|
|
|
|
+ addCriterion("match_text =", value, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextNotEqualTo(String value) {
|
|
|
|
|
+ addCriterion("match_text <>", value, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextGreaterThan(String value) {
|
|
|
|
|
+ addCriterion("match_text >", value, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextGreaterThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("match_text >=", value, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextLessThan(String value) {
|
|
|
|
|
+ addCriterion("match_text <", value, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextLessThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("match_text <=", value, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextLike(String value) {
|
|
|
|
|
+ addCriterion("match_text like", value, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextNotLike(String value) {
|
|
|
|
|
+ addCriterion("match_text not like", value, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextIn(List<String> values) {
|
|
|
|
|
+ addCriterion("match_text in", values, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextNotIn(List<String> values) {
|
|
|
|
|
+ addCriterion("match_text not in", values, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("match_text between", value1, value2, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchTextNotBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("match_text not between", value1, value2, "matchText");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusIsNull() {
|
|
|
|
|
+ addCriterion("match_status is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusIsNotNull() {
|
|
|
|
|
+ addCriterion("match_status is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusEqualTo(Short value) {
|
|
|
|
|
+ addCriterion("match_status =", value, "matchStatus");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusNotEqualTo(Short value) {
|
|
|
|
|
+ addCriterion("match_status <>", value, "matchStatus");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusGreaterThan(Short value) {
|
|
|
|
|
+ addCriterion("match_status >", value, "matchStatus");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusGreaterThanOrEqualTo(Short value) {
|
|
|
|
|
+ addCriterion("match_status >=", value, "matchStatus");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusLessThan(Short value) {
|
|
|
|
|
+ addCriterion("match_status <", value, "matchStatus");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusLessThanOrEqualTo(Short value) {
|
|
|
|
|
+ addCriterion("match_status <=", value, "matchStatus");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusIn(List<Short> values) {
|
|
|
|
|
+ addCriterion("match_status in", values, "matchStatus");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusNotIn(List<Short> values) {
|
|
|
|
|
+ addCriterion("match_status not in", values, "matchStatus");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusBetween(Short value1, Short value2) {
|
|
|
|
|
+ addCriterion("match_status between", value1, value2, "matchStatus");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andMatchStatusNotBetween(Short value1, Short value2) {
|
|
|
|
|
+ addCriterion("match_status not between", value1, value2, "matchStatus");
|
|
|
|
|
+ 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 andUpdateTimeIsNull() {
|
|
|
|
|
+ addCriterion("update_time is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeIsNotNull() {
|
|
|
|
|
+ addCriterion("update_time is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("update_time =", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeNotEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("update_time <>", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeGreaterThan(Date value) {
|
|
|
|
|
+ addCriterion("update_time >", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeGreaterThanOrEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("update_time >=", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeLessThan(Date value) {
|
|
|
|
|
+ addCriterion("update_time <", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeLessThanOrEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("update_time <=", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeIn(List<Date> values) {
|
|
|
|
|
+ addCriterion("update_time in", values, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeNotIn(List<Date> values) {
|
|
|
|
|
+ addCriterion("update_time not in", values, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeBetween(Date value1, Date value2) {
|
|
|
|
|
+ addCriterion("update_time between", value1, value2, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeNotBetween(Date value1, Date value2) {
|
|
|
|
|
+ addCriterion("update_time not between", value1, value2, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
|
|
+ * This class corresponds to the database table channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated 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 channel_demand_match_result
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated
|
|
|
|
|
+ */
|
|
|
|
|
+ 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);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|