|
|
@@ -0,0 +1,823 @@
|
|
|
+package com.goafanti.common.model;
|
|
|
+
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.Date;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class MarketingManagementExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 CST 2017
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 CST 2017
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 CST 2017
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 CST 2017
|
|
|
+ */
|
|
|
+ public MarketingManagementExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 CST 2017
|
|
|
+ */
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 CST 2017
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 CST 2017
|
|
|
+ */
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
+ this.distinct = distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 CST 2017
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 CST 2017
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 CST 2017
|
|
|
+ */
|
|
|
+ public void or(Criteria criteria) {
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 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 marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 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 marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 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 marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 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 marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 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 andProductIdIsNull() {
|
|
|
+ addCriterion("product_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdIsNotNull() {
|
|
|
+ addCriterion("product_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdEqualTo(String value) {
|
|
|
+ addCriterion("product_id =", value, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdNotEqualTo(String value) {
|
|
|
+ addCriterion("product_id <>", value, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdGreaterThan(String value) {
|
|
|
+ addCriterion("product_id >", value, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("product_id >=", value, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdLessThan(String value) {
|
|
|
+ addCriterion("product_id <", value, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("product_id <=", value, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdLike(String value) {
|
|
|
+ addCriterion("product_id like", value, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdNotLike(String value) {
|
|
|
+ addCriterion("product_id not like", value, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdIn(List<String> values) {
|
|
|
+ addCriterion("product_id in", values, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdNotIn(List<String> values) {
|
|
|
+ addCriterion("product_id not in", values, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("product_id between", value1, value2, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andProductIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("product_id not between", value1, value2, "productId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageIsNull() {
|
|
|
+ addCriterion("show_page is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageIsNotNull() {
|
|
|
+ addCriterion("show_page is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageEqualTo(String value) {
|
|
|
+ addCriterion("show_page =", value, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageNotEqualTo(String value) {
|
|
|
+ addCriterion("show_page <>", value, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageGreaterThan(String value) {
|
|
|
+ addCriterion("show_page >", value, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("show_page >=", value, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageLessThan(String value) {
|
|
|
+ addCriterion("show_page <", value, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("show_page <=", value, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageLike(String value) {
|
|
|
+ addCriterion("show_page like", value, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageNotLike(String value) {
|
|
|
+ addCriterion("show_page not like", value, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageIn(List<String> values) {
|
|
|
+ addCriterion("show_page in", values, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageNotIn(List<String> values) {
|
|
|
+ addCriterion("show_page not in", values, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageBetween(String value1, String value2) {
|
|
|
+ addCriterion("show_page between", value1, value2, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShowPageNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("show_page not between", value1, value2, "showPage");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgIsNull() {
|
|
|
+ addCriterion("cover_img is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgIsNotNull() {
|
|
|
+ addCriterion("cover_img is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgEqualTo(String value) {
|
|
|
+ addCriterion("cover_img =", value, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgNotEqualTo(String value) {
|
|
|
+ addCriterion("cover_img <>", value, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgGreaterThan(String value) {
|
|
|
+ addCriterion("cover_img >", value, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("cover_img >=", value, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgLessThan(String value) {
|
|
|
+ addCriterion("cover_img <", value, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("cover_img <=", value, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgLike(String value) {
|
|
|
+ addCriterion("cover_img like", value, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgNotLike(String value) {
|
|
|
+ addCriterion("cover_img not like", value, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgIn(List<String> values) {
|
|
|
+ addCriterion("cover_img in", values, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgNotIn(List<String> values) {
|
|
|
+ addCriterion("cover_img not in", values, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgBetween(String value1, String value2) {
|
|
|
+ addCriterion("cover_img between", value1, value2, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("cover_img not between", value1, value2, "coverImg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateIsNull() {
|
|
|
+ addCriterion("start_date is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateIsNotNull() {
|
|
|
+ addCriterion("start_date is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateEqualTo(Date value) {
|
|
|
+ addCriterion("start_date =", value, "startDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateNotEqualTo(Date value) {
|
|
|
+ addCriterion("start_date <>", value, "startDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateGreaterThan(Date value) {
|
|
|
+ addCriterion("start_date >", value, "startDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateGreaterThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("start_date >=", value, "startDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateLessThan(Date value) {
|
|
|
+ addCriterion("start_date <", value, "startDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateLessThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("start_date <=", value, "startDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateIn(List<Date> values) {
|
|
|
+ addCriterion("start_date in", values, "startDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateNotIn(List<Date> values) {
|
|
|
+ addCriterion("start_date not in", values, "startDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("start_date between", value1, value2, "startDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStartDateNotBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("start_date not between", value1, value2, "startDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateIsNull() {
|
|
|
+ addCriterion("end_date is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateIsNotNull() {
|
|
|
+ addCriterion("end_date is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateEqualTo(Date value) {
|
|
|
+ addCriterion("end_date =", value, "endDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateNotEqualTo(Date value) {
|
|
|
+ addCriterion("end_date <>", value, "endDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateGreaterThan(Date value) {
|
|
|
+ addCriterion("end_date >", value, "endDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateGreaterThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("end_date >=", value, "endDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateLessThan(Date value) {
|
|
|
+ addCriterion("end_date <", value, "endDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateLessThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("end_date <=", value, "endDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateIn(List<Date> values) {
|
|
|
+ addCriterion("end_date in", values, "endDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateNotIn(List<Date> values) {
|
|
|
+ addCriterion("end_date not in", values, "endDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("end_date between", value1, value2, "endDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEndDateNotBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("end_date not between", value1, value2, "endDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryIsNull() {
|
|
|
+ addCriterion("category is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryIsNotNull() {
|
|
|
+ addCriterion("category is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryEqualTo(Integer value) {
|
|
|
+ addCriterion("category =", value, "category");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryNotEqualTo(Integer value) {
|
|
|
+ addCriterion("category <>", value, "category");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryGreaterThan(Integer value) {
|
|
|
+ addCriterion("category >", value, "category");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("category >=", value, "category");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryLessThan(Integer value) {
|
|
|
+ addCriterion("category <", value, "category");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("category <=", value, "category");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryIn(List<Integer> values) {
|
|
|
+ addCriterion("category in", values, "category");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryNotIn(List<Integer> values) {
|
|
|
+ addCriterion("category not in", values, "category");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("category between", value1, value2, "category");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCategoryNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("category not between", value1, value2, "category");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEffectiveIsNull() {
|
|
|
+ addCriterion("effective is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEffectiveIsNotNull() {
|
|
|
+ addCriterion("effective is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEffectiveEqualTo(Integer value) {
|
|
|
+ addCriterion("effective =", value, "effective");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEffectiveNotEqualTo(Integer value) {
|
|
|
+ addCriterion("effective <>", value, "effective");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEffectiveGreaterThan(Integer value) {
|
|
|
+ addCriterion("effective >", value, "effective");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEffectiveGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("effective >=", value, "effective");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEffectiveLessThan(Integer value) {
|
|
|
+ addCriterion("effective <", value, "effective");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEffectiveLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("effective <=", value, "effective");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEffectiveIn(List<Integer> values) {
|
|
|
+ addCriterion("effective in", values, "effective");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEffectiveNotIn(List<Integer> values) {
|
|
|
+ addCriterion("effective not in", values, "effective");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEffectiveBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("effective between", value1, value2, "effective");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ 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 marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated do_not_delete_during_merge Tue Sep 26 14:34:04 CST 2017
|
|
|
+ */
|
|
|
+ public static class Criteria extends GeneratedCriteria {
|
|
|
+
|
|
|
+ protected Criteria() {
|
|
|
+ super();
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table marketing_management
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Sep 26 14:34:04 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);
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|