|
@@ -0,0 +1,3333 @@
|
|
|
+package com.tzld.piaoquan.content.understanding.model.po;
|
|
|
+
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.Date;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class WxVideoExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ public WxVideoExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
+ this.distinct = distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ public void or(Criteria criteria) {
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ 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 wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ 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 wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ protected Criteria createCriteriaInternal() {
|
|
|
+ Criteria criteria = new Criteria();
|
|
|
+ return criteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ public void clear() {
|
|
|
+ oredCriteria.clear();
|
|
|
+ orderByClause = null;
|
|
|
+ distinct = false;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ 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(Long value) {
|
|
|
+ addCriterion("id =", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotEqualTo(Long value) {
|
|
|
+ addCriterion("id <>", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThan(Long value) {
|
|
|
+ addCriterion("id >", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("id >=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThan(Long value) {
|
|
|
+ addCriterion("id <", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("id <=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdIn(List<Long> values) {
|
|
|
+ addCriterion("id in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotIn(List<Long> values) {
|
|
|
+ addCriterion("id not in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("id between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("id not between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidIsNull() {
|
|
|
+ addCriterion("`uid` is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidIsNotNull() {
|
|
|
+ addCriterion("`uid` is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidEqualTo(Long value) {
|
|
|
+ addCriterion("`uid` =", value, "uid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidNotEqualTo(Long value) {
|
|
|
+ addCriterion("`uid` <>", value, "uid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidGreaterThan(Long value) {
|
|
|
+ addCriterion("`uid` >", value, "uid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("`uid` >=", value, "uid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidLessThan(Long value) {
|
|
|
+ addCriterion("`uid` <", value, "uid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("`uid` <=", value, "uid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidIn(List<Long> values) {
|
|
|
+ addCriterion("`uid` in", values, "uid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidNotIn(List<Long> values) {
|
|
|
+ addCriterion("`uid` not in", values, "uid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("`uid` between", value1, value2, "uid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUidNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("`uid` not between", value1, value2, "uid");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleIsNull() {
|
|
|
+ addCriterion("title is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleIsNotNull() {
|
|
|
+ addCriterion("title is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleEqualTo(String value) {
|
|
|
+ addCriterion("title =", value, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleNotEqualTo(String value) {
|
|
|
+ addCriterion("title <>", value, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleGreaterThan(String value) {
|
|
|
+ addCriterion("title >", value, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("title >=", value, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleLessThan(String value) {
|
|
|
+ addCriterion("title <", value, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("title <=", value, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleLike(String value) {
|
|
|
+ addCriterion("title like", value, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleNotLike(String value) {
|
|
|
+ addCriterion("title not like", value, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleIn(List<String> values) {
|
|
|
+ addCriterion("title in", values, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleNotIn(List<String> values) {
|
|
|
+ addCriterion("title not in", values, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleBetween(String value1, String value2) {
|
|
|
+ addCriterion("title between", value1, value2, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTitleNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("title not between", value1, value2, "title");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathIsNull() {
|
|
|
+ addCriterion("video_path is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathIsNotNull() {
|
|
|
+ addCriterion("video_path is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathEqualTo(String value) {
|
|
|
+ addCriterion("video_path =", value, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathNotEqualTo(String value) {
|
|
|
+ addCriterion("video_path <>", value, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathGreaterThan(String value) {
|
|
|
+ addCriterion("video_path >", value, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("video_path >=", value, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathLessThan(String value) {
|
|
|
+ addCriterion("video_path <", value, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("video_path <=", value, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathLike(String value) {
|
|
|
+ addCriterion("video_path like", value, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathNotLike(String value) {
|
|
|
+ addCriterion("video_path not like", value, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathIn(List<String> values) {
|
|
|
+ addCriterion("video_path in", values, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathNotIn(List<String> values) {
|
|
|
+ addCriterion("video_path not in", values, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathBetween(String value1, String value2) {
|
|
|
+ addCriterion("video_path between", value1, value2, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoPathNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("video_path not between", value1, value2, "videoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathIsNull() {
|
|
|
+ addCriterion("cover_img_path is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathIsNotNull() {
|
|
|
+ addCriterion("cover_img_path is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathEqualTo(String value) {
|
|
|
+ addCriterion("cover_img_path =", value, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathNotEqualTo(String value) {
|
|
|
+ addCriterion("cover_img_path <>", value, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathGreaterThan(String value) {
|
|
|
+ addCriterion("cover_img_path >", value, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("cover_img_path >=", value, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathLessThan(String value) {
|
|
|
+ addCriterion("cover_img_path <", value, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("cover_img_path <=", value, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathLike(String value) {
|
|
|
+ addCriterion("cover_img_path like", value, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathNotLike(String value) {
|
|
|
+ addCriterion("cover_img_path not like", value, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathIn(List<String> values) {
|
|
|
+ addCriterion("cover_img_path in", values, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathNotIn(List<String> values) {
|
|
|
+ addCriterion("cover_img_path not in", values, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathBetween(String value1, String value2) {
|
|
|
+ addCriterion("cover_img_path between", value1, value2, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgPathNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("cover_img_path not between", value1, value2, "coverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathIsNull() {
|
|
|
+ addCriterion("self_cover_img_path is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathIsNotNull() {
|
|
|
+ addCriterion("self_cover_img_path is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathEqualTo(String value) {
|
|
|
+ addCriterion("self_cover_img_path =", value, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathNotEqualTo(String value) {
|
|
|
+ addCriterion("self_cover_img_path <>", value, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathGreaterThan(String value) {
|
|
|
+ addCriterion("self_cover_img_path >", value, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("self_cover_img_path >=", value, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathLessThan(String value) {
|
|
|
+ addCriterion("self_cover_img_path <", value, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("self_cover_img_path <=", value, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathLike(String value) {
|
|
|
+ addCriterion("self_cover_img_path like", value, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathNotLike(String value) {
|
|
|
+ addCriterion("self_cover_img_path not like", value, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathIn(List<String> values) {
|
|
|
+ addCriterion("self_cover_img_path in", values, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathNotIn(List<String> values) {
|
|
|
+ addCriterion("self_cover_img_path not in", values, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathBetween(String value1, String value2) {
|
|
|
+ addCriterion("self_cover_img_path between", value1, value2, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSelfCoverImgPathNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("self_cover_img_path not between", value1, value2, "selfCoverImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathIsNull() {
|
|
|
+ addCriterion("share_moment_img_path is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathIsNotNull() {
|
|
|
+ addCriterion("share_moment_img_path is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathEqualTo(String value) {
|
|
|
+ addCriterion("share_moment_img_path =", value, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathNotEqualTo(String value) {
|
|
|
+ addCriterion("share_moment_img_path <>", value, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathGreaterThan(String value) {
|
|
|
+ addCriterion("share_moment_img_path >", value, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("share_moment_img_path >=", value, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathLessThan(String value) {
|
|
|
+ addCriterion("share_moment_img_path <", value, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("share_moment_img_path <=", value, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathLike(String value) {
|
|
|
+ addCriterion("share_moment_img_path like", value, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathNotLike(String value) {
|
|
|
+ addCriterion("share_moment_img_path not like", value, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathIn(List<String> values) {
|
|
|
+ addCriterion("share_moment_img_path in", values, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathNotIn(List<String> values) {
|
|
|
+ addCriterion("share_moment_img_path not in", values, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathBetween(String value1, String value2) {
|
|
|
+ addCriterion("share_moment_img_path between", value1, value2, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareMomentImgPathNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("share_moment_img_path not between", value1, value2, "shareMomentImgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathIsNull() {
|
|
|
+ addCriterion("qrimg_path is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathIsNotNull() {
|
|
|
+ addCriterion("qrimg_path is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathEqualTo(String value) {
|
|
|
+ addCriterion("qrimg_path =", value, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathNotEqualTo(String value) {
|
|
|
+ addCriterion("qrimg_path <>", value, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathGreaterThan(String value) {
|
|
|
+ addCriterion("qrimg_path >", value, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("qrimg_path >=", value, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathLessThan(String value) {
|
|
|
+ addCriterion("qrimg_path <", value, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("qrimg_path <=", value, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathLike(String value) {
|
|
|
+ addCriterion("qrimg_path like", value, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathNotLike(String value) {
|
|
|
+ addCriterion("qrimg_path not like", value, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathIn(List<String> values) {
|
|
|
+ addCriterion("qrimg_path in", values, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathNotIn(List<String> values) {
|
|
|
+ addCriterion("qrimg_path not in", values, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathBetween(String value1, String value2) {
|
|
|
+ addCriterion("qrimg_path between", value1, value2, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQrimgPathNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("qrimg_path not between", value1, value2, "qrimgPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthIsNull() {
|
|
|
+ addCriterion("width is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthIsNotNull() {
|
|
|
+ addCriterion("width is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthEqualTo(Integer value) {
|
|
|
+ addCriterion("width =", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthNotEqualTo(Integer value) {
|
|
|
+ addCriterion("width <>", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthGreaterThan(Integer value) {
|
|
|
+ addCriterion("width >", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("width >=", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthLessThan(Integer value) {
|
|
|
+ addCriterion("width <", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("width <=", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthIn(List<Integer> values) {
|
|
|
+ addCriterion("width in", values, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthNotIn(List<Integer> values) {
|
|
|
+ addCriterion("width not in", values, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("width between", value1, value2, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("width not between", value1, value2, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightIsNull() {
|
|
|
+ addCriterion("height is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightIsNotNull() {
|
|
|
+ addCriterion("height is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightEqualTo(Integer value) {
|
|
|
+ addCriterion("height =", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightNotEqualTo(Integer value) {
|
|
|
+ addCriterion("height <>", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightGreaterThan(Integer value) {
|
|
|
+ addCriterion("height >", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("height >=", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightLessThan(Integer value) {
|
|
|
+ addCriterion("height <", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("height <=", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightIn(List<Integer> values) {
|
|
|
+ addCriterion("height in", values, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightNotIn(List<Integer> values) {
|
|
|
+ addCriterion("height not in", values, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("height between", value1, value2, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("height not between", value1, value2, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthIsNull() {
|
|
|
+ addCriterion("cover_img_width is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthIsNotNull() {
|
|
|
+ addCriterion("cover_img_width is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthEqualTo(Integer value) {
|
|
|
+ addCriterion("cover_img_width =", value, "coverImgWidth");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthNotEqualTo(Integer value) {
|
|
|
+ addCriterion("cover_img_width <>", value, "coverImgWidth");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthGreaterThan(Integer value) {
|
|
|
+ addCriterion("cover_img_width >", value, "coverImgWidth");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("cover_img_width >=", value, "coverImgWidth");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthLessThan(Integer value) {
|
|
|
+ addCriterion("cover_img_width <", value, "coverImgWidth");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("cover_img_width <=", value, "coverImgWidth");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthIn(List<Integer> values) {
|
|
|
+ addCriterion("cover_img_width in", values, "coverImgWidth");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthNotIn(List<Integer> values) {
|
|
|
+ addCriterion("cover_img_width not in", values, "coverImgWidth");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("cover_img_width between", value1, value2, "coverImgWidth");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgWidthNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("cover_img_width not between", value1, value2, "coverImgWidth");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightIsNull() {
|
|
|
+ addCriterion("cover_img_height is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightIsNotNull() {
|
|
|
+ addCriterion("cover_img_height is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightEqualTo(Integer value) {
|
|
|
+ addCriterion("cover_img_height =", value, "coverImgHeight");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightNotEqualTo(Integer value) {
|
|
|
+ addCriterion("cover_img_height <>", value, "coverImgHeight");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightGreaterThan(Integer value) {
|
|
|
+ addCriterion("cover_img_height >", value, "coverImgHeight");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("cover_img_height >=", value, "coverImgHeight");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightLessThan(Integer value) {
|
|
|
+ addCriterion("cover_img_height <", value, "coverImgHeight");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("cover_img_height <=", value, "coverImgHeight");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightIn(List<Integer> values) {
|
|
|
+ addCriterion("cover_img_height in", values, "coverImgHeight");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightNotIn(List<Integer> values) {
|
|
|
+ addCriterion("cover_img_height not in", values, "coverImgHeight");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("cover_img_height between", value1, value2, "coverImgHeight");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverImgHeightNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("cover_img_height not between", value1, value2, "coverImgHeight");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountIsNull() {
|
|
|
+ addCriterion("play_count is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountIsNotNull() {
|
|
|
+ addCriterion("play_count is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountEqualTo(Integer value) {
|
|
|
+ addCriterion("play_count =", value, "playCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountNotEqualTo(Integer value) {
|
|
|
+ addCriterion("play_count <>", value, "playCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountGreaterThan(Integer value) {
|
|
|
+ addCriterion("play_count >", value, "playCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("play_count >=", value, "playCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountLessThan(Integer value) {
|
|
|
+ addCriterion("play_count <", value, "playCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("play_count <=", value, "playCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountIn(List<Integer> values) {
|
|
|
+ addCriterion("play_count in", values, "playCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountNotIn(List<Integer> values) {
|
|
|
+ addCriterion("play_count not in", values, "playCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("play_count between", value1, value2, "playCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("play_count not between", value1, value2, "playCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalIsNull() {
|
|
|
+ addCriterion("play_count_total is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalIsNotNull() {
|
|
|
+ addCriterion("play_count_total is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalEqualTo(Integer value) {
|
|
|
+ addCriterion("play_count_total =", value, "playCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalNotEqualTo(Integer value) {
|
|
|
+ addCriterion("play_count_total <>", value, "playCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalGreaterThan(Integer value) {
|
|
|
+ addCriterion("play_count_total >", value, "playCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("play_count_total >=", value, "playCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalLessThan(Integer value) {
|
|
|
+ addCriterion("play_count_total <", value, "playCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("play_count_total <=", value, "playCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalIn(List<Integer> values) {
|
|
|
+ addCriterion("play_count_total in", values, "playCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalNotIn(List<Integer> values) {
|
|
|
+ addCriterion("play_count_total not in", values, "playCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("play_count_total between", value1, value2, "playCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCountTotalNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("play_count_total not between", value1, value2, "playCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountIsNull() {
|
|
|
+ addCriterion("share_count is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountIsNotNull() {
|
|
|
+ addCriterion("share_count is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count =", value, "shareCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountNotEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count <>", value, "shareCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountGreaterThan(Integer value) {
|
|
|
+ addCriterion("share_count >", value, "shareCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count >=", value, "shareCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountLessThan(Integer value) {
|
|
|
+ addCriterion("share_count <", value, "shareCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count <=", value, "shareCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountIn(List<Integer> values) {
|
|
|
+ addCriterion("share_count in", values, "shareCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountNotIn(List<Integer> values) {
|
|
|
+ addCriterion("share_count not in", values, "shareCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_count between", value1, value2, "shareCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_count not between", value1, value2, "shareCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalIsNull() {
|
|
|
+ addCriterion("share_count_total is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalIsNotNull() {
|
|
|
+ addCriterion("share_count_total is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_total =", value, "shareCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalNotEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_total <>", value, "shareCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalGreaterThan(Integer value) {
|
|
|
+ addCriterion("share_count_total >", value, "shareCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_total >=", value, "shareCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalLessThan(Integer value) {
|
|
|
+ addCriterion("share_count_total <", value, "shareCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_total <=", value, "shareCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalIn(List<Integer> values) {
|
|
|
+ addCriterion("share_count_total in", values, "shareCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalNotIn(List<Integer> values) {
|
|
|
+ addCriterion("share_count_total not in", values, "shareCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_count_total between", value1, value2, "shareCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountTotalNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_count_total not between", value1, value2, "shareCountTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountIsNull() {
|
|
|
+ addCriterion("reported_count is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountIsNotNull() {
|
|
|
+ addCriterion("reported_count is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountEqualTo(Integer value) {
|
|
|
+ addCriterion("reported_count =", value, "reportedCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountNotEqualTo(Integer value) {
|
|
|
+ addCriterion("reported_count <>", value, "reportedCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountGreaterThan(Integer value) {
|
|
|
+ addCriterion("reported_count >", value, "reportedCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("reported_count >=", value, "reportedCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountLessThan(Integer value) {
|
|
|
+ addCriterion("reported_count <", value, "reportedCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("reported_count <=", value, "reportedCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountIn(List<Integer> values) {
|
|
|
+ addCriterion("reported_count in", values, "reportedCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountNotIn(List<Integer> values) {
|
|
|
+ addCriterion("reported_count not in", values, "reportedCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("reported_count between", value1, value2, "reportedCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReportedCountNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("reported_count not between", value1, value2, "reportedCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendIsNull() {
|
|
|
+ addCriterion("share_count_friend is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendIsNotNull() {
|
|
|
+ addCriterion("share_count_friend is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_friend =", value, "shareCountFriend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendNotEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_friend <>", value, "shareCountFriend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendGreaterThan(Integer value) {
|
|
|
+ addCriterion("share_count_friend >", value, "shareCountFriend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_friend >=", value, "shareCountFriend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendLessThan(Integer value) {
|
|
|
+ addCriterion("share_count_friend <", value, "shareCountFriend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_friend <=", value, "shareCountFriend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendIn(List<Integer> values) {
|
|
|
+ addCriterion("share_count_friend in", values, "shareCountFriend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendNotIn(List<Integer> values) {
|
|
|
+ addCriterion("share_count_friend not in", values, "shareCountFriend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_count_friend between", value1, value2, "shareCountFriend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_count_friend not between", value1, value2, "shareCountFriend");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalIsNull() {
|
|
|
+ addCriterion("share_count_friend_total is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalIsNotNull() {
|
|
|
+ addCriterion("share_count_friend_total is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_friend_total =", value, "shareCountFriendTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalNotEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_friend_total <>", value, "shareCountFriendTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalGreaterThan(Integer value) {
|
|
|
+ addCriterion("share_count_friend_total >", value, "shareCountFriendTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_friend_total >=", value, "shareCountFriendTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalLessThan(Integer value) {
|
|
|
+ addCriterion("share_count_friend_total <", value, "shareCountFriendTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_count_friend_total <=", value, "shareCountFriendTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalIn(List<Integer> values) {
|
|
|
+ addCriterion("share_count_friend_total in", values, "shareCountFriendTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalNotIn(List<Integer> values) {
|
|
|
+ addCriterion("share_count_friend_total not in", values, "shareCountFriendTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_count_friend_total between", value1, value2, "shareCountFriendTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCountFriendTotalNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_count_friend_total not between", value1, value2, "shareCountFriendTotal");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsIsNull() {
|
|
|
+ addCriterion("favoriteds is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsIsNotNull() {
|
|
|
+ addCriterion("favoriteds is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsEqualTo(Long value) {
|
|
|
+ addCriterion("favoriteds =", value, "favoriteds");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsNotEqualTo(Long value) {
|
|
|
+ addCriterion("favoriteds <>", value, "favoriteds");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsGreaterThan(Long value) {
|
|
|
+ addCriterion("favoriteds >", value, "favoriteds");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("favoriteds >=", value, "favoriteds");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsLessThan(Long value) {
|
|
|
+ addCriterion("favoriteds <", value, "favoriteds");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("favoriteds <=", value, "favoriteds");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsIn(List<Long> values) {
|
|
|
+ addCriterion("favoriteds in", values, "favoriteds");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsNotIn(List<Long> values) {
|
|
|
+ addCriterion("favoriteds not in", values, "favoriteds");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("favoriteds between", value1, value2, "favoriteds");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFavoritedsNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("favoriteds not between", value1, value2, "favoriteds");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeIsNull() {
|
|
|
+ addCriterion("total_time is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeIsNotNull() {
|
|
|
+ addCriterion("total_time is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeEqualTo(Integer value) {
|
|
|
+ addCriterion("total_time =", value, "totalTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeNotEqualTo(Integer value) {
|
|
|
+ addCriterion("total_time <>", value, "totalTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeGreaterThan(Integer value) {
|
|
|
+ addCriterion("total_time >", value, "totalTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("total_time >=", value, "totalTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeLessThan(Integer value) {
|
|
|
+ addCriterion("total_time <", value, "totalTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("total_time <=", value, "totalTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeIn(List<Integer> values) {
|
|
|
+ addCriterion("total_time in", values, "totalTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeNotIn(List<Integer> values) {
|
|
|
+ addCriterion("total_time not in", values, "totalTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("total_time between", value1, value2, "totalTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTotalTimeNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("total_time not between", value1, value2, "totalTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateIsNull() {
|
|
|
+ addCriterion("rotate is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateIsNotNull() {
|
|
|
+ addCriterion("rotate is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateEqualTo(String value) {
|
|
|
+ addCriterion("rotate =", value, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateNotEqualTo(String value) {
|
|
|
+ addCriterion("rotate <>", value, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateGreaterThan(String value) {
|
|
|
+ addCriterion("rotate >", value, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("rotate >=", value, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateLessThan(String value) {
|
|
|
+ addCriterion("rotate <", value, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("rotate <=", value, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateLike(String value) {
|
|
|
+ addCriterion("rotate like", value, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateNotLike(String value) {
|
|
|
+ addCriterion("rotate not like", value, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateIn(List<String> values) {
|
|
|
+ addCriterion("rotate in", values, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateNotIn(List<String> values) {
|
|
|
+ addCriterion("rotate not in", values, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateBetween(String value1, String value2) {
|
|
|
+ addCriterion("rotate between", value1, value2, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRotateNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("rotate not between", value1, value2, "rotate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateIsNull() {
|
|
|
+ addCriterion("bit_rate is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateIsNotNull() {
|
|
|
+ addCriterion("bit_rate is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateEqualTo(Long value) {
|
|
|
+ addCriterion("bit_rate =", value, "bitRate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateNotEqualTo(Long value) {
|
|
|
+ addCriterion("bit_rate <>", value, "bitRate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateGreaterThan(Long value) {
|
|
|
+ addCriterion("bit_rate >", value, "bitRate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("bit_rate >=", value, "bitRate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateLessThan(Long value) {
|
|
|
+ addCriterion("bit_rate <", value, "bitRate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("bit_rate <=", value, "bitRate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateIn(List<Long> values) {
|
|
|
+ addCriterion("bit_rate in", values, "bitRate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateNotIn(List<Long> values) {
|
|
|
+ addCriterion("bit_rate not in", values, "bitRate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("bit_rate between", value1, value2, "bitRate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBitRateNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("bit_rate not between", value1, value2, "bitRate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusIsNull() {
|
|
|
+ addCriterion("transcode_status is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusIsNotNull() {
|
|
|
+ addCriterion("transcode_status is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusEqualTo(Integer value) {
|
|
|
+ addCriterion("transcode_status =", value, "transcodeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusNotEqualTo(Integer value) {
|
|
|
+ addCriterion("transcode_status <>", value, "transcodeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusGreaterThan(Integer value) {
|
|
|
+ addCriterion("transcode_status >", value, "transcodeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("transcode_status >=", value, "transcodeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusLessThan(Integer value) {
|
|
|
+ addCriterion("transcode_status <", value, "transcodeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("transcode_status <=", value, "transcodeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusIn(List<Integer> values) {
|
|
|
+ addCriterion("transcode_status in", values, "transcodeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusNotIn(List<Integer> values) {
|
|
|
+ addCriterion("transcode_status not in", values, "transcodeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("transcode_status between", value1, value2, "transcodeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeStatusNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("transcode_status not between", value1, value2, "transcodeStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeIsNull() {
|
|
|
+ addCriterion("transcode_done_datetime is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeIsNotNull() {
|
|
|
+ addCriterion("transcode_done_datetime is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeEqualTo(Date value) {
|
|
|
+ addCriterion("transcode_done_datetime =", value, "transcodeDoneDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeNotEqualTo(Date value) {
|
|
|
+ addCriterion("transcode_done_datetime <>", value, "transcodeDoneDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeGreaterThan(Date value) {
|
|
|
+ addCriterion("transcode_done_datetime >", value, "transcodeDoneDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeGreaterThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("transcode_done_datetime >=", value, "transcodeDoneDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeLessThan(Date value) {
|
|
|
+ addCriterion("transcode_done_datetime <", value, "transcodeDoneDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeLessThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("transcode_done_datetime <=", value, "transcodeDoneDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeIn(List<Date> values) {
|
|
|
+ addCriterion("transcode_done_datetime in", values, "transcodeDoneDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeNotIn(List<Date> values) {
|
|
|
+ addCriterion("transcode_done_datetime not in", values, "transcodeDoneDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("transcode_done_datetime between", value1, value2, "transcodeDoneDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTranscodeDoneDatetimeNotBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("transcode_done_datetime not between", value1, value2, "transcodeDoneDatetime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdIsNull() {
|
|
|
+ addCriterion("request_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdIsNotNull() {
|
|
|
+ addCriterion("request_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdEqualTo(String value) {
|
|
|
+ addCriterion("request_id =", value, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdNotEqualTo(String value) {
|
|
|
+ addCriterion("request_id <>", value, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdGreaterThan(String value) {
|
|
|
+ addCriterion("request_id >", value, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("request_id >=", value, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdLessThan(String value) {
|
|
|
+ addCriterion("request_id <", value, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("request_id <=", value, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdLike(String value) {
|
|
|
+ addCriterion("request_id like", value, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdNotLike(String value) {
|
|
|
+ addCriterion("request_id not like", value, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdIn(List<String> values) {
|
|
|
+ addCriterion("request_id in", values, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdNotIn(List<String> values) {
|
|
|
+ addCriterion("request_id not in", values, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("request_id between", value1, value2, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRequestIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("request_id not between", value1, value2, "requestId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdIsNull() {
|
|
|
+ addCriterion("job_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdIsNotNull() {
|
|
|
+ addCriterion("job_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdEqualTo(String value) {
|
|
|
+ addCriterion("job_id =", value, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdNotEqualTo(String value) {
|
|
|
+ addCriterion("job_id <>", value, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdGreaterThan(String value) {
|
|
|
+ addCriterion("job_id >", value, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("job_id >=", value, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdLessThan(String value) {
|
|
|
+ addCriterion("job_id <", value, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("job_id <=", value, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdLike(String value) {
|
|
|
+ addCriterion("job_id like", value, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdNotLike(String value) {
|
|
|
+ addCriterion("job_id not like", value, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdIn(List<String> values) {
|
|
|
+ addCriterion("job_id in", values, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdNotIn(List<String> values) {
|
|
|
+ addCriterion("job_id not in", values, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("job_id between", value1, value2, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andJobIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("job_id not between", value1, value2, "jobId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathIsNull() {
|
|
|
+ addCriterion("transed_video_path is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathIsNotNull() {
|
|
|
+ addCriterion("transed_video_path is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathEqualTo(String value) {
|
|
|
+ addCriterion("transed_video_path =", value, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathNotEqualTo(String value) {
|
|
|
+ addCriterion("transed_video_path <>", value, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathGreaterThan(String value) {
|
|
|
+ addCriterion("transed_video_path >", value, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("transed_video_path >=", value, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathLessThan(String value) {
|
|
|
+ addCriterion("transed_video_path <", value, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("transed_video_path <=", value, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathLike(String value) {
|
|
|
+ addCriterion("transed_video_path like", value, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathNotLike(String value) {
|
|
|
+ addCriterion("transed_video_path not like", value, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathIn(List<String> values) {
|
|
|
+ addCriterion("transed_video_path in", values, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathNotIn(List<String> values) {
|
|
|
+ addCriterion("transed_video_path not in", values, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathBetween(String value1, String value2) {
|
|
|
+ addCriterion("transed_video_path between", value1, value2, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTransedVideoPathNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("transed_video_path not between", value1, value2, "transedVideoPath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateIsNull() {
|
|
|
+ addCriterion("gmt_create is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateIsNotNull() {
|
|
|
+ addCriterion("gmt_create is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateEqualTo(Date value) {
|
|
|
+ addCriterion("gmt_create =", value, "gmtCreate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateNotEqualTo(Date value) {
|
|
|
+ addCriterion("gmt_create <>", value, "gmtCreate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateGreaterThan(Date value) {
|
|
|
+ addCriterion("gmt_create >", value, "gmtCreate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateGreaterThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("gmt_create >=", value, "gmtCreate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateLessThan(Date value) {
|
|
|
+ addCriterion("gmt_create <", value, "gmtCreate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateLessThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("gmt_create <=", value, "gmtCreate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateIn(List<Date> values) {
|
|
|
+ addCriterion("gmt_create in", values, "gmtCreate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateNotIn(List<Date> values) {
|
|
|
+ addCriterion("gmt_create not in", values, "gmtCreate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("gmt_create between", value1, value2, "gmtCreate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateNotBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("gmt_create not between", value1, value2, "gmtCreate");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByIsNull() {
|
|
|
+ addCriterion("changed_by is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByIsNotNull() {
|
|
|
+ addCriterion("changed_by is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByEqualTo(Long value) {
|
|
|
+ addCriterion("changed_by =", value, "changedBy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByNotEqualTo(Long value) {
|
|
|
+ addCriterion("changed_by <>", value, "changedBy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByGreaterThan(Long value) {
|
|
|
+ addCriterion("changed_by >", value, "changedBy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("changed_by >=", value, "changedBy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByLessThan(Long value) {
|
|
|
+ addCriterion("changed_by <", value, "changedBy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("changed_by <=", value, "changedBy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByIn(List<Long> values) {
|
|
|
+ addCriterion("changed_by in", values, "changedBy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByNotIn(List<Long> values) {
|
|
|
+ addCriterion("changed_by not in", values, "changedBy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("changed_by between", value1, value2, "changedBy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChangedByNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("changed_by not between", value1, value2, "changedBy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedIsNull() {
|
|
|
+ addCriterion("gmt_modified is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedIsNotNull() {
|
|
|
+ addCriterion("gmt_modified is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedEqualTo(Date value) {
|
|
|
+ addCriterion("gmt_modified =", value, "gmtModified");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedNotEqualTo(Date value) {
|
|
|
+ addCriterion("gmt_modified <>", value, "gmtModified");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedGreaterThan(Date value) {
|
|
|
+ addCriterion("gmt_modified >", value, "gmtModified");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedGreaterThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("gmt_modified >=", value, "gmtModified");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedLessThan(Date value) {
|
|
|
+ addCriterion("gmt_modified <", value, "gmtModified");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedLessThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("gmt_modified <=", value, "gmtModified");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedIn(List<Date> values) {
|
|
|
+ addCriterion("gmt_modified in", values, "gmtModified");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedNotIn(List<Date> values) {
|
|
|
+ addCriterion("gmt_modified not in", values, "gmtModified");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("gmt_modified between", value1, value2, "gmtModified");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedNotBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("gmt_modified not between", value1, value2, "gmtModified");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampIsNull() {
|
|
|
+ addCriterion("gmt_create_timestamp is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampIsNotNull() {
|
|
|
+ addCriterion("gmt_create_timestamp is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampEqualTo(Long value) {
|
|
|
+ addCriterion("gmt_create_timestamp =", value, "gmtCreateTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampNotEqualTo(Long value) {
|
|
|
+ addCriterion("gmt_create_timestamp <>", value, "gmtCreateTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampGreaterThan(Long value) {
|
|
|
+ addCriterion("gmt_create_timestamp >", value, "gmtCreateTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("gmt_create_timestamp >=", value, "gmtCreateTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampLessThan(Long value) {
|
|
|
+ addCriterion("gmt_create_timestamp <", value, "gmtCreateTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("gmt_create_timestamp <=", value, "gmtCreateTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampIn(List<Long> values) {
|
|
|
+ addCriterion("gmt_create_timestamp in", values, "gmtCreateTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampNotIn(List<Long> values) {
|
|
|
+ addCriterion("gmt_create_timestamp not in", values, "gmtCreateTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("gmt_create_timestamp between", value1, value2, "gmtCreateTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtCreateTimestampNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("gmt_create_timestamp not between", value1, value2, "gmtCreateTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampIsNull() {
|
|
|
+ addCriterion("gmt_modified_timestamp is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampIsNotNull() {
|
|
|
+ addCriterion("gmt_modified_timestamp is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampEqualTo(Long value) {
|
|
|
+ addCriterion("gmt_modified_timestamp =", value, "gmtModifiedTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampNotEqualTo(Long value) {
|
|
|
+ addCriterion("gmt_modified_timestamp <>", value, "gmtModifiedTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampGreaterThan(Long value) {
|
|
|
+ addCriterion("gmt_modified_timestamp >", value, "gmtModifiedTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("gmt_modified_timestamp >=", value, "gmtModifiedTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampLessThan(Long value) {
|
|
|
+ addCriterion("gmt_modified_timestamp <", value, "gmtModifiedTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("gmt_modified_timestamp <=", value, "gmtModifiedTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampIn(List<Long> values) {
|
|
|
+ addCriterion("gmt_modified_timestamp in", values, "gmtModifiedTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampNotIn(List<Long> values) {
|
|
|
+ addCriterion("gmt_modified_timestamp not in", values, "gmtModifiedTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("gmt_modified_timestamp between", value1, value2, "gmtModifiedTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGmtModifiedTimestampNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("gmt_modified_timestamp not between", value1, value2, "gmtModifiedTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionIsNull() {
|
|
|
+ addCriterion("version is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionIsNotNull() {
|
|
|
+ addCriterion("version is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionEqualTo(Integer value) {
|
|
|
+ addCriterion("version =", value, "version");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionNotEqualTo(Integer value) {
|
|
|
+ addCriterion("version <>", value, "version");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionGreaterThan(Integer value) {
|
|
|
+ addCriterion("version >", value, "version");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("version >=", value, "version");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionLessThan(Integer value) {
|
|
|
+ addCriterion("version <", value, "version");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("version <=", value, "version");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionIn(List<Integer> values) {
|
|
|
+ addCriterion("version in", values, "version");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionNotIn(List<Integer> values) {
|
|
|
+ addCriterion("version not in", values, "version");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("version between", value1, value2, "version");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVersionNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("version not between", value1, value2, "version");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemIsNull() {
|
|
|
+ addCriterion("`system` is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemIsNotNull() {
|
|
|
+ addCriterion("`system` is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemEqualTo(String value) {
|
|
|
+ addCriterion("`system` =", value, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemNotEqualTo(String value) {
|
|
|
+ addCriterion("`system` <>", value, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemGreaterThan(String value) {
|
|
|
+ addCriterion("`system` >", value, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("`system` >=", value, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemLessThan(String value) {
|
|
|
+ addCriterion("`system` <", value, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("`system` <=", value, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemLike(String value) {
|
|
|
+ addCriterion("`system` like", value, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemNotLike(String value) {
|
|
|
+ addCriterion("`system` not like", value, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemIn(List<String> values) {
|
|
|
+ addCriterion("`system` in", values, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemNotIn(List<String> values) {
|
|
|
+ addCriterion("`system` not in", values, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemBetween(String value1, String value2) {
|
|
|
+ addCriterion("`system` between", value1, value2, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSystemNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("`system` not between", value1, value2, "system");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusIsNull() {
|
|
|
+ addCriterion("`status` is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusIsNotNull() {
|
|
|
+ addCriterion("`status` is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusEqualTo(Integer value) {
|
|
|
+ addCriterion("`status` =", value, "status");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusNotEqualTo(Integer value) {
|
|
|
+ addCriterion("`status` <>", value, "status");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusGreaterThan(Integer value) {
|
|
|
+ addCriterion("`status` >", value, "status");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("`status` >=", value, "status");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusLessThan(Integer value) {
|
|
|
+ addCriterion("`status` <", value, "status");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("`status` <=", value, "status");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusIn(List<Integer> values) {
|
|
|
+ addCriterion("`status` in", values, "status");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusNotIn(List<Integer> values) {
|
|
|
+ addCriterion("`status` not in", values, "status");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("`status` between", value1, value2, "status");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStatusNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("`status` not between", value1, value2, "status");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsIsNull() {
|
|
|
+ addCriterion("file_extensions is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsIsNotNull() {
|
|
|
+ addCriterion("file_extensions is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsEqualTo(String value) {
|
|
|
+ addCriterion("file_extensions =", value, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsNotEqualTo(String value) {
|
|
|
+ addCriterion("file_extensions <>", value, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsGreaterThan(String value) {
|
|
|
+ addCriterion("file_extensions >", value, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("file_extensions >=", value, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsLessThan(String value) {
|
|
|
+ addCriterion("file_extensions <", value, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("file_extensions <=", value, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsLike(String value) {
|
|
|
+ addCriterion("file_extensions like", value, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsNotLike(String value) {
|
|
|
+ addCriterion("file_extensions not like", value, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsIn(List<String> values) {
|
|
|
+ addCriterion("file_extensions in", values, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsNotIn(List<String> values) {
|
|
|
+ addCriterion("file_extensions not in", values, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsBetween(String value1, String value2) {
|
|
|
+ addCriterion("file_extensions between", value1, value2, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andFileExtensionsNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("file_extensions not between", value1, value2, "fileExtensions");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusIsNull() {
|
|
|
+ addCriterion("examine_status is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusIsNotNull() {
|
|
|
+ addCriterion("examine_status is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusEqualTo(Integer value) {
|
|
|
+ addCriterion("examine_status =", value, "examineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusNotEqualTo(Integer value) {
|
|
|
+ addCriterion("examine_status <>", value, "examineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusGreaterThan(Integer value) {
|
|
|
+ addCriterion("examine_status >", value, "examineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("examine_status >=", value, "examineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusLessThan(Integer value) {
|
|
|
+ addCriterion("examine_status <", value, "examineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("examine_status <=", value, "examineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusIn(List<Integer> values) {
|
|
|
+ addCriterion("examine_status in", values, "examineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusNotIn(List<Integer> values) {
|
|
|
+ addCriterion("examine_status not in", values, "examineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("examine_status between", value1, value2, "examineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andExamineStatusNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("examine_status not between", value1, value2, "examineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5IsNull() {
|
|
|
+ addCriterion("content_md5 is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5IsNotNull() {
|
|
|
+ addCriterion("content_md5 is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5EqualTo(String value) {
|
|
|
+ addCriterion("content_md5 =", value, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5NotEqualTo(String value) {
|
|
|
+ addCriterion("content_md5 <>", value, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5GreaterThan(String value) {
|
|
|
+ addCriterion("content_md5 >", value, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5GreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("content_md5 >=", value, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5LessThan(String value) {
|
|
|
+ addCriterion("content_md5 <", value, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5LessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("content_md5 <=", value, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5Like(String value) {
|
|
|
+ addCriterion("content_md5 like", value, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5NotLike(String value) {
|
|
|
+ addCriterion("content_md5 not like", value, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5In(List<String> values) {
|
|
|
+ addCriterion("content_md5 in", values, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5NotIn(List<String> values) {
|
|
|
+ addCriterion("content_md5 not in", values, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5Between(String value1, String value2) {
|
|
|
+ addCriterion("content_md5 between", value1, value2, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andContentMd5NotBetween(String value1, String value2) {
|
|
|
+ addCriterion("content_md5 not between", value1, value2, "contentMd5");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeIsNull() {
|
|
|
+ addCriterion("`size` is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeIsNotNull() {
|
|
|
+ addCriterion("`size` is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeEqualTo(Long value) {
|
|
|
+ addCriterion("`size` =", value, "size");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeNotEqualTo(Long value) {
|
|
|
+ addCriterion("`size` <>", value, "size");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeGreaterThan(Long value) {
|
|
|
+ addCriterion("`size` >", value, "size");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("`size` >=", value, "size");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeLessThan(Long value) {
|
|
|
+ addCriterion("`size` <", value, "size");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("`size` <=", value, "size");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeIn(List<Long> values) {
|
|
|
+ addCriterion("`size` in", values, "size");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeNotIn(List<Long> values) {
|
|
|
+ addCriterion("`size` not in", values, "size");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("`size` between", value1, value2, "size");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSizeNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("`size` not between", value1, value2, "size");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameIsNull() {
|
|
|
+ addCriterion("code_name is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameIsNotNull() {
|
|
|
+ addCriterion("code_name is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameEqualTo(String value) {
|
|
|
+ addCriterion("code_name =", value, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameNotEqualTo(String value) {
|
|
|
+ addCriterion("code_name <>", value, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameGreaterThan(String value) {
|
|
|
+ addCriterion("code_name >", value, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("code_name >=", value, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameLessThan(String value) {
|
|
|
+ addCriterion("code_name <", value, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("code_name <=", value, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameLike(String value) {
|
|
|
+ addCriterion("code_name like", value, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameNotLike(String value) {
|
|
|
+ addCriterion("code_name not like", value, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameIn(List<String> values) {
|
|
|
+ addCriterion("code_name in", values, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameNotIn(List<String> values) {
|
|
|
+ addCriterion("code_name not in", values, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameBetween(String value1, String value2) {
|
|
|
+ addCriterion("code_name between", value1, value2, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCodeNameNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("code_name not between", value1, value2, "codeName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdIsNull() {
|
|
|
+ addCriterion("video_collection_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdIsNotNull() {
|
|
|
+ addCriterion("video_collection_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdEqualTo(Long value) {
|
|
|
+ addCriterion("video_collection_id =", value, "videoCollectionId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdNotEqualTo(Long value) {
|
|
|
+ addCriterion("video_collection_id <>", value, "videoCollectionId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdGreaterThan(Long value) {
|
|
|
+ addCriterion("video_collection_id >", value, "videoCollectionId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("video_collection_id >=", value, "videoCollectionId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdLessThan(Long value) {
|
|
|
+ addCriterion("video_collection_id <", value, "videoCollectionId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("video_collection_id <=", value, "videoCollectionId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdIn(List<Long> values) {
|
|
|
+ addCriterion("video_collection_id in", values, "videoCollectionId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdNotIn(List<Long> values) {
|
|
|
+ addCriterion("video_collection_id not in", values, "videoCollectionId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("video_collection_id between", value1, value2, "videoCollectionId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoCollectionIdNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("video_collection_id not between", value1, value2, "videoCollectionId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusIsNull() {
|
|
|
+ addCriterion("recommend_status is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusIsNotNull() {
|
|
|
+ addCriterion("recommend_status is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusEqualTo(Integer value) {
|
|
|
+ addCriterion("recommend_status =", value, "recommendStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusNotEqualTo(Integer value) {
|
|
|
+ addCriterion("recommend_status <>", value, "recommendStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusGreaterThan(Integer value) {
|
|
|
+ addCriterion("recommend_status >", value, "recommendStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("recommend_status >=", value, "recommendStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusLessThan(Integer value) {
|
|
|
+ addCriterion("recommend_status <", value, "recommendStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("recommend_status <=", value, "recommendStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusIn(List<Integer> values) {
|
|
|
+ addCriterion("recommend_status in", values, "recommendStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusNotIn(List<Integer> values) {
|
|
|
+ addCriterion("recommend_status not in", values, "recommendStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("recommend_status between", value1, value2, "recommendStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRecommendStatusNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("recommend_status not between", value1, value2, "recommendStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountIsNull() {
|
|
|
+ addCriterion("tag_count is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountIsNotNull() {
|
|
|
+ addCriterion("tag_count is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountEqualTo(Integer value) {
|
|
|
+ addCriterion("tag_count =", value, "tagCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountNotEqualTo(Integer value) {
|
|
|
+ addCriterion("tag_count <>", value, "tagCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountGreaterThan(Integer value) {
|
|
|
+ addCriterion("tag_count >", value, "tagCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("tag_count >=", value, "tagCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountLessThan(Integer value) {
|
|
|
+ addCriterion("tag_count <", value, "tagCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("tag_count <=", value, "tagCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountIn(List<Integer> values) {
|
|
|
+ addCriterion("tag_count in", values, "tagCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountNotIn(List<Integer> values) {
|
|
|
+ addCriterion("tag_count not in", values, "tagCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("tag_count between", value1, value2, "tagCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTagCountNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("tag_count not between", value1, value2, "tagCount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusIsNull() {
|
|
|
+ addCriterion("stage_recommend_examine_status is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusIsNotNull() {
|
|
|
+ addCriterion("stage_recommend_examine_status is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusEqualTo(Integer value) {
|
|
|
+ addCriterion("stage_recommend_examine_status =", value, "stageRecommendExamineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusNotEqualTo(Integer value) {
|
|
|
+ addCriterion("stage_recommend_examine_status <>", value, "stageRecommendExamineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusGreaterThan(Integer value) {
|
|
|
+ addCriterion("stage_recommend_examine_status >", value, "stageRecommendExamineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("stage_recommend_examine_status >=", value, "stageRecommendExamineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusLessThan(Integer value) {
|
|
|
+ addCriterion("stage_recommend_examine_status <", value, "stageRecommendExamineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("stage_recommend_examine_status <=", value, "stageRecommendExamineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusIn(List<Integer> values) {
|
|
|
+ addCriterion("stage_recommend_examine_status in", values, "stageRecommendExamineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusNotIn(List<Integer> values) {
|
|
|
+ addCriterion("stage_recommend_examine_status not in", values, "stageRecommendExamineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("stage_recommend_examine_status between", value1, value2, "stageRecommendExamineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStageRecommendExamineStatusNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("stage_recommend_examine_status not between", value1, value2, "stageRecommendExamineStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusIsNull() {
|
|
|
+ addCriterion("sensitive_status is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusIsNotNull() {
|
|
|
+ addCriterion("sensitive_status is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusEqualTo(Integer value) {
|
|
|
+ addCriterion("sensitive_status =", value, "sensitiveStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusNotEqualTo(Integer value) {
|
|
|
+ addCriterion("sensitive_status <>", value, "sensitiveStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusGreaterThan(Integer value) {
|
|
|
+ addCriterion("sensitive_status >", value, "sensitiveStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("sensitive_status >=", value, "sensitiveStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusLessThan(Integer value) {
|
|
|
+ addCriterion("sensitive_status <", value, "sensitiveStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("sensitive_status <=", value, "sensitiveStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusIn(List<Integer> values) {
|
|
|
+ addCriterion("sensitive_status in", values, "sensitiveStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusNotIn(List<Integer> values) {
|
|
|
+ addCriterion("sensitive_status not in", values, "sensitiveStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("sensitive_status between", value1, value2, "sensitiveStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSensitiveStatusNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("sensitive_status not between", value1, value2, "sensitiveStatus");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketIsNull() {
|
|
|
+ addCriterion("is_foreogn_bucket is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketIsNotNull() {
|
|
|
+ addCriterion("is_foreogn_bucket is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketEqualTo(Byte value) {
|
|
|
+ addCriterion("is_foreogn_bucket =", value, "isForeognBucket");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketNotEqualTo(Byte value) {
|
|
|
+ addCriterion("is_foreogn_bucket <>", value, "isForeognBucket");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketGreaterThan(Byte value) {
|
|
|
+ addCriterion("is_foreogn_bucket >", value, "isForeognBucket");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketGreaterThanOrEqualTo(Byte value) {
|
|
|
+ addCriterion("is_foreogn_bucket >=", value, "isForeognBucket");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketLessThan(Byte value) {
|
|
|
+ addCriterion("is_foreogn_bucket <", value, "isForeognBucket");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketLessThanOrEqualTo(Byte value) {
|
|
|
+ addCriterion("is_foreogn_bucket <=", value, "isForeognBucket");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketIn(List<Byte> values) {
|
|
|
+ addCriterion("is_foreogn_bucket in", values, "isForeognBucket");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketNotIn(List<Byte> values) {
|
|
|
+ addCriterion("is_foreogn_bucket not in", values, "isForeognBucket");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketBetween(Byte value1, Byte value2) {
|
|
|
+ addCriterion("is_foreogn_bucket between", value1, value2, "isForeognBucket");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIsForeognBucketNotBetween(Byte value1, Byte value2) {
|
|
|
+ addCriterion("is_foreogn_bucket not between", value1, value2, "isForeognBucket");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathIsNull() {
|
|
|
+ addCriterion("new_share_image_path is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathIsNotNull() {
|
|
|
+ addCriterion("new_share_image_path is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathEqualTo(String value) {
|
|
|
+ addCriterion("new_share_image_path =", value, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathNotEqualTo(String value) {
|
|
|
+ addCriterion("new_share_image_path <>", value, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathGreaterThan(String value) {
|
|
|
+ addCriterion("new_share_image_path >", value, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("new_share_image_path >=", value, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathLessThan(String value) {
|
|
|
+ addCriterion("new_share_image_path <", value, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("new_share_image_path <=", value, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathLike(String value) {
|
|
|
+ addCriterion("new_share_image_path like", value, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathNotLike(String value) {
|
|
|
+ addCriterion("new_share_image_path not like", value, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathIn(List<String> values) {
|
|
|
+ addCriterion("new_share_image_path in", values, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathNotIn(List<String> values) {
|
|
|
+ addCriterion("new_share_image_path not in", values, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathBetween(String value1, String value2) {
|
|
|
+ addCriterion("new_share_image_path between", value1, value2, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andNewShareImagePathNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("new_share_image_path not between", value1, value2, "newShareImagePath");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated do_not_delete_during_merge Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ public static class Criteria extends GeneratedCriteria {
|
|
|
+
|
|
|
+ protected Criteria() {
|
|
|
+ super();
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table wx_video
|
|
|
+ *
|
|
|
+ * @mbg.generated Tue Apr 15 20:36:38 CST 2025
|
|
|
+ */
|
|
|
+ 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);
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|