|
|
@@ -7,23 +7,23 @@ import java.util.List;
|
|
|
public class CustomerExample {
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
protected String orderByClause;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
protected boolean distinct;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
protected List<Criteria> oredCriteria;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
public CustomerExample() {
|
|
|
oredCriteria = new ArrayList<Criteria>();
|
|
|
@@ -31,7 +31,7 @@ public class CustomerExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
public void setOrderByClause(String orderByClause) {
|
|
|
this.orderByClause = orderByClause;
|
|
|
@@ -39,7 +39,7 @@ public class CustomerExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
public String getOrderByClause() {
|
|
|
return orderByClause;
|
|
|
@@ -47,7 +47,7 @@ public class CustomerExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
public void setDistinct(boolean distinct) {
|
|
|
this.distinct = distinct;
|
|
|
@@ -55,7 +55,7 @@ public class CustomerExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
public boolean isDistinct() {
|
|
|
return distinct;
|
|
|
@@ -63,7 +63,7 @@ public class CustomerExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
public List<Criteria> getOredCriteria() {
|
|
|
return oredCriteria;
|
|
|
@@ -71,7 +71,7 @@ public class CustomerExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
public void or(Criteria criteria) {
|
|
|
oredCriteria.add(criteria);
|
|
|
@@ -79,7 +79,7 @@ public class CustomerExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
public Criteria or() {
|
|
|
Criteria criteria = createCriteriaInternal();
|
|
|
@@ -89,7 +89,7 @@ public class CustomerExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
public Criteria createCriteria() {
|
|
|
Criteria criteria = createCriteriaInternal();
|
|
|
@@ -101,7 +101,7 @@ public class CustomerExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
protected Criteria createCriteriaInternal() {
|
|
|
Criteria criteria = new Criteria();
|
|
|
@@ -110,7 +110,7 @@ public class CustomerExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
public void clear() {
|
|
|
oredCriteria.clear();
|
|
|
@@ -120,7 +120,7 @@ public class CustomerExample {
|
|
|
|
|
|
/**
|
|
|
* This class was generated by MyBatis Generator. This class corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
protected abstract static class GeneratedCriteria {
|
|
|
protected List<Criterion> criteria;
|
|
|
@@ -303,203 +303,253 @@ public class CustomerExample {
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypIsNull() {
|
|
|
- addCriterion("customer_typ is null");
|
|
|
+ public Criteria andPaidIsNull() {
|
|
|
+ addCriterion("paid is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPaidIsNotNull() {
|
|
|
+ addCriterion("paid is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPaidEqualTo(String value) {
|
|
|
+ addCriterion("paid =", value, "paid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPaidNotEqualTo(String value) {
|
|
|
+ addCriterion("paid <>", value, "paid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPaidGreaterThan(String value) {
|
|
|
+ addCriterion("paid >", value, "paid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPaidGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("paid >=", value, "paid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPaidLessThan(String value) {
|
|
|
+ addCriterion("paid <", value, "paid");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypIsNotNull() {
|
|
|
- addCriterion("customer_typ is not null");
|
|
|
+ public Criteria andPaidLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("paid <=", value, "paid");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypEqualTo(String value) {
|
|
|
- addCriterion("customer_typ =", value, "customerTyp");
|
|
|
+ public Criteria andPaidLike(String value) {
|
|
|
+ addCriterion("paid like", value, "paid");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypNotEqualTo(String value) {
|
|
|
- addCriterion("customer_typ <>", value, "customerTyp");
|
|
|
+ public Criteria andPaidNotLike(String value) {
|
|
|
+ addCriterion("paid not like", value, "paid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPaidIn(List<String> values) {
|
|
|
+ addCriterion("paid in", values, "paid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPaidNotIn(List<String> values) {
|
|
|
+ addCriterion("paid not in", values, "paid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPaidBetween(String value1, String value2) {
|
|
|
+ addCriterion("paid between", value1, value2, "paid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPaidNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("paid not between", value1, value2, "paid");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypGreaterThan(String value) {
|
|
|
- addCriterion("customer_typ >", value, "customerTyp");
|
|
|
+ public Criteria andShareTypeIsNull() {
|
|
|
+ addCriterion("share_type is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("customer_typ >=", value, "customerTyp");
|
|
|
+ public Criteria andShareTypeIsNotNull() {
|
|
|
+ addCriterion("share_type is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypLessThan(String value) {
|
|
|
- addCriterion("customer_typ <", value, "customerTyp");
|
|
|
+ public Criteria andShareTypeEqualTo(Integer value) {
|
|
|
+ addCriterion("share_type =", value, "shareType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("customer_typ <=", value, "customerTyp");
|
|
|
+ public Criteria andShareTypeNotEqualTo(Integer value) {
|
|
|
+ addCriterion("share_type <>", value, "shareType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypLike(String value) {
|
|
|
- addCriterion("customer_typ like", value, "customerTyp");
|
|
|
+ public Criteria andShareTypeGreaterThan(Integer value) {
|
|
|
+ addCriterion("share_type >", value, "shareType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypNotLike(String value) {
|
|
|
- addCriterion("customer_typ not like", value, "customerTyp");
|
|
|
+ public Criteria andShareTypeGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_type >=", value, "shareType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypIn(List<String> values) {
|
|
|
- addCriterion("customer_typ in", values, "customerTyp");
|
|
|
+ public Criteria andShareTypeLessThan(Integer value) {
|
|
|
+ addCriterion("share_type <", value, "shareType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypNotIn(List<String> values) {
|
|
|
- addCriterion("customer_typ not in", values, "customerTyp");
|
|
|
+ public Criteria andShareTypeLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_type <=", value, "shareType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypBetween(String value1, String value2) {
|
|
|
- addCriterion("customer_typ between", value1, value2, "customerTyp");
|
|
|
+ public Criteria andShareTypeIn(List<Integer> values) {
|
|
|
+ addCriterion("share_type in", values, "shareType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerTypNotBetween(String value1, String value2) {
|
|
|
- addCriterion("customer_typ not between", value1, value2, "customerTyp");
|
|
|
+ public Criteria andShareTypeNotIn(List<Integer> values) {
|
|
|
+ addCriterion("share_type not in", values, "shareType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypIsNull() {
|
|
|
- addCriterion("share_typ is null");
|
|
|
+ public Criteria andShareTypeBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_type between", value1, value2, "shareType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypIsNotNull() {
|
|
|
- addCriterion("share_typ is not null");
|
|
|
+ public Criteria andShareTypeNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_type not between", value1, value2, "shareType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypEqualTo(Integer value) {
|
|
|
- addCriterion("share_typ =", value, "shareTyp");
|
|
|
+ public Criteria andCustomerTypeIsNull() {
|
|
|
+ addCriterion("customer_type is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypNotEqualTo(Integer value) {
|
|
|
- addCriterion("share_typ <>", value, "shareTyp");
|
|
|
+ public Criteria andCustomerTypeIsNotNull() {
|
|
|
+ addCriterion("customer_type is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypGreaterThan(Integer value) {
|
|
|
- addCriterion("share_typ >", value, "shareTyp");
|
|
|
+ public Criteria andCustomerTypeEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_type =", value, "customerType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypGreaterThanOrEqualTo(Integer value) {
|
|
|
- addCriterion("share_typ >=", value, "shareTyp");
|
|
|
+ public Criteria andCustomerTypeNotEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_type <>", value, "customerType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypLessThan(Integer value) {
|
|
|
- addCriterion("share_typ <", value, "shareTyp");
|
|
|
+ public Criteria andCustomerTypeGreaterThan(Integer value) {
|
|
|
+ addCriterion("customer_type >", value, "customerType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypLessThanOrEqualTo(Integer value) {
|
|
|
- addCriterion("share_typ <=", value, "shareTyp");
|
|
|
+ public Criteria andCustomerTypeGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_type >=", value, "customerType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypIn(List<Integer> values) {
|
|
|
- addCriterion("share_typ in", values, "shareTyp");
|
|
|
+ public Criteria andCustomerTypeLessThan(Integer value) {
|
|
|
+ addCriterion("customer_type <", value, "customerType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypNotIn(List<Integer> values) {
|
|
|
- addCriterion("share_typ not in", values, "shareTyp");
|
|
|
+ public Criteria andCustomerTypeLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_type <=", value, "customerType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypBetween(Integer value1, Integer value2) {
|
|
|
- addCriterion("share_typ between", value1, value2, "shareTyp");
|
|
|
+ public Criteria andCustomerTypeIn(List<Integer> values) {
|
|
|
+ addCriterion("customer_type in", values, "customerType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andShareTypNotBetween(Integer value1, Integer value2) {
|
|
|
- addCriterion("share_typ not between", value1, value2, "shareTyp");
|
|
|
+ public Criteria andCustomerTypeNotIn(List<Integer> values) {
|
|
|
+ addCriterion("customer_type not in", values, "customerType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdIsNull() {
|
|
|
- addCriterion("agent_id is null");
|
|
|
+ public Criteria andCustomerTypeBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("customer_type between", value1, value2, "customerType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdIsNotNull() {
|
|
|
- addCriterion("agent_id is not null");
|
|
|
+ public Criteria andCustomerTypeNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("customer_type not between", value1, value2, "customerType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdEqualTo(String value) {
|
|
|
- addCriterion("agent_id =", value, "agentId");
|
|
|
+ public Criteria andCustomerStatusIsNull() {
|
|
|
+ addCriterion("customer_status is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdNotEqualTo(String value) {
|
|
|
- addCriterion("agent_id <>", value, "agentId");
|
|
|
+ public Criteria andCustomerStatusIsNotNull() {
|
|
|
+ addCriterion("customer_status is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdGreaterThan(String value) {
|
|
|
- addCriterion("agent_id >", value, "agentId");
|
|
|
+ public Criteria andCustomerStatusEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_status =", value, "customerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("agent_id >=", value, "agentId");
|
|
|
+ public Criteria andCustomerStatusNotEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_status <>", value, "customerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdLessThan(String value) {
|
|
|
- addCriterion("agent_id <", value, "agentId");
|
|
|
+ public Criteria andCustomerStatusGreaterThan(Integer value) {
|
|
|
+ addCriterion("customer_status >", value, "customerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("agent_id <=", value, "agentId");
|
|
|
+ public Criteria andCustomerStatusGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_status >=", value, "customerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdLike(String value) {
|
|
|
- addCriterion("agent_id like", value, "agentId");
|
|
|
+ public Criteria andCustomerStatusLessThan(Integer value) {
|
|
|
+ addCriterion("customer_status <", value, "customerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdNotLike(String value) {
|
|
|
- addCriterion("agent_id not like", value, "agentId");
|
|
|
+ public Criteria andCustomerStatusLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_status <=", value, "customerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdIn(List<String> values) {
|
|
|
- addCriterion("agent_id in", values, "agentId");
|
|
|
+ public Criteria andCustomerStatusIn(List<Integer> values) {
|
|
|
+ addCriterion("customer_status in", values, "customerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdNotIn(List<String> values) {
|
|
|
- addCriterion("agent_id not in", values, "agentId");
|
|
|
+ public Criteria andCustomerStatusNotIn(List<Integer> values) {
|
|
|
+ addCriterion("customer_status not in", values, "customerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdBetween(String value1, String value2) {
|
|
|
- addCriterion("agent_id between", value1, value2, "agentId");
|
|
|
+ public Criteria andCustomerStatusBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("customer_status between", value1, value2, "customerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAgentIdNotBetween(String value1, String value2) {
|
|
|
- addCriterion("agent_id not between", value1, value2, "agentId");
|
|
|
+ public Criteria andCustomerStatusNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("customer_status not between", value1, value2, "customerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
@@ -573,350 +623,330 @@ public class CustomerExample {
|
|
|
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");
|
|
|
+ public Criteria andFollowSituationIsNull() {
|
|
|
+ addCriterion("follow_situation is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
|
|
|
- addCriterion("create_time >=", value, "createTime");
|
|
|
+ public Criteria andFollowSituationIsNotNull() {
|
|
|
+ addCriterion("follow_situation is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCreateTimeLessThan(Date value) {
|
|
|
- addCriterion("create_time <", value, "createTime");
|
|
|
+ public Criteria andFollowSituationEqualTo(Integer value) {
|
|
|
+ addCriterion("follow_situation =", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
|
|
|
- addCriterion("create_time <=", value, "createTime");
|
|
|
+ public Criteria andFollowSituationNotEqualTo(Integer value) {
|
|
|
+ addCriterion("follow_situation <>", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCreateTimeIn(List<Date> values) {
|
|
|
- addCriterion("create_time in", values, "createTime");
|
|
|
+ public Criteria andFollowSituationGreaterThan(Integer value) {
|
|
|
+ addCriterion("follow_situation >", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCreateTimeNotIn(List<Date> values) {
|
|
|
- addCriterion("create_time not in", values, "createTime");
|
|
|
+ public Criteria andFollowSituationGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("follow_situation >=", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCreateTimeBetween(Date value1, Date value2) {
|
|
|
- addCriterion("create_time between", value1, value2, "createTime");
|
|
|
+ public Criteria andFollowSituationLessThan(Integer value) {
|
|
|
+ addCriterion("follow_situation <", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
|
|
|
- addCriterion("create_time not between", value1, value2, "createTime");
|
|
|
+ public Criteria andFollowSituationLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("follow_situation <=", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationIsNull() {
|
|
|
- addCriterion("follow_situation is null");
|
|
|
+ public Criteria andFollowSituationIn(List<Integer> values) {
|
|
|
+ addCriterion("follow_situation in", values, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationIsNotNull() {
|
|
|
- addCriterion("follow_situation is not null");
|
|
|
+ public Criteria andFollowSituationNotIn(List<Integer> values) {
|
|
|
+ addCriterion("follow_situation not in", values, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationEqualTo(String value) {
|
|
|
- addCriterion("follow_situation =", value, "followSituation");
|
|
|
+ public Criteria andFollowSituationBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("follow_situation between", value1, value2, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationNotEqualTo(String value) {
|
|
|
- addCriterion("follow_situation <>", value, "followSituation");
|
|
|
+ public Criteria andFollowSituationNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("follow_situation not between", value1, value2, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationGreaterThan(String value) {
|
|
|
- addCriterion("follow_situation >", value, "followSituation");
|
|
|
+ public Criteria andTagIsNull() {
|
|
|
+ addCriterion("tag is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("follow_situation >=", value, "followSituation");
|
|
|
+ public Criteria andTagIsNotNull() {
|
|
|
+ addCriterion("tag is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationLessThan(String value) {
|
|
|
- addCriterion("follow_situation <", value, "followSituation");
|
|
|
+ public Criteria andTagEqualTo(String value) {
|
|
|
+ addCriterion("tag =", value, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("follow_situation <=", value, "followSituation");
|
|
|
+ public Criteria andTagNotEqualTo(String value) {
|
|
|
+ addCriterion("tag <>", value, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationLike(String value) {
|
|
|
- addCriterion("follow_situation like", value, "followSituation");
|
|
|
+ public Criteria andTagGreaterThan(String value) {
|
|
|
+ addCriterion("tag >", value, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationNotLike(String value) {
|
|
|
- addCriterion("follow_situation not like", value, "followSituation");
|
|
|
+ public Criteria andTagGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("tag >=", value, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationIn(List<String> values) {
|
|
|
- addCriterion("follow_situation in", values, "followSituation");
|
|
|
+ public Criteria andTagLessThan(String value) {
|
|
|
+ addCriterion("tag <", value, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationNotIn(List<String> values) {
|
|
|
- addCriterion("follow_situation not in", values, "followSituation");
|
|
|
+ public Criteria andTagLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("tag <=", value, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationBetween(String value1, String value2) {
|
|
|
- addCriterion("follow_situation between", value1, value2, "followSituation");
|
|
|
+ public Criteria andTagLike(String value) {
|
|
|
+ addCriterion("tag like", value, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowSituationNotBetween(String value1, String value2) {
|
|
|
- addCriterion("follow_situation not between", value1, value2, "followSituation");
|
|
|
+ public Criteria andTagNotLike(String value) {
|
|
|
+ addCriterion("tag not like", value, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueIsNull() {
|
|
|
- addCriterion("customer_statue is null");
|
|
|
+ public Criteria andTagIn(List<String> values) {
|
|
|
+ addCriterion("tag in", values, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueIsNotNull() {
|
|
|
- addCriterion("customer_statue is not null");
|
|
|
+ public Criteria andTagNotIn(List<String> values) {
|
|
|
+ addCriterion("tag not in", values, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueEqualTo(String value) {
|
|
|
- addCriterion("customer_statue =", value, "customerStatue");
|
|
|
+ public Criteria andTagBetween(String value1, String value2) {
|
|
|
+ addCriterion("tag between", value1, value2, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueNotEqualTo(String value) {
|
|
|
- addCriterion("customer_statue <>", value, "customerStatue");
|
|
|
+ public Criteria andTagNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("tag not between", value1, value2, "tag");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueGreaterThan(String value) {
|
|
|
- addCriterion("customer_statue >", value, "customerStatue");
|
|
|
+ public Criteria andCreateTimeIsNull() {
|
|
|
+ addCriterion("create_time is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("customer_statue >=", value, "customerStatue");
|
|
|
+ public Criteria andCreateTimeIsNotNull() {
|
|
|
+ addCriterion("create_time is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueLessThan(String value) {
|
|
|
- addCriterion("customer_statue <", value, "customerStatue");
|
|
|
+ public Criteria andCreateTimeEqualTo(Date value) {
|
|
|
+ addCriterion("create_time =", value, "createTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("customer_statue <=", value, "customerStatue");
|
|
|
+ public Criteria andCreateTimeNotEqualTo(Date value) {
|
|
|
+ addCriterion("create_time <>", value, "createTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueLike(String value) {
|
|
|
- addCriterion("customer_statue like", value, "customerStatue");
|
|
|
+ public Criteria andCreateTimeGreaterThan(Date value) {
|
|
|
+ addCriterion("create_time >", value, "createTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueNotLike(String value) {
|
|
|
- addCriterion("customer_statue not like", value, "customerStatue");
|
|
|
+ public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("create_time >=", value, "createTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueIn(List<String> values) {
|
|
|
- addCriterion("customer_statue in", values, "customerStatue");
|
|
|
+ public Criteria andCreateTimeLessThan(Date value) {
|
|
|
+ addCriterion("create_time <", value, "createTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueNotIn(List<String> values) {
|
|
|
- addCriterion("customer_statue not in", values, "customerStatue");
|
|
|
+ public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("create_time <=", value, "createTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueBetween(String value1, String value2) {
|
|
|
- addCriterion("customer_statue between", value1, value2, "customerStatue");
|
|
|
+ public Criteria andCreateTimeIn(List<Date> values) {
|
|
|
+ addCriterion("create_time in", values, "createTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andCustomerStatueNotBetween(String value1, String value2) {
|
|
|
- addCriterion("customer_statue not between", value1, value2, "customerStatue");
|
|
|
+ public Criteria andCreateTimeNotIn(List<Date> values) {
|
|
|
+ addCriterion("create_time not in", values, "createTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidIsNull() {
|
|
|
- addCriterion("paid is null");
|
|
|
+ public Criteria andCreateTimeBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("create_time between", value1, value2, "createTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidIsNotNull() {
|
|
|
- addCriterion("paid is not null");
|
|
|
+ public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("create_time not between", value1, value2, "createTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidEqualTo(String value) {
|
|
|
- addCriterion("paid =", value, "paid");
|
|
|
+ public Criteria andFollowIdIsNull() {
|
|
|
+ addCriterion("follow_id is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidNotEqualTo(String value) {
|
|
|
- addCriterion("paid <>", value, "paid");
|
|
|
+ public Criteria andFollowIdIsNotNull() {
|
|
|
+ addCriterion("follow_id is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidGreaterThan(String value) {
|
|
|
- addCriterion("paid >", value, "paid");
|
|
|
+ public Criteria andFollowIdEqualTo(String value) {
|
|
|
+ addCriterion("follow_id =", value, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("paid >=", value, "paid");
|
|
|
+ public Criteria andFollowIdNotEqualTo(String value) {
|
|
|
+ addCriterion("follow_id <>", value, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidLessThan(String value) {
|
|
|
- addCriterion("paid <", value, "paid");
|
|
|
+ public Criteria andFollowIdGreaterThan(String value) {
|
|
|
+ addCriterion("follow_id >", value, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("paid <=", value, "paid");
|
|
|
+ public Criteria andFollowIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("follow_id >=", value, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidLike(String value) {
|
|
|
- addCriterion("paid like", value, "paid");
|
|
|
+ public Criteria andFollowIdLessThan(String value) {
|
|
|
+ addCriterion("follow_id <", value, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidNotLike(String value) {
|
|
|
- addCriterion("paid not like", value, "paid");
|
|
|
+ public Criteria andFollowIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("follow_id <=", value, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidIn(List<String> values) {
|
|
|
- addCriterion("paid in", values, "paid");
|
|
|
+ public Criteria andFollowIdLike(String value) {
|
|
|
+ addCriterion("follow_id like", value, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidNotIn(List<String> values) {
|
|
|
- addCriterion("paid not in", values, "paid");
|
|
|
+ public Criteria andFollowIdNotLike(String value) {
|
|
|
+ addCriterion("follow_id not like", value, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidBetween(String value1, String value2) {
|
|
|
- addCriterion("paid between", value1, value2, "paid");
|
|
|
+ public Criteria andFollowIdIn(List<String> values) {
|
|
|
+ addCriterion("follow_id in", values, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andPaidNotBetween(String value1, String value2) {
|
|
|
- addCriterion("paid not between", value1, value2, "paid");
|
|
|
+ public Criteria andFollowIdNotIn(List<String> values) {
|
|
|
+ addCriterion("follow_id not in", values, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagIsNull() {
|
|
|
- addCriterion("tag is null");
|
|
|
+ public Criteria andFollowIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("follow_id between", value1, value2, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagIsNotNull() {
|
|
|
- addCriterion("tag is not null");
|
|
|
+ public Criteria andFollowIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("follow_id not between", value1, value2, "followId");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagEqualTo(String value) {
|
|
|
- addCriterion("tag =", value, "tag");
|
|
|
+ public Criteria andEffectiveIsNull() {
|
|
|
+ addCriterion("effective is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagNotEqualTo(String value) {
|
|
|
- addCriterion("tag <>", value, "tag");
|
|
|
+ public Criteria andEffectiveIsNotNull() {
|
|
|
+ addCriterion("effective is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagGreaterThan(String value) {
|
|
|
- addCriterion("tag >", value, "tag");
|
|
|
+ public Criteria andEffectiveEqualTo(Integer value) {
|
|
|
+ addCriterion("effective =", value, "effective");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("tag >=", value, "tag");
|
|
|
+ public Criteria andEffectiveNotEqualTo(Integer value) {
|
|
|
+ addCriterion("effective <>", value, "effective");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagLessThan(String value) {
|
|
|
- addCriterion("tag <", value, "tag");
|
|
|
+ public Criteria andEffectiveGreaterThan(Integer value) {
|
|
|
+ addCriterion("effective >", value, "effective");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("tag <=", value, "tag");
|
|
|
+ public Criteria andEffectiveGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("effective >=", value, "effective");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagLike(String value) {
|
|
|
- addCriterion("tag like", value, "tag");
|
|
|
+ public Criteria andEffectiveLessThan(Integer value) {
|
|
|
+ addCriterion("effective <", value, "effective");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagNotLike(String value) {
|
|
|
- addCriterion("tag not like", value, "tag");
|
|
|
+ public Criteria andEffectiveLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("effective <=", value, "effective");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagIn(List<String> values) {
|
|
|
- addCriterion("tag in", values, "tag");
|
|
|
+ public Criteria andEffectiveIn(List<Integer> values) {
|
|
|
+ addCriterion("effective in", values, "effective");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagNotIn(List<String> values) {
|
|
|
- addCriterion("tag not in", values, "tag");
|
|
|
+ public Criteria andEffectiveNotIn(List<Integer> values) {
|
|
|
+ addCriterion("effective not in", values, "effective");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagBetween(String value1, String value2) {
|
|
|
- addCriterion("tag between", value1, value2, "tag");
|
|
|
+ public Criteria andEffectiveBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("effective between", value1, value2, "effective");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andTagNotBetween(String value1, String value2) {
|
|
|
- addCriterion("tag not between", value1, value2, "tag");
|
|
|
+ public Criteria andEffectiveNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("effective not between", value1, value2, "effective");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* This class was generated by MyBatis Generator. This class corresponds to the database table customer
|
|
|
- * @mbg.generated Thu Oct 12 20:42:55 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 15:28:17 CST 2017
|
|
|
*/
|
|
|
public static class Criterion {
|
|
|
private String condition;
|