|
@@ -0,0 +1,853 @@
|
|
|
+package com.js.kbt.model;
|
|
|
+
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.Date;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class MouldHodingExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ public MouldHodingExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
+ this.distinct = distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ public void or(Criteria criteria) {
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ 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 mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ 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 mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ protected Criteria createCriteriaInternal() {
|
|
|
+ Criteria criteria = new Criteria();
|
|
|
+ return criteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ public void clear() {
|
|
|
+ oredCriteria.clear();
|
|
|
+ orderByClause = null;
|
|
|
+ distinct = false;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ 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 andIdNotEqualTo(Integer value) {
|
|
|
+ addCriterion("id <>", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThan(Integer value) {
|
|
|
+ addCriterion("id >", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("id >=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThan(Integer value) {
|
|
|
+ addCriterion("id <", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("id <=", value, "id");
|
|
|
+ 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 andEnableIsNull() {
|
|
|
+ addCriterion("enable is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEnableIsNotNull() {
|
|
|
+ addCriterion("enable is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEnableEqualTo(Integer value) {
|
|
|
+ addCriterion("enable =", value, "enable");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEnableNotEqualTo(Integer value) {
|
|
|
+ addCriterion("enable <>", value, "enable");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEnableGreaterThan(Integer value) {
|
|
|
+ addCriterion("enable >", value, "enable");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEnableGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("enable >=", value, "enable");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEnableLessThan(Integer value) {
|
|
|
+ addCriterion("enable <", value, "enable");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEnableLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("enable <=", value, "enable");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEnableIn(List<Integer> values) {
|
|
|
+ addCriterion("enable in", values, "enable");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEnableNotIn(List<Integer> values) {
|
|
|
+ addCriterion("enable not in", values, "enable");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEnableBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("enable between", value1, value2, "enable");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andEnableNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("enable not between", value1, value2, "enable");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkIsNull() {
|
|
|
+ addCriterion("uploadcycle_work is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkIsNotNull() {
|
|
|
+ addCriterion("uploadcycle_work is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkEqualTo(Integer value) {
|
|
|
+ addCriterion("uploadcycle_work =", value, "uploadcycleWork");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkNotEqualTo(Integer value) {
|
|
|
+ addCriterion("uploadcycle_work <>", value, "uploadcycleWork");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkGreaterThan(Integer value) {
|
|
|
+ addCriterion("uploadcycle_work >", value, "uploadcycleWork");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("uploadcycle_work >=", value, "uploadcycleWork");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkLessThan(Integer value) {
|
|
|
+ addCriterion("uploadcycle_work <", value, "uploadcycleWork");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("uploadcycle_work <=", value, "uploadcycleWork");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkIn(List<Integer> values) {
|
|
|
+ addCriterion("uploadcycle_work in", values, "uploadcycleWork");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkNotIn(List<Integer> values) {
|
|
|
+ addCriterion("uploadcycle_work not in", values, "uploadcycleWork");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("uploadcycle_work between", value1, value2, "uploadcycleWork");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleWorkNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("uploadcycle_work not between", value1, value2, "uploadcycleWork");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeIsNull() {
|
|
|
+ addCriterion("uploadcycle_free is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeIsNotNull() {
|
|
|
+ addCriterion("uploadcycle_free is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeEqualTo(Integer value) {
|
|
|
+ addCriterion("uploadcycle_free =", value, "uploadcycleFree");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeNotEqualTo(Integer value) {
|
|
|
+ addCriterion("uploadcycle_free <>", value, "uploadcycleFree");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeGreaterThan(Integer value) {
|
|
|
+ addCriterion("uploadcycle_free >", value, "uploadcycleFree");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("uploadcycle_free >=", value, "uploadcycleFree");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeLessThan(Integer value) {
|
|
|
+ addCriterion("uploadcycle_free <", value, "uploadcycleFree");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("uploadcycle_free <=", value, "uploadcycleFree");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeIn(List<Integer> values) {
|
|
|
+ addCriterion("uploadcycle_free in", values, "uploadcycleFree");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeNotIn(List<Integer> values) {
|
|
|
+ addCriterion("uploadcycle_free not in", values, "uploadcycleFree");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("uploadcycle_free between", value1, value2, "uploadcycleFree");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUploadcycleFreeNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("uploadcycle_free not between", value1, value2, "uploadcycleFree");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitIsNull() {
|
|
|
+ addCriterion("lowpowerlimit is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitIsNotNull() {
|
|
|
+ addCriterion("lowpowerlimit is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitEqualTo(String value) {
|
|
|
+ addCriterion("lowpowerlimit =", value, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitNotEqualTo(String value) {
|
|
|
+ addCriterion("lowpowerlimit <>", value, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitGreaterThan(String value) {
|
|
|
+ addCriterion("lowpowerlimit >", value, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("lowpowerlimit >=", value, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitLessThan(String value) {
|
|
|
+ addCriterion("lowpowerlimit <", value, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("lowpowerlimit <=", value, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitLike(String value) {
|
|
|
+ addCriterion("lowpowerlimit like", value, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitNotLike(String value) {
|
|
|
+ addCriterion("lowpowerlimit not like", value, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitIn(List<String> values) {
|
|
|
+ addCriterion("lowpowerlimit in", values, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitNotIn(List<String> values) {
|
|
|
+ addCriterion("lowpowerlimit not in", values, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitBetween(String value1, String value2) {
|
|
|
+ addCriterion("lowpowerlimit between", value1, value2, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLowpowerlimitNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("lowpowerlimit not between", value1, value2, "lowpowerlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitIsNull() {
|
|
|
+ addCriterion("hotalarmlimit is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitIsNotNull() {
|
|
|
+ addCriterion("hotalarmlimit is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitEqualTo(Integer value) {
|
|
|
+ addCriterion("hotalarmlimit =", value, "hotalarmlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitNotEqualTo(Integer value) {
|
|
|
+ addCriterion("hotalarmlimit <>", value, "hotalarmlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitGreaterThan(Integer value) {
|
|
|
+ addCriterion("hotalarmlimit >", value, "hotalarmlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("hotalarmlimit >=", value, "hotalarmlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitLessThan(Integer value) {
|
|
|
+ addCriterion("hotalarmlimit <", value, "hotalarmlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("hotalarmlimit <=", value, "hotalarmlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitIn(List<Integer> values) {
|
|
|
+ addCriterion("hotalarmlimit in", values, "hotalarmlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitNotIn(List<Integer> values) {
|
|
|
+ addCriterion("hotalarmlimit not in", values, "hotalarmlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("hotalarmlimit between", value1, value2, "hotalarmlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHotalarmlimitNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("hotalarmlimit not between", value1, value2, "hotalarmlimit");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainIsNull() {
|
|
|
+ addCriterion("retain is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainIsNotNull() {
|
|
|
+ addCriterion("retain is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainEqualTo(Integer value) {
|
|
|
+ addCriterion("retain =", value, "retain");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainNotEqualTo(Integer value) {
|
|
|
+ addCriterion("retain <>", value, "retain");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainGreaterThan(Integer value) {
|
|
|
+ addCriterion("retain >", value, "retain");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("retain >=", value, "retain");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainLessThan(Integer value) {
|
|
|
+ addCriterion("retain <", value, "retain");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("retain <=", value, "retain");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainIn(List<Integer> values) {
|
|
|
+ addCriterion("retain in", values, "retain");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainNotIn(List<Integer> values) {
|
|
|
+ addCriterion("retain not in", values, "retain");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("retain between", value1, value2, "retain");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRetainNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("retain not between", value1, value2, "retain");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountIsNull() {
|
|
|
+ addCriterion("time_count is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountIsNotNull() {
|
|
|
+ addCriterion("time_count is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountEqualTo(Integer value) {
|
|
|
+ addCriterion("time_count =", value, "timeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountNotEqualTo(Integer value) {
|
|
|
+ addCriterion("time_count <>", value, "timeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountGreaterThan(Integer value) {
|
|
|
+ addCriterion("time_count >", value, "timeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("time_count >=", value, "timeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountLessThan(Integer value) {
|
|
|
+ addCriterion("time_count <", value, "timeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("time_count <=", value, "timeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountIn(List<Integer> values) {
|
|
|
+ addCriterion("time_count in", values, "timeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountNotIn(List<Integer> values) {
|
|
|
+ addCriterion("time_count not in", values, "timeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("time_count between", value1, value2, "timeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTimeCountNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("time_count not between", value1, value2, "timeCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateIsNull() {
|
|
|
+ addCriterion("indate is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateIsNotNull() {
|
|
|
+ addCriterion("indate is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateEqualTo(Date value) {
|
|
|
+ addCriterion("indate =", value, "indate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateNotEqualTo(Date value) {
|
|
|
+ addCriterion("indate <>", value, "indate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateGreaterThan(Date value) {
|
|
|
+ addCriterion("indate >", value, "indate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateGreaterThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("indate >=", value, "indate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateLessThan(Date value) {
|
|
|
+ addCriterion("indate <", value, "indate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateLessThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("indate <=", value, "indate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateIn(List<Date> values) {
|
|
|
+ addCriterion("indate in", values, "indate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateNotIn(List<Date> values) {
|
|
|
+ addCriterion("indate not in", values, "indate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("indate between", value1, value2, "indate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIndateNotBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("indate not between", value1, value2, "indate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated do_not_delete_during_merge Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ public static class Criteria extends GeneratedCriteria {
|
|
|
+
|
|
|
+ protected Criteria() {
|
|
|
+ super();
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table mould_hoding
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Oct 08 17:17:36 CST 2019
|
|
|
+ */
|
|
|
+ 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);
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|