|
@@ -0,0 +1,1912 @@
|
|
|
+package com.book.dao.polardb.pojo.example;
|
|
|
+
|
|
|
+import com.book.dao.polardb.entity.SunStaticIncomeChannel;
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.Date;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class SunStaticIncomeChannelExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ protected Integer offset;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ protected Integer rows;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticIncomeChannelExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
+ this.distinct = distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public void or(Criteria criteria) {
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ 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 sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticIncomeChannelExample orderBy(String orderByClause) {
|
|
|
+ this.setOrderByClause(orderByClause);
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticIncomeChannelExample orderBy(String ... orderByClauses) {
|
|
|
+ StringBuffer sb = new StringBuffer();
|
|
|
+ for (int i = 0; i < orderByClauses.length; i++) {
|
|
|
+ sb.append(orderByClauses[i]);
|
|
|
+ if (i < orderByClauses.length - 1) {
|
|
|
+ sb.append(" , ");
|
|
|
+ }
|
|
|
+ }
|
|
|
+ this.setOrderByClause(sb.toString());
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ 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 sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ protected Criteria createCriteriaInternal() {
|
|
|
+ Criteria criteria = new Criteria(this);
|
|
|
+ return criteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public void clear() {
|
|
|
+ oredCriteria.clear();
|
|
|
+ orderByClause = null;
|
|
|
+ distinct = false;
|
|
|
+ rows = null;
|
|
|
+ offset = null;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public void setOffset(Integer offset) {
|
|
|
+ this.offset = offset;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public Integer getOffset() {
|
|
|
+ return this.offset;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public void setRows(Integer rows) {
|
|
|
+ this.rows = rows;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public Integer getRows() {
|
|
|
+ return this.rows;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticIncomeChannelExample limit(Integer rows) {
|
|
|
+ this.rows = rows;
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticIncomeChannelExample limit(Integer offset, Integer rows) {
|
|
|
+ this.offset = offset;
|
|
|
+ this.rows = rows;
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticIncomeChannelExample page(Integer page, Integer pageSize) {
|
|
|
+ this.offset = page * pageSize;
|
|
|
+ this.rows = pageSize;
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public static Criteria newAndCreateCriteria() {
|
|
|
+ SunStaticIncomeChannelExample example = new SunStaticIncomeChannelExample();
|
|
|
+ return example.createCriteria();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticIncomeChannelExample when(boolean condition, IExampleWhen then) {
|
|
|
+ if (condition) {
|
|
|
+ then.example(this);
|
|
|
+ }
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticIncomeChannelExample when(boolean condition, IExampleWhen then, IExampleWhen otherwise) {
|
|
|
+ if (condition) {
|
|
|
+ then.example(this);
|
|
|
+ } else {
|
|
|
+ otherwise.example(this);
|
|
|
+ }
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ 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(Integer value) {
|
|
|
+ addCriterion("id =", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("id = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotEqualTo(Integer value) {
|
|
|
+ addCriterion("id <>", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("id <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThan(Integer value) {
|
|
|
+ addCriterion("id >", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("id > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("id >=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("id >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThan(Integer value) {
|
|
|
+ addCriterion("id <", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("id < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("id <=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("id <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdIn(List<Integer> values) {
|
|
|
+ addCriterion("id in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotIn(List<Integer> values) {
|
|
|
+ addCriterion("id not in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("id between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("id not between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateIsNull() {
|
|
|
+ addCriterion("static_date is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateIsNotNull() {
|
|
|
+ addCriterion("static_date is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateEqualTo(String value) {
|
|
|
+ addCriterion("static_date =", value, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("static_date = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateNotEqualTo(String value) {
|
|
|
+ addCriterion("static_date <>", value, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("static_date <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateGreaterThan(String value) {
|
|
|
+ addCriterion("static_date >", value, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("static_date > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("static_date >=", value, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("static_date >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateLessThan(String value) {
|
|
|
+ addCriterion("static_date <", value, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("static_date < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("static_date <=", value, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("static_date <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateLike(String value) {
|
|
|
+ addCriterion("static_date like", value, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateNotLike(String value) {
|
|
|
+ addCriterion("static_date not like", value, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateIn(List<String> values) {
|
|
|
+ addCriterion("static_date in", values, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateNotIn(List<String> values) {
|
|
|
+ addCriterion("static_date not in", values, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateBetween(String value1, String value2) {
|
|
|
+ addCriterion("static_date between", value1, value2, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStaticDateNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("static_date not between", value1, value2, "staticDate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdIsNull() {
|
|
|
+ addCriterion("channel_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdIsNotNull() {
|
|
|
+ addCriterion("channel_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdEqualTo(String value) {
|
|
|
+ addCriterion("channel_id =", value, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_id = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdNotEqualTo(String value) {
|
|
|
+ addCriterion("channel_id <>", value, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_id <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdGreaterThan(String value) {
|
|
|
+ addCriterion("channel_id >", value, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_id > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("channel_id >=", value, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_id >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdLessThan(String value) {
|
|
|
+ addCriterion("channel_id <", value, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_id < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("channel_id <=", value, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_id <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdLike(String value) {
|
|
|
+ addCriterion("channel_id like", value, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdNotLike(String value) {
|
|
|
+ addCriterion("channel_id not like", value, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdIn(List<String> values) {
|
|
|
+ addCriterion("channel_id in", values, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdNotIn(List<String> values) {
|
|
|
+ addCriterion("channel_id not in", values, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("channel_id between", value1, value2, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("channel_id not between", value1, value2, "channelId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameIsNull() {
|
|
|
+ addCriterion("channel_name is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameIsNotNull() {
|
|
|
+ addCriterion("channel_name is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameEqualTo(String value) {
|
|
|
+ addCriterion("channel_name =", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_name = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameNotEqualTo(String value) {
|
|
|
+ addCriterion("channel_name <>", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_name <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameGreaterThan(String value) {
|
|
|
+ addCriterion("channel_name >", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_name > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("channel_name >=", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_name >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameLessThan(String value) {
|
|
|
+ addCriterion("channel_name <", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_name < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("channel_name <=", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("channel_name <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameLike(String value) {
|
|
|
+ addCriterion("channel_name like", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameNotLike(String value) {
|
|
|
+ addCriterion("channel_name not like", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameIn(List<String> values) {
|
|
|
+ addCriterion("channel_name in", values, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameNotIn(List<String> values) {
|
|
|
+ addCriterion("channel_name not in", values, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameBetween(String value1, String value2) {
|
|
|
+ addCriterion("channel_name between", value1, value2, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("channel_name not between", value1, value2, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameIsNull() {
|
|
|
+ addCriterion("book_name is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameIsNotNull() {
|
|
|
+ addCriterion("book_name is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameEqualTo(String value) {
|
|
|
+ addCriterion("book_name =", value, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("book_name = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameNotEqualTo(String value) {
|
|
|
+ addCriterion("book_name <>", value, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("book_name <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameGreaterThan(String value) {
|
|
|
+ addCriterion("book_name >", value, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("book_name > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("book_name >=", value, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("book_name >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameLessThan(String value) {
|
|
|
+ addCriterion("book_name <", value, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("book_name < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("book_name <=", value, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("book_name <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameLike(String value) {
|
|
|
+ addCriterion("book_name like", value, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameNotLike(String value) {
|
|
|
+ addCriterion("book_name not like", value, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameIn(List<String> values) {
|
|
|
+ addCriterion("book_name in", values, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameNotIn(List<String> values) {
|
|
|
+ addCriterion("book_name not in", values, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameBetween(String value1, String value2) {
|
|
|
+ addCriterion("book_name between", value1, value2, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBookNameNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("book_name not between", value1, value2, "bookName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountIsNull() {
|
|
|
+ addCriterion("new_user_count is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountIsNotNull() {
|
|
|
+ addCriterion("new_user_count is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountEqualTo(Integer value) {
|
|
|
+ addCriterion("new_user_count =", value, "newUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_user_count = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountNotEqualTo(Integer value) {
|
|
|
+ addCriterion("new_user_count <>", value, "newUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_user_count <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountGreaterThan(Integer value) {
|
|
|
+ addCriterion("new_user_count >", value, "newUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_user_count > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("new_user_count >=", value, "newUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_user_count >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountLessThan(Integer value) {
|
|
|
+ addCriterion("new_user_count <", value, "newUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_user_count < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("new_user_count <=", value, "newUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_user_count <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountIn(List<Integer> values) {
|
|
|
+ addCriterion("new_user_count in", values, "newUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountNotIn(List<Integer> values) {
|
|
|
+ addCriterion("new_user_count not in", values, "newUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("new_user_count between", value1, value2, "newUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewUserCountNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("new_user_count not between", value1, value2, "newUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountIsNull() {
|
|
|
+ addCriterion("new_follow_count is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountIsNotNull() {
|
|
|
+ addCriterion("new_follow_count is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountEqualTo(Integer value) {
|
|
|
+ addCriterion("new_follow_count =", value, "newFollowCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_follow_count = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountNotEqualTo(Integer value) {
|
|
|
+ addCriterion("new_follow_count <>", value, "newFollowCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_follow_count <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountGreaterThan(Integer value) {
|
|
|
+ addCriterion("new_follow_count >", value, "newFollowCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_follow_count > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("new_follow_count >=", value, "newFollowCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_follow_count >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountLessThan(Integer value) {
|
|
|
+ addCriterion("new_follow_count <", value, "newFollowCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_follow_count < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("new_follow_count <=", value, "newFollowCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_follow_count <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountIn(List<Integer> values) {
|
|
|
+ addCriterion("new_follow_count in", values, "newFollowCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountNotIn(List<Integer> values) {
|
|
|
+ addCriterion("new_follow_count not in", values, "newFollowCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("new_follow_count between", value1, value2, "newFollowCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewFollowCountNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("new_follow_count not between", value1, value2, "newFollowCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountIsNull() {
|
|
|
+ addCriterion("new_recharge_count is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountIsNotNull() {
|
|
|
+ addCriterion("new_recharge_count is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountEqualTo(String value) {
|
|
|
+ addCriterion("new_recharge_count =", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountNotEqualTo(String value) {
|
|
|
+ addCriterion("new_recharge_count <>", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountGreaterThan(String value) {
|
|
|
+ addCriterion("new_recharge_count >", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("new_recharge_count >=", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountLessThan(String value) {
|
|
|
+ addCriterion("new_recharge_count <", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("new_recharge_count <=", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountLike(String value) {
|
|
|
+ addCriterion("new_recharge_count like", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountNotLike(String value) {
|
|
|
+ addCriterion("new_recharge_count not like", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountIn(List<String> values) {
|
|
|
+ addCriterion("new_recharge_count in", values, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountNotIn(List<String> values) {
|
|
|
+ addCriterion("new_recharge_count not in", values, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountBetween(String value1, String value2) {
|
|
|
+ addCriterion("new_recharge_count between", value1, value2, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("new_recharge_count not between", value1, value2, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendIsNull() {
|
|
|
+ addCriterion("all_spend is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendIsNotNull() {
|
|
|
+ addCriterion("all_spend is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendEqualTo(String value) {
|
|
|
+ addCriterion("all_spend =", value, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_spend = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendNotEqualTo(String value) {
|
|
|
+ addCriterion("all_spend <>", value, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_spend <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendGreaterThan(String value) {
|
|
|
+ addCriterion("all_spend >", value, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_spend > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("all_spend >=", value, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_spend >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendLessThan(String value) {
|
|
|
+ addCriterion("all_spend <", value, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_spend < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("all_spend <=", value, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_spend <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendLike(String value) {
|
|
|
+ addCriterion("all_spend like", value, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendNotLike(String value) {
|
|
|
+ addCriterion("all_spend not like", value, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendIn(List<String> values) {
|
|
|
+ addCriterion("all_spend in", values, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendNotIn(List<String> values) {
|
|
|
+ addCriterion("all_spend not in", values, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendBetween(String value1, String value2) {
|
|
|
+ addCriterion("all_spend between", value1, value2, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllSpendNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("all_spend not between", value1, value2, "allSpend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiIsNull() {
|
|
|
+ addCriterion("first_roi is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiIsNotNull() {
|
|
|
+ addCriterion("first_roi is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiEqualTo(String value) {
|
|
|
+ addCriterion("first_roi =", value, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("first_roi = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiNotEqualTo(String value) {
|
|
|
+ addCriterion("first_roi <>", value, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("first_roi <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiGreaterThan(String value) {
|
|
|
+ addCriterion("first_roi >", value, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("first_roi > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("first_roi >=", value, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("first_roi >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiLessThan(String value) {
|
|
|
+ addCriterion("first_roi <", value, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("first_roi < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("first_roi <=", value, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("first_roi <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiLike(String value) {
|
|
|
+ addCriterion("first_roi like", value, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiNotLike(String value) {
|
|
|
+ addCriterion("first_roi not like", value, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiIn(List<String> values) {
|
|
|
+ addCriterion("first_roi in", values, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiNotIn(List<String> values) {
|
|
|
+ addCriterion("first_roi not in", values, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiBetween(String value1, String value2) {
|
|
|
+ addCriterion("first_roi between", value1, value2, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFirstRoiNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("first_roi not between", value1, value2, "firstRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeIsNull() {
|
|
|
+ addCriterion("all_recharge is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeIsNotNull() {
|
|
|
+ addCriterion("all_recharge is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeEqualTo(String value) {
|
|
|
+ addCriterion("all_recharge =", value, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_recharge = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeNotEqualTo(String value) {
|
|
|
+ addCriterion("all_recharge <>", value, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_recharge <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeGreaterThan(String value) {
|
|
|
+ addCriterion("all_recharge >", value, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_recharge > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("all_recharge >=", value, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_recharge >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeLessThan(String value) {
|
|
|
+ addCriterion("all_recharge <", value, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_recharge < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("all_recharge <=", value, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_recharge <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeLike(String value) {
|
|
|
+ addCriterion("all_recharge like", value, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeNotLike(String value) {
|
|
|
+ addCriterion("all_recharge not like", value, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeIn(List<String> values) {
|
|
|
+ addCriterion("all_recharge in", values, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeNotIn(List<String> values) {
|
|
|
+ addCriterion("all_recharge not in", values, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeBetween(String value1, String value2) {
|
|
|
+ addCriterion("all_recharge between", value1, value2, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRechargeNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("all_recharge not between", value1, value2, "allRecharge");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiIsNull() {
|
|
|
+ addCriterion("all_roi is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiIsNotNull() {
|
|
|
+ addCriterion("all_roi is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiEqualTo(String value) {
|
|
|
+ addCriterion("all_roi =", value, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_roi = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiNotEqualTo(String value) {
|
|
|
+ addCriterion("all_roi <>", value, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_roi <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiGreaterThan(String value) {
|
|
|
+ addCriterion("all_roi >", value, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_roi > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("all_roi >=", value, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_roi >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiLessThan(String value) {
|
|
|
+ addCriterion("all_roi <", value, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_roi < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("all_roi <=", value, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("all_roi <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiLike(String value) {
|
|
|
+ addCriterion("all_roi like", value, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiNotLike(String value) {
|
|
|
+ addCriterion("all_roi not like", value, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiIn(List<String> values) {
|
|
|
+ addCriterion("all_roi in", values, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiNotIn(List<String> values) {
|
|
|
+ addCriterion("all_roi not in", values, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiBetween(String value1, String value2) {
|
|
|
+ addCriterion("all_roi between", value1, value2, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAllRoiNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("all_roi not between", value1, value2, "allRoi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeIsNull() {
|
|
|
+ addCriterion("insert_time is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeIsNotNull() {
|
|
|
+ addCriterion("insert_time is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeEqualTo(Date value) {
|
|
|
+ addCriterion("insert_time =", value, "insertTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("insert_time = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeNotEqualTo(Date value) {
|
|
|
+ addCriterion("insert_time <>", value, "insertTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("insert_time <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeGreaterThan(Date value) {
|
|
|
+ addCriterion("insert_time >", value, "insertTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("insert_time > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeGreaterThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("insert_time >=", value, "insertTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("insert_time >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeLessThan(Date value) {
|
|
|
+ addCriterion("insert_time <", value, "insertTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("insert_time < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeLessThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("insert_time <=", value, "insertTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("insert_time <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeIn(List<Date> values) {
|
|
|
+ addCriterion("insert_time in", values, "insertTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeNotIn(List<Date> values) {
|
|
|
+ addCriterion("insert_time not in", values, "insertTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("insert_time between", value1, value2, "insertTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andInsertTimeNotBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("insert_time not between", value1, value2, "insertTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeIsNull() {
|
|
|
+ addCriterion("update_time is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeIsNotNull() {
|
|
|
+ addCriterion("update_time is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeEqualTo(Date value) {
|
|
|
+ addCriterion("update_time =", value, "updateTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("update_time = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeNotEqualTo(Date value) {
|
|
|
+ addCriterion("update_time <>", value, "updateTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeNotEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("update_time <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeGreaterThan(Date value) {
|
|
|
+ addCriterion("update_time >", value, "updateTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeGreaterThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("update_time > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeGreaterThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("update_time >=", value, "updateTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeGreaterThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("update_time >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeLessThan(Date value) {
|
|
|
+ addCriterion("update_time <", value, "updateTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeLessThanColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("update_time < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeLessThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("update_time <=", value, "updateTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeLessThanOrEqualToColumn(SunStaticIncomeChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("update_time <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeIn(List<Date> values) {
|
|
|
+ addCriterion("update_time in", values, "updateTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeNotIn(List<Date> values) {
|
|
|
+ addCriterion("update_time not in", values, "updateTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("update_time between", value1, value2, "updateTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUpdateTimeNotBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("update_time not between", value1, value2, "updateTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated do_not_delete_during_merge Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public static class Criteria extends GeneratedCriteria {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ private SunStaticIncomeChannelExample example;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ protected Criteria(SunStaticIncomeChannelExample example) {
|
|
|
+ super();
|
|
|
+ this.example = example;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticIncomeChannelExample example() {
|
|
|
+ return this.example;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ @Deprecated
|
|
|
+ public Criteria andIf(boolean ifAdd, ICriteriaAdd add) {
|
|
|
+ if (ifAdd) {
|
|
|
+ add.add(this);
|
|
|
+ }
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public Criteria when(boolean condition, ICriteriaWhen then) {
|
|
|
+ if (condition) {
|
|
|
+ then.criteria(this);
|
|
|
+ }
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ public Criteria when(boolean condition, ICriteriaWhen then, ICriteriaWhen otherwise) {
|
|
|
+ if (condition) {
|
|
|
+ then.criteria(this);
|
|
|
+ } else {
|
|
|
+ otherwise.criteria(this);
|
|
|
+ }
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ @Deprecated
|
|
|
+ public interface ICriteriaAdd {
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ Criteria add(Criteria add);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ 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);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public interface ICriteriaWhen {
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ void criteria(Criteria criteria);
|
|
|
+ }
|
|
|
+
|
|
|
+ public interface IExampleWhen {
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_income_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 15 21:30:01 CST 2021
|
|
|
+ */
|
|
|
+ void example(com.book.dao.polardb.pojo.example.SunStaticIncomeChannelExample example);
|
|
|
+ }
|
|
|
+}
|