|
|
@@ -7,23 +7,23 @@ import java.util.List;
|
|
|
public class FollowUpRecordExample {
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
protected String orderByClause;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
protected boolean distinct;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
protected List<Criteria> oredCriteria;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
public FollowUpRecordExample() {
|
|
|
oredCriteria = new ArrayList<Criteria>();
|
|
|
@@ -31,7 +31,7 @@ public class FollowUpRecordExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
public void setOrderByClause(String orderByClause) {
|
|
|
this.orderByClause = orderByClause;
|
|
|
@@ -39,7 +39,7 @@ public class FollowUpRecordExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
public String getOrderByClause() {
|
|
|
return orderByClause;
|
|
|
@@ -47,7 +47,7 @@ public class FollowUpRecordExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
public void setDistinct(boolean distinct) {
|
|
|
this.distinct = distinct;
|
|
|
@@ -55,7 +55,7 @@ public class FollowUpRecordExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
public boolean isDistinct() {
|
|
|
return distinct;
|
|
|
@@ -63,7 +63,7 @@ public class FollowUpRecordExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
public List<Criteria> getOredCriteria() {
|
|
|
return oredCriteria;
|
|
|
@@ -71,7 +71,7 @@ public class FollowUpRecordExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
public void or(Criteria criteria) {
|
|
|
oredCriteria.add(criteria);
|
|
|
@@ -79,7 +79,7 @@ public class FollowUpRecordExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
public Criteria or() {
|
|
|
Criteria criteria = createCriteriaInternal();
|
|
|
@@ -89,7 +89,7 @@ public class FollowUpRecordExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
public Criteria createCriteria() {
|
|
|
Criteria criteria = createCriteriaInternal();
|
|
|
@@ -101,7 +101,7 @@ public class FollowUpRecordExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
protected Criteria createCriteriaInternal() {
|
|
|
Criteria criteria = new Criteria();
|
|
|
@@ -110,7 +110,7 @@ public class FollowUpRecordExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
public void clear() {
|
|
|
oredCriteria.clear();
|
|
|
@@ -120,7 +120,7 @@ public class FollowUpRecordExample {
|
|
|
|
|
|
/**
|
|
|
* This class was generated by MyBatis Generator. This class corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
protected abstract static class GeneratedCriteria {
|
|
|
protected List<Criterion> criteria;
|
|
|
@@ -563,63 +563,63 @@ public class FollowUpRecordExample {
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusIsNull() {
|
|
|
- addCriterion("follow_status is null");
|
|
|
+ public Criteria andFollowSituationIsNull() {
|
|
|
+ addCriterion("follow_situation is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusIsNotNull() {
|
|
|
- addCriterion("follow_status is not null");
|
|
|
+ public Criteria andFollowSituationIsNotNull() {
|
|
|
+ addCriterion("follow_situation is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusEqualTo(Integer value) {
|
|
|
- addCriterion("follow_status =", value, "followStatus");
|
|
|
+ public Criteria andFollowSituationEqualTo(Integer value) {
|
|
|
+ addCriterion("follow_situation =", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusNotEqualTo(Integer value) {
|
|
|
- addCriterion("follow_status <>", value, "followStatus");
|
|
|
+ public Criteria andFollowSituationNotEqualTo(Integer value) {
|
|
|
+ addCriterion("follow_situation <>", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusGreaterThan(Integer value) {
|
|
|
- addCriterion("follow_status >", value, "followStatus");
|
|
|
+ public Criteria andFollowSituationGreaterThan(Integer value) {
|
|
|
+ addCriterion("follow_situation >", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusGreaterThanOrEqualTo(Integer value) {
|
|
|
- addCriterion("follow_status >=", value, "followStatus");
|
|
|
+ public Criteria andFollowSituationGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("follow_situation >=", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusLessThan(Integer value) {
|
|
|
- addCriterion("follow_status <", value, "followStatus");
|
|
|
+ public Criteria andFollowSituationLessThan(Integer value) {
|
|
|
+ addCriterion("follow_situation <", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusLessThanOrEqualTo(Integer value) {
|
|
|
- addCriterion("follow_status <=", value, "followStatus");
|
|
|
+ public Criteria andFollowSituationLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("follow_situation <=", value, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusIn(List<Integer> values) {
|
|
|
- addCriterion("follow_status in", values, "followStatus");
|
|
|
+ public Criteria andFollowSituationIn(List<Integer> values) {
|
|
|
+ addCriterion("follow_situation in", values, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusNotIn(List<Integer> values) {
|
|
|
- addCriterion("follow_status not in", values, "followStatus");
|
|
|
+ public Criteria andFollowSituationNotIn(List<Integer> values) {
|
|
|
+ addCriterion("follow_situation not in", values, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusBetween(Integer value1, Integer value2) {
|
|
|
- addCriterion("follow_status between", value1, value2, "followStatus");
|
|
|
+ public Criteria andFollowSituationBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("follow_situation between", value1, value2, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andFollowStatusNotBetween(Integer value1, Integer value2) {
|
|
|
- addCriterion("follow_status not between", value1, value2, "followStatus");
|
|
|
+ public Criteria andFollowSituationNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("follow_situation not between", value1, value2, "followSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
@@ -752,11 +752,71 @@ public class FollowUpRecordExample {
|
|
|
addCriterion("cuid not between", value1, value2, "cuid");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusIsNull() {
|
|
|
+ addCriterion("customer_status is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusIsNotNull() {
|
|
|
+ addCriterion("customer_status is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_status =", value, "customerStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusNotEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_status <>", value, "customerStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusGreaterThan(Integer value) {
|
|
|
+ addCriterion("customer_status >", value, "customerStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_status >=", value, "customerStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusLessThan(Integer value) {
|
|
|
+ addCriterion("customer_status <", value, "customerStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("customer_status <=", value, "customerStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusIn(List<Integer> values) {
|
|
|
+ addCriterion("customer_status in", values, "customerStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusNotIn(List<Integer> values) {
|
|
|
+ addCriterion("customer_status not in", values, "customerStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("customer_status between", value1, value2, "customerStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCustomerStatusNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("customer_status not between", value1, value2, "customerStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* This class was generated by MyBatis Generator. This class corresponds to the database table follow_up_record
|
|
|
- * @mbg.generated Fri Oct 13 09:37:04 CST 2017
|
|
|
+ * @mbg.generated Tue Oct 17 14:55:38 CST 2017
|
|
|
*/
|
|
|
public static class Criterion {
|
|
|
private String condition;
|