|
|
@@ -0,0 +1,961 @@
|
|
|
+package com.goafanti.common.model;
|
|
|
+
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class CustomerLogExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ public CustomerLogExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
+ this.distinct = distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ public void or(Criteria criteria) {
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ public Criteria or() {
|
|
|
+ Criteria criteria = createCriteriaInternal();
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ return criteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ public Criteria createCriteria() {
|
|
|
+ Criteria criteria = createCriteriaInternal();
|
|
|
+ if (oredCriteria.size() == 0) {
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ }
|
|
|
+ return criteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ protected Criteria createCriteriaInternal() {
|
|
|
+ Criteria criteria = new Criteria();
|
|
|
+ return criteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ public void clear() {
|
|
|
+ oredCriteria.clear();
|
|
|
+ orderByClause = null;
|
|
|
+ distinct = false;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator. This class corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ protected abstract static class GeneratedCriteria {
|
|
|
+ protected List<Criterion> criteria;
|
|
|
+
|
|
|
+ protected GeneratedCriteria() {
|
|
|
+ super();
|
|
|
+ criteria = new ArrayList<Criterion>();
|
|
|
+ }
|
|
|
+
|
|
|
+ public boolean isValid() {
|
|
|
+ return criteria.size() > 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<Criterion> getAllCriteria() {
|
|
|
+ return criteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<Criterion> getCriteria() {
|
|
|
+ return criteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ protected void addCriterion(String condition) {
|
|
|
+ if (condition == null) {
|
|
|
+ throw new RuntimeException("Value for condition cannot be null");
|
|
|
+ }
|
|
|
+ criteria.add(new Criterion(condition));
|
|
|
+ }
|
|
|
+
|
|
|
+ protected void addCriterion(String condition, Object value, String property) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new RuntimeException("Value for " + property + " cannot be null");
|
|
|
+ }
|
|
|
+ criteria.add(new Criterion(condition, value));
|
|
|
+ }
|
|
|
+
|
|
|
+ protected void addCriterion(String condition, Object value1, Object value2, String property) {
|
|
|
+ if (value1 == null || value2 == null) {
|
|
|
+ throw new RuntimeException("Between values for " + property + " cannot be null");
|
|
|
+ }
|
|
|
+ criteria.add(new Criterion(condition, value1, value2));
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdIsNull() {
|
|
|
+ addCriterion("id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdIsNotNull() {
|
|
|
+ addCriterion("id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdEqualTo(String value) {
|
|
|
+ addCriterion("id =", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotEqualTo(String value) {
|
|
|
+ addCriterion("id <>", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThan(String value) {
|
|
|
+ addCriterion("id >", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("id >=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThan(String value) {
|
|
|
+ addCriterion("id <", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("id <=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLike(String value) {
|
|
|
+ addCriterion("id like", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotLike(String value) {
|
|
|
+ addCriterion("id not like", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdIn(List<String> values) {
|
|
|
+ addCriterion("id in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotIn(List<String> values) {
|
|
|
+ addCriterion("id not in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("id between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("id not between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidIsNull() {
|
|
|
+ addCriterion("cid is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidIsNotNull() {
|
|
|
+ addCriterion("cid is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidEqualTo(String value) {
|
|
|
+ addCriterion("cid =", value, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidNotEqualTo(String value) {
|
|
|
+ addCriterion("cid <>", value, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidGreaterThan(String value) {
|
|
|
+ addCriterion("cid >", value, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("cid >=", value, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidLessThan(String value) {
|
|
|
+ addCriterion("cid <", value, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("cid <=", value, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidLike(String value) {
|
|
|
+ addCriterion("cid like", value, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidNotLike(String value) {
|
|
|
+ addCriterion("cid not like", value, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidIn(List<String> values) {
|
|
|
+ addCriterion("cid in", values, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidNotIn(List<String> values) {
|
|
|
+ addCriterion("cid not in", values, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidBetween(String value1, String value2) {
|
|
|
+ addCriterion("cid between", value1, value2, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCidNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("cid not between", value1, value2, "cid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameIsNull() {
|
|
|
+ addCriterion("operator_name is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameIsNotNull() {
|
|
|
+ addCriterion("operator_name is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameEqualTo(String value) {
|
|
|
+ addCriterion("operator_name =", value, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameNotEqualTo(String value) {
|
|
|
+ addCriterion("operator_name <>", value, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameGreaterThan(String value) {
|
|
|
+ addCriterion("operator_name >", value, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("operator_name >=", value, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameLessThan(String value) {
|
|
|
+ addCriterion("operator_name <", value, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("operator_name <=", value, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameLike(String value) {
|
|
|
+ addCriterion("operator_name like", value, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameNotLike(String value) {
|
|
|
+ addCriterion("operator_name not like", value, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameIn(List<String> values) {
|
|
|
+ addCriterion("operator_name in", values, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameNotIn(List<String> values) {
|
|
|
+ addCriterion("operator_name not in", values, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameBetween(String value1, String value2) {
|
|
|
+ addCriterion("operator_name between", value1, value2, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorNameNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("operator_name not between", value1, value2, "operatorName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypIsNull() {
|
|
|
+ addCriterion("operator_typ is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypIsNotNull() {
|
|
|
+ addCriterion("operator_typ is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypEqualTo(String value) {
|
|
|
+ addCriterion("operator_typ =", value, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypNotEqualTo(String value) {
|
|
|
+ addCriterion("operator_typ <>", value, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypGreaterThan(String value) {
|
|
|
+ addCriterion("operator_typ >", value, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("operator_typ >=", value, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypLessThan(String value) {
|
|
|
+ addCriterion("operator_typ <", value, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("operator_typ <=", value, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypLike(String value) {
|
|
|
+ addCriterion("operator_typ like", value, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypNotLike(String value) {
|
|
|
+ addCriterion("operator_typ not like", value, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypIn(List<String> values) {
|
|
|
+ addCriterion("operator_typ in", values, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypNotIn(List<String> values) {
|
|
|
+ addCriterion("operator_typ not in", values, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypBetween(String value1, String value2) {
|
|
|
+ addCriterion("operator_typ between", value1, value2, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorTypNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("operator_typ not between", value1, value2, "operatorTyp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeIsNull() {
|
|
|
+ addCriterion("operator_datetime is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeIsNotNull() {
|
|
|
+ addCriterion("operator_datetime is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeEqualTo(String value) {
|
|
|
+ addCriterion("operator_datetime =", value, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeNotEqualTo(String value) {
|
|
|
+ addCriterion("operator_datetime <>", value, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeGreaterThan(String value) {
|
|
|
+ addCriterion("operator_datetime >", value, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("operator_datetime >=", value, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeLessThan(String value) {
|
|
|
+ addCriterion("operator_datetime <", value, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("operator_datetime <=", value, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeLike(String value) {
|
|
|
+ addCriterion("operator_datetime like", value, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeNotLike(String value) {
|
|
|
+ addCriterion("operator_datetime not like", value, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeIn(List<String> values) {
|
|
|
+ addCriterion("operator_datetime in", values, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeNotIn(List<String> values) {
|
|
|
+ addCriterion("operator_datetime not in", values, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeBetween(String value1, String value2) {
|
|
|
+ addCriterion("operator_datetime between", value1, value2, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOperatorDatetimeNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("operator_datetime not between", value1, value2, "operatorDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusIsNull() {
|
|
|
+ addCriterion("before_status is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusIsNotNull() {
|
|
|
+ addCriterion("before_status is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusEqualTo(String value) {
|
|
|
+ addCriterion("before_status =", value, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusNotEqualTo(String value) {
|
|
|
+ addCriterion("before_status <>", value, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusGreaterThan(String value) {
|
|
|
+ addCriterion("before_status >", value, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_status >=", value, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusLessThan(String value) {
|
|
|
+ addCriterion("before_status <", value, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_status <=", value, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusLike(String value) {
|
|
|
+ addCriterion("before_status like", value, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusNotLike(String value) {
|
|
|
+ addCriterion("before_status not like", value, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusIn(List<String> values) {
|
|
|
+ addCriterion("before_status in", values, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusNotIn(List<String> values) {
|
|
|
+ addCriterion("before_status not in", values, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_status between", value1, value2, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeStatusNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_status not between", value1, value2, "beforeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceIsNull() {
|
|
|
+ addCriterion("before_service is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceIsNotNull() {
|
|
|
+ addCriterion("before_service is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceEqualTo(String value) {
|
|
|
+ addCriterion("before_service =", value, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceNotEqualTo(String value) {
|
|
|
+ addCriterion("before_service <>", value, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceGreaterThan(String value) {
|
|
|
+ addCriterion("before_service >", value, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_service >=", value, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceLessThan(String value) {
|
|
|
+ addCriterion("before_service <", value, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_service <=", value, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceLike(String value) {
|
|
|
+ addCriterion("before_service like", value, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceNotLike(String value) {
|
|
|
+ addCriterion("before_service not like", value, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceIn(List<String> values) {
|
|
|
+ addCriterion("before_service in", values, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceNotIn(List<String> values) {
|
|
|
+ addCriterion("before_service not in", values, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_service between", value1, value2, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeServiceNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_service not between", value1, value2, "beforeService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceIsNull() {
|
|
|
+ addCriterion("after_service is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceIsNotNull() {
|
|
|
+ addCriterion("after_service is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceEqualTo(String value) {
|
|
|
+ addCriterion("after_service =", value, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceNotEqualTo(String value) {
|
|
|
+ addCriterion("after_service <>", value, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceGreaterThan(String value) {
|
|
|
+ addCriterion("after_service >", value, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("after_service >=", value, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceLessThan(String value) {
|
|
|
+ addCriterion("after_service <", value, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("after_service <=", value, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceLike(String value) {
|
|
|
+ addCriterion("after_service like", value, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceNotLike(String value) {
|
|
|
+ addCriterion("after_service not like", value, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceIn(List<String> values) {
|
|
|
+ addCriterion("after_service in", values, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceNotIn(List<String> values) {
|
|
|
+ addCriterion("after_service not in", values, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceBetween(String value1, String value2) {
|
|
|
+ addCriterion("after_service between", value1, value2, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterServiceNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("after_service not between", value1, value2, "afterService");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameIsNull() {
|
|
|
+ addCriterion("before_admin_name is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameIsNotNull() {
|
|
|
+ addCriterion("before_admin_name is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameEqualTo(String value) {
|
|
|
+ addCriterion("before_admin_name =", value, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameNotEqualTo(String value) {
|
|
|
+ addCriterion("before_admin_name <>", value, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameGreaterThan(String value) {
|
|
|
+ addCriterion("before_admin_name >", value, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_admin_name >=", value, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameLessThan(String value) {
|
|
|
+ addCriterion("before_admin_name <", value, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_admin_name <=", value, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameLike(String value) {
|
|
|
+ addCriterion("before_admin_name like", value, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameNotLike(String value) {
|
|
|
+ addCriterion("before_admin_name not like", value, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameIn(List<String> values) {
|
|
|
+ addCriterion("before_admin_name in", values, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameNotIn(List<String> values) {
|
|
|
+ addCriterion("before_admin_name not in", values, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_admin_name between", value1, value2, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeAdminNameNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_admin_name not between", value1, value2, "beforeAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameIsNull() {
|
|
|
+ addCriterion("after_admin_name is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameIsNotNull() {
|
|
|
+ addCriterion("after_admin_name is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameEqualTo(String value) {
|
|
|
+ addCriterion("after_admin_name =", value, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameNotEqualTo(String value) {
|
|
|
+ addCriterion("after_admin_name <>", value, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameGreaterThan(String value) {
|
|
|
+ addCriterion("after_admin_name >", value, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("after_admin_name >=", value, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameLessThan(String value) {
|
|
|
+ addCriterion("after_admin_name <", value, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("after_admin_name <=", value, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameLike(String value) {
|
|
|
+ addCriterion("after_admin_name like", value, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameNotLike(String value) {
|
|
|
+ addCriterion("after_admin_name not like", value, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameIn(List<String> values) {
|
|
|
+ addCriterion("after_admin_name in", values, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameNotIn(List<String> values) {
|
|
|
+ addCriterion("after_admin_name not in", values, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameBetween(String value1, String value2) {
|
|
|
+ addCriterion("after_admin_name between", value1, value2, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterAdminNameNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("after_admin_name not between", value1, value2, "afterAdminName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator. This class corresponds to the database table customer_log
|
|
|
+ * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ */
|
|
|
+ public static class Criterion {
|
|
|
+ private String condition;
|
|
|
+ private Object value;
|
|
|
+ private Object secondValue;
|
|
|
+ private boolean noValue;
|
|
|
+ private boolean singleValue;
|
|
|
+ private boolean betweenValue;
|
|
|
+ private boolean listValue;
|
|
|
+ private String typeHandler;
|
|
|
+
|
|
|
+ public String getCondition() {
|
|
|
+ return condition;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Object getValue() {
|
|
|
+ return value;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Object getSecondValue() {
|
|
|
+ return secondValue;
|
|
|
+ }
|
|
|
+
|
|
|
+ public boolean isNoValue() {
|
|
|
+ return noValue;
|
|
|
+ }
|
|
|
+
|
|
|
+ public boolean isSingleValue() {
|
|
|
+ return singleValue;
|
|
|
+ }
|
|
|
+
|
|
|
+ public boolean isBetweenValue() {
|
|
|
+ return betweenValue;
|
|
|
+ }
|
|
|
+
|
|
|
+ public boolean isListValue() {
|
|
|
+ return listValue;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTypeHandler() {
|
|
|
+ return typeHandler;
|
|
|
+ }
|
|
|
+
|
|
|
+ protected Criterion(String condition) {
|
|
|
+ super();
|
|
|
+ this.condition = condition;
|
|
|
+ this.typeHandler = null;
|
|
|
+ this.noValue = true;
|
|
|
+ }
|
|
|
+
|
|
|
+ protected Criterion(String condition, Object value, String typeHandler) {
|
|
|
+ super();
|
|
|
+ this.condition = condition;
|
|
|
+ this.value = value;
|
|
|
+ this.typeHandler = typeHandler;
|
|
|
+ if (value instanceof List<?>) {
|
|
|
+ this.listValue = true;
|
|
|
+ } else {
|
|
|
+ this.singleValue = true;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ protected Criterion(String condition, Object value) {
|
|
|
+ this(condition, value, null);
|
|
|
+ }
|
|
|
+
|
|
|
+ protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
|
|
|
+ super();
|
|
|
+ this.condition = condition;
|
|
|
+ this.value = value;
|
|
|
+ this.secondValue = secondValue;
|
|
|
+ this.typeHandler = typeHandler;
|
|
|
+ this.betweenValue = true;
|
|
|
+ }
|
|
|
+
|
|
|
+ protected Criterion(String condition, Object value, Object secondValue) {
|
|
|
+ this(condition, value, secondValue, null);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table customer_log
|
|
|
+ *
|
|
|
+ * @mbg.generated do_not_delete_during_merge Mon Oct 09 17:18:39 CST 2017
|
|
|
+ */
|
|
|
+ public static class Criteria extends GeneratedCriteria {
|
|
|
+
|
|
|
+ protected Criteria() {
|
|
|
+ super();
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|