|
@@ -0,0 +1,1103 @@
|
|
|
|
|
+package com.tzld.supply.model.po.spider;
|
|
|
|
|
+
|
|
|
|
|
+import java.util.ArrayList;
|
|
|
|
|
+import java.util.Date;
|
|
|
|
|
+import java.util.List;
|
|
|
|
|
+
|
|
|
|
|
+public class SpiderTaskExample {
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
|
|
+ * This field corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ protected String orderByClause;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
|
|
+ * This field corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ protected boolean distinct;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
|
|
+ * This field corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ public SpiderTaskExample() {
|
|
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ public String getOrderByClause() {
|
|
|
|
|
+ return orderByClause;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
|
|
+ this.distinct = distinct;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ public boolean isDistinct() {
|
|
|
|
|
+ return distinct;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
|
|
+ return oredCriteria;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ public void or(Criteria criteria) {
|
|
|
|
|
+ oredCriteria.add(criteria);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ protected Criteria createCriteriaInternal() {
|
|
|
|
|
+ Criteria criteria = new Criteria();
|
|
|
|
|
+ return criteria;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
|
|
+ * This method corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ public void clear() {
|
|
|
|
|
+ oredCriteria.clear();
|
|
|
|
|
+ orderByClause = null;
|
|
|
|
|
+ distinct = false;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
|
|
+ * This class corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ 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(Long value) {
|
|
|
|
|
+ addCriterion("id =", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdNotEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("id <>", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdGreaterThan(Long value) {
|
|
|
|
|
+ addCriterion("id >", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdGreaterThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("id >=", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdLessThan(Long value) {
|
|
|
|
|
+ addCriterion("id <", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdLessThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("id <=", value, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("id in", values, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdNotIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("id not in", values, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("id between", value1, value2, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andIdNotBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("id not between", value1, value2, "id");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeIsNull() {
|
|
|
|
|
+ addCriterion("task_code is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeIsNotNull() {
|
|
|
|
|
+ addCriterion("task_code is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeEqualTo(String value) {
|
|
|
|
|
+ addCriterion("task_code =", value, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeNotEqualTo(String value) {
|
|
|
|
|
+ addCriterion("task_code <>", value, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeGreaterThan(String value) {
|
|
|
|
|
+ addCriterion("task_code >", value, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeGreaterThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("task_code >=", value, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeLessThan(String value) {
|
|
|
|
|
+ addCriterion("task_code <", value, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeLessThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("task_code <=", value, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeLike(String value) {
|
|
|
|
|
+ addCriterion("task_code like", value, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeNotLike(String value) {
|
|
|
|
|
+ addCriterion("task_code not like", value, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeIn(List<String> values) {
|
|
|
|
|
+ addCriterion("task_code in", values, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeNotIn(List<String> values) {
|
|
|
|
|
+ addCriterion("task_code not in", values, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("task_code between", value1, value2, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskCodeNotBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("task_code not between", value1, value2, "taskCode");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameIsNull() {
|
|
|
|
|
+ addCriterion("task_name is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameIsNotNull() {
|
|
|
|
|
+ addCriterion("task_name is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameEqualTo(String value) {
|
|
|
|
|
+ addCriterion("task_name =", value, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameNotEqualTo(String value) {
|
|
|
|
|
+ addCriterion("task_name <>", value, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameGreaterThan(String value) {
|
|
|
|
|
+ addCriterion("task_name >", value, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameGreaterThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("task_name >=", value, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameLessThan(String value) {
|
|
|
|
|
+ addCriterion("task_name <", value, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameLessThanOrEqualTo(String value) {
|
|
|
|
|
+ addCriterion("task_name <=", value, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameLike(String value) {
|
|
|
|
|
+ addCriterion("task_name like", value, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameNotLike(String value) {
|
|
|
|
|
+ addCriterion("task_name not like", value, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameIn(List<String> values) {
|
|
|
|
|
+ addCriterion("task_name in", values, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameNotIn(List<String> values) {
|
|
|
|
|
+ addCriterion("task_name not in", values, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("task_name between", value1, value2, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andTaskNameNotBetween(String value1, String value2) {
|
|
|
|
|
+ addCriterion("task_name not between", value1, value2, "taskName");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdIsNull() {
|
|
|
|
|
+ addCriterion("source_id is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdIsNotNull() {
|
|
|
|
|
+ addCriterion("source_id is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("source_id =", value, "sourceId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdNotEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("source_id <>", value, "sourceId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdGreaterThan(Long value) {
|
|
|
|
|
+ addCriterion("source_id >", value, "sourceId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdGreaterThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("source_id >=", value, "sourceId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdLessThan(Long value) {
|
|
|
|
|
+ addCriterion("source_id <", value, "sourceId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdLessThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("source_id <=", value, "sourceId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("source_id in", values, "sourceId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdNotIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("source_id not in", values, "sourceId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("source_id between", value1, value2, "sourceId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSourceIdNotBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("source_id not between", value1, value2, "sourceId");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusIsNull() {
|
|
|
|
|
+ addCriterion("`status` is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusIsNotNull() {
|
|
|
|
|
+ addCriterion("`status` is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusEqualTo(Byte value) {
|
|
|
|
|
+ addCriterion("`status` =", value, "status");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusNotEqualTo(Byte value) {
|
|
|
|
|
+ addCriterion("`status` <>", value, "status");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusGreaterThan(Byte value) {
|
|
|
|
|
+ addCriterion("`status` >", value, "status");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusGreaterThanOrEqualTo(Byte value) {
|
|
|
|
|
+ addCriterion("`status` >=", value, "status");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusLessThan(Byte value) {
|
|
|
|
|
+ addCriterion("`status` <", value, "status");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusLessThanOrEqualTo(Byte value) {
|
|
|
|
|
+ addCriterion("`status` <=", value, "status");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusIn(List<Byte> values) {
|
|
|
|
|
+ addCriterion("`status` in", values, "status");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusNotIn(List<Byte> values) {
|
|
|
|
|
+ addCriterion("`status` not in", values, "status");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusBetween(Byte value1, Byte value2) {
|
|
|
|
|
+ addCriterion("`status` between", value1, value2, "status");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStatusNotBetween(Byte value1, Byte value2) {
|
|
|
|
|
+ addCriterion("`status` not between", value1, value2, "status");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeIsNull() {
|
|
|
|
|
+ addCriterion("start_time is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeIsNotNull() {
|
|
|
|
|
+ addCriterion("start_time is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("start_time =", value, "startTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeNotEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("start_time <>", value, "startTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeGreaterThan(Date value) {
|
|
|
|
|
+ addCriterion("start_time >", value, "startTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeGreaterThanOrEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("start_time >=", value, "startTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeLessThan(Date value) {
|
|
|
|
|
+ addCriterion("start_time <", value, "startTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeLessThanOrEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("start_time <=", value, "startTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeIn(List<Date> values) {
|
|
|
|
|
+ addCriterion("start_time in", values, "startTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeNotIn(List<Date> values) {
|
|
|
|
|
+ addCriterion("start_time not in", values, "startTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeBetween(Date value1, Date value2) {
|
|
|
|
|
+ addCriterion("start_time between", value1, value2, "startTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andStartTimeNotBetween(Date value1, Date value2) {
|
|
|
|
|
+ addCriterion("start_time not between", value1, value2, "startTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeIsNull() {
|
|
|
|
|
+ addCriterion("end_time is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeIsNotNull() {
|
|
|
|
|
+ addCriterion("end_time is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("end_time =", value, "endTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeNotEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("end_time <>", value, "endTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeGreaterThan(Date value) {
|
|
|
|
|
+ addCriterion("end_time >", value, "endTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeGreaterThanOrEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("end_time >=", value, "endTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeLessThan(Date value) {
|
|
|
|
|
+ addCriterion("end_time <", value, "endTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeLessThanOrEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("end_time <=", value, "endTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeIn(List<Date> values) {
|
|
|
|
|
+ addCriterion("end_time in", values, "endTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeNotIn(List<Date> values) {
|
|
|
|
|
+ addCriterion("end_time not in", values, "endTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeBetween(Date value1, Date value2) {
|
|
|
|
|
+ addCriterion("end_time between", value1, value2, "endTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andEndTimeNotBetween(Date value1, Date value2) {
|
|
|
|
|
+ addCriterion("end_time not between", value1, value2, "endTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsIsNull() {
|
|
|
|
|
+ addCriterion("duration_ms is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsIsNotNull() {
|
|
|
|
|
+ addCriterion("duration_ms is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("duration_ms =", value, "durationMs");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsNotEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("duration_ms <>", value, "durationMs");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsGreaterThan(Long value) {
|
|
|
|
|
+ addCriterion("duration_ms >", value, "durationMs");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsGreaterThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("duration_ms >=", value, "durationMs");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsLessThan(Long value) {
|
|
|
|
|
+ addCriterion("duration_ms <", value, "durationMs");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsLessThanOrEqualTo(Long value) {
|
|
|
|
|
+ addCriterion("duration_ms <=", value, "durationMs");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("duration_ms in", values, "durationMs");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsNotIn(List<Long> values) {
|
|
|
|
|
+ addCriterion("duration_ms not in", values, "durationMs");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("duration_ms between", value1, value2, "durationMs");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andDurationMsNotBetween(Long value1, Long value2) {
|
|
|
|
|
+ addCriterion("duration_ms not between", value1, value2, "durationMs");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountIsNull() {
|
|
|
|
|
+ addCriterion("fetched_count is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountIsNotNull() {
|
|
|
|
|
+ addCriterion("fetched_count is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("fetched_count =", value, "fetchedCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountNotEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("fetched_count <>", value, "fetchedCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountGreaterThan(Integer value) {
|
|
|
|
|
+ addCriterion("fetched_count >", value, "fetchedCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountGreaterThanOrEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("fetched_count >=", value, "fetchedCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountLessThan(Integer value) {
|
|
|
|
|
+ addCriterion("fetched_count <", value, "fetchedCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountLessThanOrEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("fetched_count <=", value, "fetchedCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountIn(List<Integer> values) {
|
|
|
|
|
+ addCriterion("fetched_count in", values, "fetchedCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountNotIn(List<Integer> values) {
|
|
|
|
|
+ addCriterion("fetched_count not in", values, "fetchedCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountBetween(Integer value1, Integer value2) {
|
|
|
|
|
+ addCriterion("fetched_count between", value1, value2, "fetchedCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFetchedCountNotBetween(Integer value1, Integer value2) {
|
|
|
|
|
+ addCriterion("fetched_count not between", value1, value2, "fetchedCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountIsNull() {
|
|
|
|
|
+ addCriterion("success_count is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountIsNotNull() {
|
|
|
|
|
+ addCriterion("success_count is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("success_count =", value, "successCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountNotEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("success_count <>", value, "successCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountGreaterThan(Integer value) {
|
|
|
|
|
+ addCriterion("success_count >", value, "successCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountGreaterThanOrEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("success_count >=", value, "successCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountLessThan(Integer value) {
|
|
|
|
|
+ addCriterion("success_count <", value, "successCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountLessThanOrEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("success_count <=", value, "successCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountIn(List<Integer> values) {
|
|
|
|
|
+ addCriterion("success_count in", values, "successCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountNotIn(List<Integer> values) {
|
|
|
|
|
+ addCriterion("success_count not in", values, "successCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountBetween(Integer value1, Integer value2) {
|
|
|
|
|
+ addCriterion("success_count between", value1, value2, "successCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andSuccessCountNotBetween(Integer value1, Integer value2) {
|
|
|
|
|
+ addCriterion("success_count not between", value1, value2, "successCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountIsNull() {
|
|
|
|
|
+ addCriterion("fail_count is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountIsNotNull() {
|
|
|
|
|
+ addCriterion("fail_count is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("fail_count =", value, "failCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountNotEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("fail_count <>", value, "failCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountGreaterThan(Integer value) {
|
|
|
|
|
+ addCriterion("fail_count >", value, "failCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountGreaterThanOrEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("fail_count >=", value, "failCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountLessThan(Integer value) {
|
|
|
|
|
+ addCriterion("fail_count <", value, "failCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountLessThanOrEqualTo(Integer value) {
|
|
|
|
|
+ addCriterion("fail_count <=", value, "failCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountIn(List<Integer> values) {
|
|
|
|
|
+ addCriterion("fail_count in", values, "failCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountNotIn(List<Integer> values) {
|
|
|
|
|
+ addCriterion("fail_count not in", values, "failCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountBetween(Integer value1, Integer value2) {
|
|
|
|
|
+ addCriterion("fail_count between", value1, value2, "failCount");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andFailCountNotBetween(Integer value1, Integer value2) {
|
|
|
|
|
+ addCriterion("fail_count not between", value1, value2, "failCount");
|
|
|
|
|
+ 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 andCreateTimeNotEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("create_time <>", value, "createTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCreateTimeGreaterThan(Date value) {
|
|
|
|
|
+ addCriterion("create_time >", value, "createTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("create_time >=", value, "createTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCreateTimeLessThan(Date value) {
|
|
|
|
|
+ addCriterion("create_time <", value, "createTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("create_time <=", value, "createTime");
|
|
|
|
|
+ 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;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeIsNull() {
|
|
|
|
|
+ addCriterion("update_time is null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeIsNotNull() {
|
|
|
|
|
+ addCriterion("update_time is not null");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("update_time =", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeNotEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("update_time <>", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeGreaterThan(Date value) {
|
|
|
|
|
+ addCriterion("update_time >", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeGreaterThanOrEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("update_time >=", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeLessThan(Date value) {
|
|
|
|
|
+ addCriterion("update_time <", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeLessThanOrEqualTo(Date value) {
|
|
|
|
|
+ addCriterion("update_time <=", value, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeIn(List<Date> values) {
|
|
|
|
|
+ addCriterion("update_time in", values, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeNotIn(List<Date> values) {
|
|
|
|
|
+ addCriterion("update_time not in", values, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeBetween(Date value1, Date value2) {
|
|
|
|
|
+ addCriterion("update_time between", value1, value2, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Criteria andUpdateTimeNotBetween(Date value1, Date value2) {
|
|
|
|
|
+ addCriterion("update_time not between", value1, value2, "updateTime");
|
|
|
|
|
+ return (Criteria) this;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
|
|
+ * This class corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated do_not_delete_during_merge Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ public static class Criteria extends GeneratedCriteria {
|
|
|
|
|
+
|
|
|
|
|
+ protected Criteria() {
|
|
|
|
|
+ super();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
|
|
+ * This class corresponds to the database table spider_task
|
|
|
|
|
+ *
|
|
|
|
|
+ * @mbg.generated Sat Oct 11 19:37:24 CST 2025
|
|
|
|
|
+ */
|
|
|
|
|
+ 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);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|