|
@@ -0,0 +1,1412 @@
|
|
|
+package com.book.dao.polardb.pojo.example;
|
|
|
+
|
|
|
+import com.book.dao.polardb.entity.SunStaticUserDayChannel;
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.Date;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class SunStaticUserDayChannelExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ protected Integer offset;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ protected Integer rows;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticUserDayChannelExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticUserDayChannelExample orderBy(String orderByClause) {
|
|
|
+ this.setOrderByClause(orderByClause);
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticUserDayChannelExample 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public Integer getOffset() {
|
|
|
+ return this.offset;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public Integer getRows() {
|
|
|
+ return this.rows;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticUserDayChannelExample limit(Integer rows) {
|
|
|
+ this.rows = rows;
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticUserDayChannelExample 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticUserDayChannelExample 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public static Criteria newAndCreateCriteria() {
|
|
|
+ SunStaticUserDayChannelExample example = new SunStaticUserDayChannelExample();
|
|
|
+ return example.createCriteria();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticUserDayChannelExample 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticUserDayChannelExample 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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 andNewAllUserIsNull() {
|
|
|
+ addCriterion("new_all_user is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserIsNotNull() {
|
|
|
+ addCriterion("new_all_user is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserEqualTo(Integer value) {
|
|
|
+ addCriterion("new_all_user =", value, "newAllUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_all_user = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserNotEqualTo(Integer value) {
|
|
|
+ addCriterion("new_all_user <>", value, "newAllUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserNotEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_all_user <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserGreaterThan(Integer value) {
|
|
|
+ addCriterion("new_all_user >", value, "newAllUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserGreaterThanColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_all_user > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("new_all_user >=", value, "newAllUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserGreaterThanOrEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_all_user >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserLessThan(Integer value) {
|
|
|
+ addCriterion("new_all_user <", value, "newAllUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserLessThanColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_all_user < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("new_all_user <=", value, "newAllUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserLessThanOrEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_all_user <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserIn(List<Integer> values) {
|
|
|
+ addCriterion("new_all_user in", values, "newAllUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserNotIn(List<Integer> values) {
|
|
|
+ addCriterion("new_all_user not in", values, "newAllUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("new_all_user between", value1, value2, "newAllUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewAllUserNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("new_all_user not between", value1, value2, "newAllUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserIsNull() {
|
|
|
+ addCriterion("new_recharge_user is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserIsNotNull() {
|
|
|
+ addCriterion("new_recharge_user is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserEqualTo(Integer value) {
|
|
|
+ addCriterion("new_recharge_user =", value, "newRechargeUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_user = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserNotEqualTo(Integer value) {
|
|
|
+ addCriterion("new_recharge_user <>", value, "newRechargeUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserNotEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_user <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserGreaterThan(Integer value) {
|
|
|
+ addCriterion("new_recharge_user >", value, "newRechargeUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserGreaterThanColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_user > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("new_recharge_user >=", value, "newRechargeUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserGreaterThanOrEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_user >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserLessThan(Integer value) {
|
|
|
+ addCriterion("new_recharge_user <", value, "newRechargeUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserLessThanColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_user < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("new_recharge_user <=", value, "newRechargeUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserLessThanOrEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_user <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserIn(List<Integer> values) {
|
|
|
+ addCriterion("new_recharge_user in", values, "newRechargeUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserNotIn(List<Integer> values) {
|
|
|
+ addCriterion("new_recharge_user not in", values, "newRechargeUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("new_recharge_user between", value1, value2, "newRechargeUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeUserNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("new_recharge_user not between", value1, value2, "newRechargeUser");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumIsNull() {
|
|
|
+ addCriterion("new_recharge_sum is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumIsNotNull() {
|
|
|
+ addCriterion("new_recharge_sum is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumEqualTo(String value) {
|
|
|
+ addCriterion("new_recharge_sum =", value, "newRechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_sum = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumNotEqualTo(String value) {
|
|
|
+ addCriterion("new_recharge_sum <>", value, "newRechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumNotEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_sum <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumGreaterThan(String value) {
|
|
|
+ addCriterion("new_recharge_sum >", value, "newRechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumGreaterThanColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_sum > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("new_recharge_sum >=", value, "newRechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumGreaterThanOrEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_sum >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumLessThan(String value) {
|
|
|
+ addCriterion("new_recharge_sum <", value, "newRechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumLessThanColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_sum < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("new_recharge_sum <=", value, "newRechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumLessThanOrEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_sum <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumLike(String value) {
|
|
|
+ addCriterion("new_recharge_sum like", value, "newRechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumNotLike(String value) {
|
|
|
+ addCriterion("new_recharge_sum not like", value, "newRechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumIn(List<String> values) {
|
|
|
+ addCriterion("new_recharge_sum in", values, "newRechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumNotIn(List<String> values) {
|
|
|
+ addCriterion("new_recharge_sum not in", values, "newRechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumBetween(String value1, String value2) {
|
|
|
+ addCriterion("new_recharge_sum between", value1, value2, "newRechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeSumNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("new_recharge_sum not between", value1, value2, "newRechargeSum");
|
|
|
+ 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(Integer value) {
|
|
|
+ addCriterion("new_recharge_count =", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountNotEqualTo(Integer value) {
|
|
|
+ addCriterion("new_recharge_count <>", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountNotEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountGreaterThan(Integer value) {
|
|
|
+ addCriterion("new_recharge_count >", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountGreaterThanColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("new_recharge_count >=", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountGreaterThanOrEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountLessThan(Integer value) {
|
|
|
+ addCriterion("new_recharge_count <", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountLessThanColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("new_recharge_count <=", value, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountLessThanOrEqualToColumn(SunStaticUserDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("new_recharge_count <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountIn(List<Integer> values) {
|
|
|
+ addCriterion("new_recharge_count in", values, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountNotIn(List<Integer> values) {
|
|
|
+ addCriterion("new_recharge_count not in", values, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("new_recharge_count between", value1, value2, "newRechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewRechargeCountNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("new_recharge_count not between", value1, value2, "newRechargeCount");
|
|
|
+ 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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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(SunStaticUserDayChannel.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;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated do_not_delete_during_merge Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public static class Criteria extends GeneratedCriteria {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ private SunStaticUserDayChannelExample example;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ protected Criteria(SunStaticUserDayChannelExample example) {
|
|
|
+ super();
|
|
|
+ this.example = example;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticUserDayChannelExample example() {
|
|
|
+ return this.example;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ Criteria add(Criteria add);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table sun_static_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 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_user_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Mon Oct 11 21:41:33 CST 2021
|
|
|
+ */
|
|
|
+ void example(com.book.dao.polardb.pojo.example.SunStaticUserDayChannelExample example);
|
|
|
+ }
|
|
|
+}
|