|
|
@@ -0,0 +1,1262 @@
|
|
|
+package com.tzld.supply.model.po.supply.spider;
|
|
|
+
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class AiModelTtsExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 CST 2025
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 CST 2025
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 CST 2025
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 CST 2025
|
|
|
+ */
|
|
|
+ public AiModelTtsExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 CST 2025
|
|
|
+ */
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 CST 2025
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 CST 2025
|
|
|
+ */
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
+ this.distinct = distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 CST 2025
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 CST 2025
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 CST 2025
|
|
|
+ */
|
|
|
+ public void or(Criteria criteria) {
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 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 ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 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 ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 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 ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 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 ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 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(String value) {
|
|
|
+ addCriterion("id =", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotEqualTo(String value) {
|
|
|
+ addCriterion("id <>", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThan(String value) {
|
|
|
+ addCriterion("id >", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("id >=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThan(String value) {
|
|
|
+ addCriterion("id <", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("id <=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLike(String value) {
|
|
|
+ addCriterion("id like", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotLike(String value) {
|
|
|
+ addCriterion("id not like", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdIn(List<String> values) {
|
|
|
+ addCriterion("id in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotIn(List<String> values) {
|
|
|
+ addCriterion("id not in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("id between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("id not between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelIsNull() {
|
|
|
+ addCriterion("model is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelIsNotNull() {
|
|
|
+ addCriterion("model is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelEqualTo(String value) {
|
|
|
+ addCriterion("model =", value, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelNotEqualTo(String value) {
|
|
|
+ addCriterion("model <>", value, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelGreaterThan(String value) {
|
|
|
+ addCriterion("model >", value, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("model >=", value, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelLessThan(String value) {
|
|
|
+ addCriterion("model <", value, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("model <=", value, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelLike(String value) {
|
|
|
+ addCriterion("model like", value, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelNotLike(String value) {
|
|
|
+ addCriterion("model not like", value, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelIn(List<String> values) {
|
|
|
+ addCriterion("model in", values, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelNotIn(List<String> values) {
|
|
|
+ addCriterion("model not in", values, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelBetween(String value1, String value2) {
|
|
|
+ addCriterion("model between", value1, value2, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andModelNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("model not between", value1, value2, "model");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdIsNull() {
|
|
|
+ addCriterion("tts_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdIsNotNull() {
|
|
|
+ addCriterion("tts_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdEqualTo(String value) {
|
|
|
+ addCriterion("tts_id =", value, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdNotEqualTo(String value) {
|
|
|
+ addCriterion("tts_id <>", value, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdGreaterThan(String value) {
|
|
|
+ addCriterion("tts_id >", value, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("tts_id >=", value, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdLessThan(String value) {
|
|
|
+ addCriterion("tts_id <", value, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("tts_id <=", value, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdLike(String value) {
|
|
|
+ addCriterion("tts_id like", value, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdNotLike(String value) {
|
|
|
+ addCriterion("tts_id not like", value, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdIn(List<String> values) {
|
|
|
+ addCriterion("tts_id in", values, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdNotIn(List<String> values) {
|
|
|
+ addCriterion("tts_id not in", values, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("tts_id between", value1, value2, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTtsIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("tts_id not between", value1, value2, "ttsId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIsNull() {
|
|
|
+ addCriterion("speaker is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIsNotNull() {
|
|
|
+ addCriterion("speaker is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerEqualTo(String value) {
|
|
|
+ addCriterion("speaker =", value, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerNotEqualTo(String value) {
|
|
|
+ addCriterion("speaker <>", value, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerGreaterThan(String value) {
|
|
|
+ addCriterion("speaker >", value, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("speaker >=", value, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLessThan(String value) {
|
|
|
+ addCriterion("speaker <", value, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("speaker <=", value, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLike(String value) {
|
|
|
+ addCriterion("speaker like", value, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerNotLike(String value) {
|
|
|
+ addCriterion("speaker not like", value, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIn(List<String> values) {
|
|
|
+ addCriterion("speaker in", values, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerNotIn(List<String> values) {
|
|
|
+ addCriterion("speaker not in", values, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerBetween(String value1, String value2) {
|
|
|
+ addCriterion("speaker between", value1, value2, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("speaker not between", value1, value2, "speaker");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdIsNull() {
|
|
|
+ addCriterion("speaker_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdIsNotNull() {
|
|
|
+ addCriterion("speaker_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdEqualTo(String value) {
|
|
|
+ addCriterion("speaker_id =", value, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdNotEqualTo(String value) {
|
|
|
+ addCriterion("speaker_id <>", value, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdGreaterThan(String value) {
|
|
|
+ addCriterion("speaker_id >", value, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("speaker_id >=", value, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdLessThan(String value) {
|
|
|
+ addCriterion("speaker_id <", value, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("speaker_id <=", value, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdLike(String value) {
|
|
|
+ addCriterion("speaker_id like", value, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdNotLike(String value) {
|
|
|
+ addCriterion("speaker_id not like", value, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdIn(List<String> values) {
|
|
|
+ addCriterion("speaker_id in", values, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdNotIn(List<String> values) {
|
|
|
+ addCriterion("speaker_id not in", values, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("speaker_id between", value1, value2, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("speaker_id not between", value1, value2, "speakerId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelIsNull() {
|
|
|
+ addCriterion("speaker_label is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelIsNotNull() {
|
|
|
+ addCriterion("speaker_label is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelEqualTo(String value) {
|
|
|
+ addCriterion("speaker_label =", value, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelNotEqualTo(String value) {
|
|
|
+ addCriterion("speaker_label <>", value, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelGreaterThan(String value) {
|
|
|
+ addCriterion("speaker_label >", value, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("speaker_label >=", value, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelLessThan(String value) {
|
|
|
+ addCriterion("speaker_label <", value, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("speaker_label <=", value, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelLike(String value) {
|
|
|
+ addCriterion("speaker_label like", value, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelNotLike(String value) {
|
|
|
+ addCriterion("speaker_label not like", value, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelIn(List<String> values) {
|
|
|
+ addCriterion("speaker_label in", values, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelNotIn(List<String> values) {
|
|
|
+ addCriterion("speaker_label not in", values, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelBetween(String value1, String value2) {
|
|
|
+ addCriterion("speaker_label between", value1, value2, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSpeakerLabelNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("speaker_label not between", value1, value2, "speakerLabel");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlIsNull() {
|
|
|
+ addCriterion("audio_url is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlIsNotNull() {
|
|
|
+ addCriterion("audio_url is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlEqualTo(String value) {
|
|
|
+ addCriterion("audio_url =", value, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlNotEqualTo(String value) {
|
|
|
+ addCriterion("audio_url <>", value, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlGreaterThan(String value) {
|
|
|
+ addCriterion("audio_url >", value, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("audio_url >=", value, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlLessThan(String value) {
|
|
|
+ addCriterion("audio_url <", value, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("audio_url <=", value, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlLike(String value) {
|
|
|
+ addCriterion("audio_url like", value, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlNotLike(String value) {
|
|
|
+ addCriterion("audio_url not like", value, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlIn(List<String> values) {
|
|
|
+ addCriterion("audio_url in", values, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlNotIn(List<String> values) {
|
|
|
+ addCriterion("audio_url not in", values, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlBetween(String value1, String value2) {
|
|
|
+ addCriterion("audio_url between", value1, value2, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAudioUrlNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("audio_url not between", value1, value2, "audioUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdIsNull() {
|
|
|
+ addCriterion("refer_account_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdIsNotNull() {
|
|
|
+ addCriterion("refer_account_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdEqualTo(String value) {
|
|
|
+ addCriterion("refer_account_id =", value, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdNotEqualTo(String value) {
|
|
|
+ addCriterion("refer_account_id <>", value, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdGreaterThan(String value) {
|
|
|
+ addCriterion("refer_account_id >", value, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("refer_account_id >=", value, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdLessThan(String value) {
|
|
|
+ addCriterion("refer_account_id <", value, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("refer_account_id <=", value, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdLike(String value) {
|
|
|
+ addCriterion("refer_account_id like", value, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdNotLike(String value) {
|
|
|
+ addCriterion("refer_account_id not like", value, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdIn(List<String> values) {
|
|
|
+ addCriterion("refer_account_id in", values, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdNotIn(List<String> values) {
|
|
|
+ addCriterion("refer_account_id not in", values, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("refer_account_id between", value1, value2, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andReferAccountIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("refer_account_id not between", value1, value2, "referAccountId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeIsNull() {
|
|
|
+ addCriterion("`type` is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeIsNotNull() {
|
|
|
+ addCriterion("`type` is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeEqualTo(Integer value) {
|
|
|
+ addCriterion("`type` =", value, "type");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeNotEqualTo(Integer value) {
|
|
|
+ addCriterion("`type` <>", value, "type");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeGreaterThan(Integer value) {
|
|
|
+ addCriterion("`type` >", value, "type");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("`type` >=", value, "type");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeLessThan(Integer value) {
|
|
|
+ addCriterion("`type` <", value, "type");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("`type` <=", value, "type");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeIn(List<Integer> values) {
|
|
|
+ addCriterion("`type` in", values, "type");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeNotIn(List<Integer> values) {
|
|
|
+ addCriterion("`type` not in", values, "type");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("`type` between", value1, value2, "type");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andTypeNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("`type` not between", value1, value2, "type");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountIsNull() {
|
|
|
+ addCriterion("create_account is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountIsNotNull() {
|
|
|
+ addCriterion("create_account is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountEqualTo(String value) {
|
|
|
+ addCriterion("create_account =", value, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountNotEqualTo(String value) {
|
|
|
+ addCriterion("create_account <>", value, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountGreaterThan(String value) {
|
|
|
+ addCriterion("create_account >", value, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("create_account >=", value, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountLessThan(String value) {
|
|
|
+ addCriterion("create_account <", value, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("create_account <=", value, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountLike(String value) {
|
|
|
+ addCriterion("create_account like", value, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountNotLike(String value) {
|
|
|
+ addCriterion("create_account not like", value, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountIn(List<String> values) {
|
|
|
+ addCriterion("create_account in", values, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountNotIn(List<String> values) {
|
|
|
+ addCriterion("create_account not in", values, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountBetween(String value1, String value2) {
|
|
|
+ addCriterion("create_account between", value1, value2, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateAccountNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("create_account not between", value1, value2, "createAccount");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampIsNull() {
|
|
|
+ addCriterion("create_timestamp is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampIsNotNull() {
|
|
|
+ addCriterion("create_timestamp is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampEqualTo(Long value) {
|
|
|
+ addCriterion("create_timestamp =", value, "createTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampNotEqualTo(Long value) {
|
|
|
+ addCriterion("create_timestamp <>", value, "createTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampGreaterThan(Long value) {
|
|
|
+ addCriterion("create_timestamp >", value, "createTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("create_timestamp >=", value, "createTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampLessThan(Long value) {
|
|
|
+ addCriterion("create_timestamp <", value, "createTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("create_timestamp <=", value, "createTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampIn(List<Long> values) {
|
|
|
+ addCriterion("create_timestamp in", values, "createTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampNotIn(List<Long> values) {
|
|
|
+ addCriterion("create_timestamp not in", values, "createTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("create_timestamp between", value1, value2, "createTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCreateTimestampNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("create_timestamp not between", value1, value2, "createTimestamp");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeIsNull() {
|
|
|
+ addCriterion("source_type is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeIsNotNull() {
|
|
|
+ addCriterion("source_type is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeEqualTo(String value) {
|
|
|
+ addCriterion("source_type =", value, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeNotEqualTo(String value) {
|
|
|
+ addCriterion("source_type <>", value, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeGreaterThan(String value) {
|
|
|
+ addCriterion("source_type >", value, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("source_type >=", value, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeLessThan(String value) {
|
|
|
+ addCriterion("source_type <", value, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("source_type <=", value, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeLike(String value) {
|
|
|
+ addCriterion("source_type like", value, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeNotLike(String value) {
|
|
|
+ addCriterion("source_type not like", value, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeIn(List<String> values) {
|
|
|
+ addCriterion("source_type in", values, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeNotIn(List<String> values) {
|
|
|
+ addCriterion("source_type not in", values, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeBetween(String value1, String value2) {
|
|
|
+ addCriterion("source_type between", value1, value2, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSourceTypeNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("source_type not between", value1, value2, "sourceType");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexIsNull() {
|
|
|
+ addCriterion("sex is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexIsNotNull() {
|
|
|
+ addCriterion("sex is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexEqualTo(String value) {
|
|
|
+ addCriterion("sex =", value, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexNotEqualTo(String value) {
|
|
|
+ addCriterion("sex <>", value, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexGreaterThan(String value) {
|
|
|
+ addCriterion("sex >", value, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("sex >=", value, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexLessThan(String value) {
|
|
|
+ addCriterion("sex <", value, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("sex <=", value, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexLike(String value) {
|
|
|
+ addCriterion("sex like", value, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexNotLike(String value) {
|
|
|
+ addCriterion("sex not like", value, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexIn(List<String> values) {
|
|
|
+ addCriterion("sex in", values, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexNotIn(List<String> values) {
|
|
|
+ addCriterion("sex not in", values, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexBetween(String value1, String value2) {
|
|
|
+ addCriterion("sex between", value1, value2, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andSexNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("sex not between", value1, value2, "sex");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlIsNull() {
|
|
|
+ addCriterion("cover_url is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlIsNotNull() {
|
|
|
+ addCriterion("cover_url is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlEqualTo(String value) {
|
|
|
+ addCriterion("cover_url =", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlNotEqualTo(String value) {
|
|
|
+ addCriterion("cover_url <>", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlGreaterThan(String value) {
|
|
|
+ addCriterion("cover_url >", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("cover_url >=", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlLessThan(String value) {
|
|
|
+ addCriterion("cover_url <", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("cover_url <=", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlLike(String value) {
|
|
|
+ addCriterion("cover_url like", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlNotLike(String value) {
|
|
|
+ addCriterion("cover_url not like", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlIn(List<String> values) {
|
|
|
+ addCriterion("cover_url in", values, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlNotIn(List<String> values) {
|
|
|
+ addCriterion("cover_url not in", values, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlBetween(String value1, String value2) {
|
|
|
+ addCriterion("cover_url between", value1, value2, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("cover_url not between", value1, value2, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated do_not_delete_during_merge Fri Oct 24 13:51:27 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 ai_model_tts
|
|
|
+ *
|
|
|
+ * @mbg.generated Fri Oct 24 13:51:27 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);
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|