|
@@ -7,23 +7,23 @@ import java.util.List;
|
|
|
public class MouldDownPacketExample {
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
protected String orderByClause;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
protected boolean distinct;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
protected List<Criteria> oredCriteria;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
public MouldDownPacketExample() {
|
|
|
oredCriteria = new ArrayList<Criteria>();
|
|
@@ -31,7 +31,7 @@ public class MouldDownPacketExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
public void setOrderByClause(String orderByClause) {
|
|
|
this.orderByClause = orderByClause;
|
|
@@ -39,7 +39,7 @@ public class MouldDownPacketExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
public String getOrderByClause() {
|
|
|
return orderByClause;
|
|
@@ -47,7 +47,7 @@ public class MouldDownPacketExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
public void setDistinct(boolean distinct) {
|
|
|
this.distinct = distinct;
|
|
@@ -55,7 +55,7 @@ public class MouldDownPacketExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
public boolean isDistinct() {
|
|
|
return distinct;
|
|
@@ -63,7 +63,7 @@ public class MouldDownPacketExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
public List<Criteria> getOredCriteria() {
|
|
|
return oredCriteria;
|
|
@@ -71,7 +71,7 @@ public class MouldDownPacketExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
public void or(Criteria criteria) {
|
|
|
oredCriteria.add(criteria);
|
|
@@ -79,7 +79,7 @@ public class MouldDownPacketExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
public Criteria or() {
|
|
|
Criteria criteria = createCriteriaInternal();
|
|
@@ -89,7 +89,7 @@ public class MouldDownPacketExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
public Criteria createCriteria() {
|
|
|
Criteria criteria = createCriteriaInternal();
|
|
@@ -101,7 +101,7 @@ public class MouldDownPacketExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
protected Criteria createCriteriaInternal() {
|
|
|
Criteria criteria = new Criteria();
|
|
@@ -110,7 +110,7 @@ public class MouldDownPacketExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
public void clear() {
|
|
|
oredCriteria.clear();
|
|
@@ -120,7 +120,7 @@ public class MouldDownPacketExample {
|
|
|
|
|
|
/**
|
|
|
* This class was generated by MyBatis Generator. This class corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
protected abstract static class GeneratedCriteria {
|
|
|
protected List<Criterion> criteria;
|
|
@@ -482,11 +482,81 @@ public class MouldDownPacketExample {
|
|
|
addCriterion("is_use not between", value1, value2, "isUse");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
+
|
|
|
+ public Criteria andThresholdIsNull() {
|
|
|
+ addCriterion("threshold is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdIsNotNull() {
|
|
|
+ addCriterion("threshold is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdEqualTo(String value) {
|
|
|
+ addCriterion("threshold =", value, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdNotEqualTo(String value) {
|
|
|
+ addCriterion("threshold <>", value, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdGreaterThan(String value) {
|
|
|
+ addCriterion("threshold >", value, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("threshold >=", value, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdLessThan(String value) {
|
|
|
+ addCriterion("threshold <", value, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("threshold <=", value, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdLike(String value) {
|
|
|
+ addCriterion("threshold like", value, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdNotLike(String value) {
|
|
|
+ addCriterion("threshold not like", value, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdIn(List<String> values) {
|
|
|
+ addCriterion("threshold in", values, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdNotIn(List<String> values) {
|
|
|
+ addCriterion("threshold not in", values, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdBetween(String value1, String value2) {
|
|
|
+ addCriterion("threshold between", value1, value2, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andThresholdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("threshold not between", value1, value2, "threshold");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* This class was generated by MyBatis Generator. This class corresponds to the database table mould_down_packet
|
|
|
- * @mbg.generated Tue Oct 29 16:02:41 CST 2019
|
|
|
+ * @mbg.generated Tue Oct 29 17:39:24 CST 2019
|
|
|
*/
|
|
|
public static class Criterion {
|
|
|
private String condition;
|