|
|
@@ -830,65 +830,7 @@ public class TOrderBonusExample {
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andGrantTypeIsNull() {
|
|
|
- addCriterion("grant_type is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andGrantTypeIsNotNull() {
|
|
|
- addCriterion("grant_type is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andGrantTypeEqualTo(Integer value) {
|
|
|
- addCriterion("grant_type =", value, "grantType");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andGrantTypeNotEqualTo(Integer value) {
|
|
|
- addCriterion("grant_type <>", value, "grantType");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andGrantTypeGreaterThan(Integer value) {
|
|
|
- addCriterion("grant_type >", value, "grantType");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andGrantTypeGreaterThanOrEqualTo(Integer value) {
|
|
|
- addCriterion("grant_type >=", value, "grantType");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andGrantTypeLessThan(Integer value) {
|
|
|
- addCriterion("grant_type <", value, "grantType");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andGrantTypeLessThanOrEqualTo(Integer value) {
|
|
|
- addCriterion("grant_type <=", value, "grantType");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andGrantTypeIn(List<Integer> values) {
|
|
|
- addCriterion("grant_type in", values, "grantType");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andGrantTypeNotIn(List<Integer> values) {
|
|
|
- addCriterion("grant_type not in", values, "grantType");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andGrantTypeBetween(Integer value1, Integer value2) {
|
|
|
- addCriterion("grant_type between", value1, value2, "grantType");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andGrantTypeNotBetween(Integer value1, Integer value2) {
|
|
|
- addCriterion("grant_type not between", value1, value2, "grantType");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
/**
|