|
@@ -0,0 +1,1502 @@
|
|
|
+package com.book.dao.polardb.pojo.example;
|
|
|
+
|
|
|
+import com.book.dao.polardb.entity.SunStaticOrderDayChannel;
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.Date;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class SunStaticOrderDayChannelExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ protected Integer offset;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ protected Integer rows;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticOrderDayChannelExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticOrderDayChannelExample orderBy(String orderByClause) {
|
|
|
+ this.setOrderByClause(orderByClause);
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticOrderDayChannelExample 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public Integer getOffset() {
|
|
|
+ return this.offset;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public Integer getRows() {
|
|
|
+ return this.rows;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticOrderDayChannelExample limit(Integer rows) {
|
|
|
+ this.rows = rows;
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticOrderDayChannelExample 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticOrderDayChannelExample 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public static Criteria newAndCreateCriteria() {
|
|
|
+ SunStaticOrderDayChannelExample example = new SunStaticOrderDayChannelExample();
|
|
|
+ return example.createCriteria();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticOrderDayChannelExample 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticOrderDayChannelExample 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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 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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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 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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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(SunStaticOrderDayChannel.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 andActiveCountIsNull() {
|
|
|
+ addCriterion("active_count is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountIsNotNull() {
|
|
|
+ addCriterion("active_count is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountEqualTo(Integer value) {
|
|
|
+ addCriterion("active_count =", value, "activeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("active_count = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountNotEqualTo(Integer value) {
|
|
|
+ addCriterion("active_count <>", value, "activeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountNotEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("active_count <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountGreaterThan(Integer value) {
|
|
|
+ addCriterion("active_count >", value, "activeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountGreaterThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("active_count > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("active_count >=", value, "activeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountGreaterThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("active_count >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountLessThan(Integer value) {
|
|
|
+ addCriterion("active_count <", value, "activeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountLessThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("active_count < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("active_count <=", value, "activeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountLessThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("active_count <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountIn(List<Integer> values) {
|
|
|
+ addCriterion("active_count in", values, "activeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountNotIn(List<Integer> values) {
|
|
|
+ addCriterion("active_count not in", values, "activeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("active_count between", value1, value2, "activeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andActiveCountNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("active_count not between", value1, value2, "activeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountIsNull() {
|
|
|
+ addCriterion("recharge_user_count is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountIsNotNull() {
|
|
|
+ addCriterion("recharge_user_count is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_user_count =", value, "rechargeUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_user_count = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountNotEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_user_count <>", value, "rechargeUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountNotEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_user_count <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountGreaterThan(Integer value) {
|
|
|
+ addCriterion("recharge_user_count >", value, "rechargeUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountGreaterThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_user_count > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_user_count >=", value, "rechargeUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountGreaterThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_user_count >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountLessThan(Integer value) {
|
|
|
+ addCriterion("recharge_user_count <", value, "rechargeUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountLessThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_user_count < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_user_count <=", value, "rechargeUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountLessThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_user_count <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountIn(List<Integer> values) {
|
|
|
+ addCriterion("recharge_user_count in", values, "rechargeUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountNotIn(List<Integer> values) {
|
|
|
+ addCriterion("recharge_user_count not in", values, "rechargeUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("recharge_user_count between", value1, value2, "rechargeUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeUserCountNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("recharge_user_count not between", value1, value2, "rechargeUserCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumIsNull() {
|
|
|
+ addCriterion("recharge_sum is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumIsNotNull() {
|
|
|
+ addCriterion("recharge_sum is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_sum =", value, "rechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_sum = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumNotEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_sum <>", value, "rechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumNotEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_sum <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumGreaterThan(Integer value) {
|
|
|
+ addCriterion("recharge_sum >", value, "rechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumGreaterThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_sum > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_sum >=", value, "rechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumGreaterThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_sum >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumLessThan(Integer value) {
|
|
|
+ addCriterion("recharge_sum <", value, "rechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumLessThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_sum < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_sum <=", value, "rechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumLessThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_sum <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumIn(List<Integer> values) {
|
|
|
+ addCriterion("recharge_sum in", values, "rechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumNotIn(List<Integer> values) {
|
|
|
+ addCriterion("recharge_sum not in", values, "rechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("recharge_sum between", value1, value2, "rechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeSumNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("recharge_sum not between", value1, value2, "rechargeSum");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountIsNull() {
|
|
|
+ addCriterion("recharge_count is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountIsNotNull() {
|
|
|
+ addCriterion("recharge_count is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_count =", value, "rechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_count = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountNotEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_count <>", value, "rechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountNotEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_count <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountGreaterThan(Integer value) {
|
|
|
+ addCriterion("recharge_count >", value, "rechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountGreaterThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_count > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_count >=", value, "rechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountGreaterThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_count >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountLessThan(Integer value) {
|
|
|
+ addCriterion("recharge_count <", value, "rechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountLessThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_count < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("recharge_count <=", value, "rechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountLessThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_count <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountIn(List<Integer> values) {
|
|
|
+ addCriterion("recharge_count in", values, "rechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountNotIn(List<Integer> values) {
|
|
|
+ addCriterion("recharge_count not in", values, "rechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("recharge_count between", value1, value2, "rechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeCountNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("recharge_count not between", value1, value2, "rechargeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgIsNull() {
|
|
|
+ addCriterion("recharge_avg is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgIsNotNull() {
|
|
|
+ addCriterion("recharge_avg is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgEqualTo(String value) {
|
|
|
+ addCriterion("recharge_avg =", value, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_avg = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgNotEqualTo(String value) {
|
|
|
+ addCriterion("recharge_avg <>", value, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgNotEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_avg <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgGreaterThan(String value) {
|
|
|
+ addCriterion("recharge_avg >", value, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgGreaterThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_avg > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("recharge_avg >=", value, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgGreaterThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_avg >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgLessThan(String value) {
|
|
|
+ addCriterion("recharge_avg <", value, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgLessThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_avg < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("recharge_avg <=", value, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgLessThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("recharge_avg <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgLike(String value) {
|
|
|
+ addCriterion("recharge_avg like", value, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgNotLike(String value) {
|
|
|
+ addCriterion("recharge_avg not like", value, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgIn(List<String> values) {
|
|
|
+ addCriterion("recharge_avg in", values, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgNotIn(List<String> values) {
|
|
|
+ addCriterion("recharge_avg not in", values, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgBetween(String value1, String value2) {
|
|
|
+ addCriterion("recharge_avg between", value1, value2, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRechargeAvgNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("recharge_avg not between", value1, value2, "rechargeAvg");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeIsNull() {
|
|
|
+ addCriterion("create_time is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeIsNotNull() {
|
|
|
+ addCriterion("create_time is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeEqualTo(Date value) {
|
|
|
+ addCriterion("create_time =", value, "createTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("create_time = ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeNotEqualTo(Date value) {
|
|
|
+ addCriterion("create_time <>", value, "createTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeNotEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("create_time <> ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeGreaterThan(Date value) {
|
|
|
+ addCriterion("create_time >", value, "createTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeGreaterThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("create_time > ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("create_time >=", value, "createTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeGreaterThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("create_time >= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeLessThan(Date value) {
|
|
|
+ addCriterion("create_time <", value, "createTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeLessThanColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("create_time < ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("create_time <=", value, "createTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeLessThanOrEqualToColumn(SunStaticOrderDayChannel.Column column) {
|
|
|
+ addCriterion(new StringBuilder("create_time <= ").append(column.getEscapedColumnName()).toString());
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeIn(List<Date> values) {
|
|
|
+ addCriterion("create_time in", values, "createTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeNotIn(List<Date> values) {
|
|
|
+ addCriterion("create_time not in", values, "createTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("create_time between", value1, value2, "createTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("create_time not between", value1, value2, "createTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated do_not_delete_during_merge Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public static class Criteria extends GeneratedCriteria {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ private SunStaticOrderDayChannelExample example;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ protected Criteria(SunStaticOrderDayChannelExample example) {
|
|
|
+ super();
|
|
|
+ this.example = example;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ public SunStaticOrderDayChannelExample example() {
|
|
|
+ return this.example;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ Criteria add(Criteria add);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table sun_static_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 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_order_day_channel
|
|
|
+ *
|
|
|
+ * @mbg.generated Sun Oct 10 12:25:38 CST 2021
|
|
|
+ */
|
|
|
+ void example(com.book.dao.polardb.pojo.example.SunStaticOrderDayChannelExample example);
|
|
|
+ }
|
|
|
+}
|