|
|
@@ -2984,6 +2984,216 @@ public class ChannelDemandMatchResultExample {
|
|
|
addCriterion("channel_median not between", value1, value2, "channelMedian");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
+
|
|
|
+ public Criteria andMatchMethodIsNull() {
|
|
|
+ addCriterion("match_method is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodIsNotNull() {
|
|
|
+ addCriterion("match_method is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodEqualTo(String value) {
|
|
|
+ addCriterion("match_method =", value, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodNotEqualTo(String value) {
|
|
|
+ addCriterion("match_method <>", value, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodGreaterThan(String value) {
|
|
|
+ addCriterion("match_method >", value, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("match_method >=", value, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodLessThan(String value) {
|
|
|
+ addCriterion("match_method <", value, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("match_method <=", value, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodLike(String value) {
|
|
|
+ addCriterion("match_method like", value, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodNotLike(String value) {
|
|
|
+ addCriterion("match_method not like", value, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodIn(List<String> values) {
|
|
|
+ addCriterion("match_method in", values, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodNotIn(List<String> values) {
|
|
|
+ addCriterion("match_method not in", values, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodBetween(String value1, String value2) {
|
|
|
+ addCriterion("match_method between", value1, value2, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchMethodNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("match_method not between", value1, value2, "matchMethod");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterIsNull() {
|
|
|
+ addCriterion("match_video_filter is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterIsNotNull() {
|
|
|
+ addCriterion("match_video_filter is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterEqualTo(String value) {
|
|
|
+ addCriterion("match_video_filter =", value, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterNotEqualTo(String value) {
|
|
|
+ addCriterion("match_video_filter <>", value, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterGreaterThan(String value) {
|
|
|
+ addCriterion("match_video_filter >", value, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("match_video_filter >=", value, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterLessThan(String value) {
|
|
|
+ addCriterion("match_video_filter <", value, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("match_video_filter <=", value, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterLike(String value) {
|
|
|
+ addCriterion("match_video_filter like", value, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterNotLike(String value) {
|
|
|
+ addCriterion("match_video_filter not like", value, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterIn(List<String> values) {
|
|
|
+ addCriterion("match_video_filter in", values, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterNotIn(List<String> values) {
|
|
|
+ addCriterion("match_video_filter not in", values, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterBetween(String value1, String value2) {
|
|
|
+ addCriterion("match_video_filter between", value1, value2, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoFilterNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("match_video_filter not between", value1, value2, "matchVideoFilter");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortIsNull() {
|
|
|
+ addCriterion("match_sort is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortIsNotNull() {
|
|
|
+ addCriterion("match_sort is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortEqualTo(String value) {
|
|
|
+ addCriterion("match_sort =", value, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortNotEqualTo(String value) {
|
|
|
+ addCriterion("match_sort <>", value, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortGreaterThan(String value) {
|
|
|
+ addCriterion("match_sort >", value, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("match_sort >=", value, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortLessThan(String value) {
|
|
|
+ addCriterion("match_sort <", value, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("match_sort <=", value, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortLike(String value) {
|
|
|
+ addCriterion("match_sort like", value, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortNotLike(String value) {
|
|
|
+ addCriterion("match_sort not like", value, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortIn(List<String> values) {
|
|
|
+ addCriterion("match_sort in", values, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortNotIn(List<String> values) {
|
|
|
+ addCriterion("match_sort not in", values, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortBetween(String value1, String value2) {
|
|
|
+ addCriterion("match_sort between", value1, value2, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchSortNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("match_sort not between", value1, value2, "matchSort");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|