|
@@ -294,73 +294,73 @@ public class DJobSQLBuilder {
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeIsNull() {
|
|
|
- addCriterion("endtme is null");
|
|
|
+ public Criteria andEndtimeIsNull() {
|
|
|
+ addCriterion("endtime is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeIsNotNull() {
|
|
|
- addCriterion("endtme is not null");
|
|
|
+ public Criteria andEndtimeIsNotNull() {
|
|
|
+ addCriterion("endtime is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeEqualTo(String value) {
|
|
|
- addCriterion("endtme =", value, "endtme");
|
|
|
+ public Criteria andEndtimeEqualTo(String value) {
|
|
|
+ addCriterion("endtime =", value, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeNotEqualTo(String value) {
|
|
|
- addCriterion("endtme <>", value, "endtme");
|
|
|
+ public Criteria andEndtimeNotEqualTo(String value) {
|
|
|
+ addCriterion("endtime <>", value, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeGreaterThan(String value) {
|
|
|
- addCriterion("endtme >", value, "endtme");
|
|
|
+ public Criteria andEndtimeGreaterThan(String value) {
|
|
|
+ addCriterion("endtime >", value, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("endtme >=", value, "endtme");
|
|
|
+ public Criteria andEndtimeGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("endtime >=", value, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeLessThan(String value) {
|
|
|
- addCriterion("endtme <", value, "endtme");
|
|
|
+ public Criteria andEndtimeLessThan(String value) {
|
|
|
+ addCriterion("endtime <", value, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("endtme <=", value, "endtme");
|
|
|
+ public Criteria andEndtimeLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("endtime <=", value, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeLike(String value) {
|
|
|
- addCriterion("endtme like", value, "endtme");
|
|
|
+ public Criteria andEndtimeLike(String value) {
|
|
|
+ addCriterion("endtime like", value, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeNotLike(String value) {
|
|
|
- addCriterion("endtme not like", value, "endtme");
|
|
|
+ public Criteria andEndtimeNotLike(String value) {
|
|
|
+ addCriterion("endtime not like", value, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeIn(List<String> values) {
|
|
|
- addCriterion("endtme in", values, "endtme");
|
|
|
+ public Criteria andEndtimeIn(List<String> values) {
|
|
|
+ addCriterion("endtime in", values, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeNotIn(List<String> values) {
|
|
|
- addCriterion("endtme not in", values, "endtme");
|
|
|
+ public Criteria andEndtimeNotIn(List<String> values) {
|
|
|
+ addCriterion("endtime not in", values, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeBetween(String value1, String value2) {
|
|
|
- addCriterion("endtme between", value1, value2, "endtme");
|
|
|
+ public Criteria andEndtimeBetween(String value1, String value2) {
|
|
|
+ addCriterion("endtime between", value1, value2, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andEndtmeNotBetween(String value1, String value2) {
|
|
|
- addCriterion("endtme not between", value1, value2, "endtme");
|
|
|
+ public Criteria andEndtimeNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("endtime not between", value1, value2, "endtime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
@@ -923,6 +923,76 @@ public class DJobSQLBuilder {
|
|
|
addCriterion("totaltime not between", value1, value2, "totaltime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
+
|
|
|
+ public Criteria andCoidsIsNull() {
|
|
|
+ addCriterion("coids is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsIsNotNull() {
|
|
|
+ addCriterion("coids is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsEqualTo(String value) {
|
|
|
+ addCriterion("coids =", value, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsNotEqualTo(String value) {
|
|
|
+ addCriterion("coids <>", value, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsGreaterThan(String value) {
|
|
|
+ addCriterion("coids >", value, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("coids >=", value, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsLessThan(String value) {
|
|
|
+ addCriterion("coids <", value, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("coids <=", value, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsLike(String value) {
|
|
|
+ addCriterion("coids like", value, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsNotLike(String value) {
|
|
|
+ addCriterion("coids not like", value, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsIn(List<String> values) {
|
|
|
+ addCriterion("coids in", values, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsNotIn(List<String> values) {
|
|
|
+ addCriterion("coids not in", values, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsBetween(String value1, String value2) {
|
|
|
+ addCriterion("coids between", value1, value2, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoidsNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("coids not between", value1, value2, "coids");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
public static class Criteria extends GeneratedCriteria {
|