|
@@ -0,0 +1,1131 @@
|
|
|
|
+package com.tzld.piaoquan.api.model.po.contentplatform;
|
|
|
|
+
|
|
|
|
+import com.tzld.piaoquan.growth.common.utils.page.Page;
|
|
|
|
+import java.util.ArrayList;
|
|
|
|
+import java.util.List;
|
|
|
|
+
|
|
|
|
+public class ContentPlatformAccountExample {
|
|
|
|
+ protected String orderByClause;
|
|
|
|
+
|
|
|
|
+ protected boolean distinct;
|
|
|
|
+
|
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
|
+
|
|
|
|
+ protected Page page;
|
|
|
|
+
|
|
|
|
+ public ContentPlatformAccountExample() {
|
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getOrderByClause() {
|
|
|
|
+ return orderByClause;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
|
+ this.distinct = distinct;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public boolean isDistinct() {
|
|
|
|
+ return distinct;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
|
+ return oredCriteria;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void or(Criteria criteria) {
|
|
|
|
+ oredCriteria.add(criteria);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria or() {
|
|
|
|
+ Criteria criteria = createCriteriaInternal();
|
|
|
|
+ oredCriteria.add(criteria);
|
|
|
|
+ return criteria;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria createCriteria() {
|
|
|
|
+ Criteria criteria = createCriteriaInternal();
|
|
|
|
+ if (oredCriteria.size() == 0) {
|
|
|
|
+ oredCriteria.add(criteria);
|
|
|
|
+ }
|
|
|
|
+ return criteria;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ protected Criteria createCriteriaInternal() {
|
|
|
|
+ Criteria criteria = new Criteria();
|
|
|
|
+ return criteria;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void clear() {
|
|
|
|
+ oredCriteria.clear();
|
|
|
|
+ orderByClause = null;
|
|
|
|
+ distinct = false;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setPage(Page page) {
|
|
|
|
+ this.page=page;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Page getPage() {
|
|
|
|
+ return page;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ 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 andNameIsNull() {
|
|
|
|
+ addCriterion("`name` is null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameIsNotNull() {
|
|
|
|
+ addCriterion("`name` is not null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameEqualTo(String value) {
|
|
|
|
+ addCriterion("`name` =", value, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameNotEqualTo(String value) {
|
|
|
|
+ addCriterion("`name` <>", value, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameGreaterThan(String value) {
|
|
|
|
+ addCriterion("`name` >", value, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameGreaterThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("`name` >=", value, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameLessThan(String value) {
|
|
|
|
+ addCriterion("`name` <", value, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameLessThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("`name` <=", value, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameLike(String value) {
|
|
|
|
+ addCriterion("`name` like", value, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameNotLike(String value) {
|
|
|
|
+ addCriterion("`name` not like", value, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameIn(List<String> values) {
|
|
|
|
+ addCriterion("`name` in", values, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameNotIn(List<String> values) {
|
|
|
|
+ addCriterion("`name` not in", values, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("`name` between", value1, value2, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andNameNotBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("`name` not between", value1, value2, "name");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityIsNull() {
|
|
|
|
+ addCriterion("`identity` is null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityIsNotNull() {
|
|
|
|
+ addCriterion("`identity` is not null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityEqualTo(Integer value) {
|
|
|
|
+ addCriterion("`identity` =", value, "identity");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityNotEqualTo(Integer value) {
|
|
|
|
+ addCriterion("`identity` <>", value, "identity");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityGreaterThan(Integer value) {
|
|
|
|
+ addCriterion("`identity` >", value, "identity");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityGreaterThanOrEqualTo(Integer value) {
|
|
|
|
+ addCriterion("`identity` >=", value, "identity");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityLessThan(Integer value) {
|
|
|
|
+ addCriterion("`identity` <", value, "identity");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityLessThanOrEqualTo(Integer value) {
|
|
|
|
+ addCriterion("`identity` <=", value, "identity");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityIn(List<Integer> values) {
|
|
|
|
+ addCriterion("`identity` in", values, "identity");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityNotIn(List<Integer> values) {
|
|
|
|
+ addCriterion("`identity` not in", values, "identity");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityBetween(Integer value1, Integer value2) {
|
|
|
|
+ addCriterion("`identity` between", value1, value2, "identity");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andIdentityNotBetween(Integer value1, Integer value2) {
|
|
|
|
+ addCriterion("`identity` not between", value1, value2, "identity");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelIsNull() {
|
|
|
|
+ addCriterion("channel is null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelIsNotNull() {
|
|
|
|
+ addCriterion("channel is not null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelEqualTo(String value) {
|
|
|
|
+ addCriterion("channel =", value, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelNotEqualTo(String value) {
|
|
|
|
+ addCriterion("channel <>", value, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelGreaterThan(String value) {
|
|
|
|
+ addCriterion("channel >", value, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelGreaterThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("channel >=", value, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelLessThan(String value) {
|
|
|
|
+ addCriterion("channel <", value, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelLessThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("channel <=", value, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelLike(String value) {
|
|
|
|
+ addCriterion("channel like", value, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelNotLike(String value) {
|
|
|
|
+ addCriterion("channel not like", value, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelIn(List<String> values) {
|
|
|
|
+ addCriterion("channel in", values, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelNotIn(List<String> values) {
|
|
|
|
+ addCriterion("channel not in", values, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("channel between", value1, value2, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andChannelNotBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("channel not between", value1, value2, "channel");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameIsNull() {
|
|
|
|
+ addCriterion("contact_name is null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameIsNotNull() {
|
|
|
|
+ addCriterion("contact_name is not null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameEqualTo(String value) {
|
|
|
|
+ addCriterion("contact_name =", value, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameNotEqualTo(String value) {
|
|
|
|
+ addCriterion("contact_name <>", value, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameGreaterThan(String value) {
|
|
|
|
+ addCriterion("contact_name >", value, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameGreaterThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("contact_name >=", value, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameLessThan(String value) {
|
|
|
|
+ addCriterion("contact_name <", value, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameLessThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("contact_name <=", value, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameLike(String value) {
|
|
|
|
+ addCriterion("contact_name like", value, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameNotLike(String value) {
|
|
|
|
+ addCriterion("contact_name not like", value, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameIn(List<String> values) {
|
|
|
|
+ addCriterion("contact_name in", values, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameNotIn(List<String> values) {
|
|
|
|
+ addCriterion("contact_name not in", values, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("contact_name between", value1, value2, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andContactNameNotBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("contact_name not between", value1, value2, "contactName");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumIsNull() {
|
|
|
|
+ addCriterion("tel_num is null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumIsNotNull() {
|
|
|
|
+ addCriterion("tel_num is not null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumEqualTo(String value) {
|
|
|
|
+ addCriterion("tel_num =", value, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumNotEqualTo(String value) {
|
|
|
|
+ addCriterion("tel_num <>", value, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumGreaterThan(String value) {
|
|
|
|
+ addCriterion("tel_num >", value, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumGreaterThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("tel_num >=", value, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumLessThan(String value) {
|
|
|
|
+ addCriterion("tel_num <", value, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumLessThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("tel_num <=", value, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumLike(String value) {
|
|
|
|
+ addCriterion("tel_num like", value, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumNotLike(String value) {
|
|
|
|
+ addCriterion("tel_num not like", value, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumIn(List<String> values) {
|
|
|
|
+ addCriterion("tel_num in", values, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumNotIn(List<String> values) {
|
|
|
|
+ addCriterion("tel_num not in", values, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("tel_num between", value1, value2, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTelNumNotBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("tel_num not between", value1, value2, "telNum");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordIsNull() {
|
|
|
|
+ addCriterion("`password` is null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordIsNotNull() {
|
|
|
|
+ addCriterion("`password` is not null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordEqualTo(String value) {
|
|
|
|
+ addCriterion("`password` =", value, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordNotEqualTo(String value) {
|
|
|
|
+ addCriterion("`password` <>", value, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordGreaterThan(String value) {
|
|
|
|
+ addCriterion("`password` >", value, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordGreaterThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("`password` >=", value, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordLessThan(String value) {
|
|
|
|
+ addCriterion("`password` <", value, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordLessThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("`password` <=", value, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordLike(String value) {
|
|
|
|
+ addCriterion("`password` like", value, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordNotLike(String value) {
|
|
|
|
+ addCriterion("`password` not like", value, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordIn(List<String> values) {
|
|
|
|
+ addCriterion("`password` in", values, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordNotIn(List<String> values) {
|
|
|
|
+ addCriterion("`password` not in", values, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("`password` between", value1, value2, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andPasswordNotBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("`password` not between", value1, value2, "password");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenIsNull() {
|
|
|
|
+ addCriterion("token is null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenIsNotNull() {
|
|
|
|
+ addCriterion("token is not null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenEqualTo(String value) {
|
|
|
|
+ addCriterion("token =", value, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenNotEqualTo(String value) {
|
|
|
|
+ addCriterion("token <>", value, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenGreaterThan(String value) {
|
|
|
|
+ addCriterion("token >", value, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenGreaterThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("token >=", value, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenLessThan(String value) {
|
|
|
|
+ addCriterion("token <", value, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenLessThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("token <=", value, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenLike(String value) {
|
|
|
|
+ addCriterion("token like", value, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenNotLike(String value) {
|
|
|
|
+ addCriterion("token not like", value, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenIn(List<String> values) {
|
|
|
|
+ addCriterion("token in", values, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenNotIn(List<String> values) {
|
|
|
|
+ addCriterion("token not in", values, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("token between", value1, value2, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenNotBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("token not between", value1, value2, "token");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampIsNull() {
|
|
|
|
+ addCriterion("token_expire_timestamp is null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampIsNotNull() {
|
|
|
|
+ addCriterion("token_expire_timestamp is not null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampEqualTo(Long value) {
|
|
|
|
+ addCriterion("token_expire_timestamp =", value, "tokenExpireTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampNotEqualTo(Long value) {
|
|
|
|
+ addCriterion("token_expire_timestamp <>", value, "tokenExpireTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampGreaterThan(Long value) {
|
|
|
|
+ addCriterion("token_expire_timestamp >", value, "tokenExpireTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampGreaterThanOrEqualTo(Long value) {
|
|
|
|
+ addCriterion("token_expire_timestamp >=", value, "tokenExpireTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampLessThan(Long value) {
|
|
|
|
+ addCriterion("token_expire_timestamp <", value, "tokenExpireTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampLessThanOrEqualTo(Long value) {
|
|
|
|
+ addCriterion("token_expire_timestamp <=", value, "tokenExpireTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampIn(List<Long> values) {
|
|
|
|
+ addCriterion("token_expire_timestamp in", values, "tokenExpireTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampNotIn(List<Long> values) {
|
|
|
|
+ addCriterion("token_expire_timestamp not in", values, "tokenExpireTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampBetween(Long value1, Long value2) {
|
|
|
|
+ addCriterion("token_expire_timestamp between", value1, value2, "tokenExpireTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andTokenExpireTimestampNotBetween(Long value1, Long value2) {
|
|
|
|
+ addCriterion("token_expire_timestamp not between", value1, value2, "tokenExpireTimestamp");
|
|
|
|
+ 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 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 andUpdateAccountIsNull() {
|
|
|
|
+ addCriterion("update_account is null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountIsNotNull() {
|
|
|
|
+ addCriterion("update_account is not null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountEqualTo(String value) {
|
|
|
|
+ addCriterion("update_account =", value, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountNotEqualTo(String value) {
|
|
|
|
+ addCriterion("update_account <>", value, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountGreaterThan(String value) {
|
|
|
|
+ addCriterion("update_account >", value, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountGreaterThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("update_account >=", value, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountLessThan(String value) {
|
|
|
|
+ addCriterion("update_account <", value, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountLessThanOrEqualTo(String value) {
|
|
|
|
+ addCriterion("update_account <=", value, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountLike(String value) {
|
|
|
|
+ addCriterion("update_account like", value, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountNotLike(String value) {
|
|
|
|
+ addCriterion("update_account not like", value, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountIn(List<String> values) {
|
|
|
|
+ addCriterion("update_account in", values, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountNotIn(List<String> values) {
|
|
|
|
+ addCriterion("update_account not in", values, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("update_account between", value1, value2, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateAccountNotBetween(String value1, String value2) {
|
|
|
|
+ addCriterion("update_account not between", value1, value2, "updateAccount");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampIsNull() {
|
|
|
|
+ addCriterion("update_timestamp is null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampIsNotNull() {
|
|
|
|
+ addCriterion("update_timestamp is not null");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampEqualTo(Long value) {
|
|
|
|
+ addCriterion("update_timestamp =", value, "updateTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampNotEqualTo(Long value) {
|
|
|
|
+ addCriterion("update_timestamp <>", value, "updateTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampGreaterThan(Long value) {
|
|
|
|
+ addCriterion("update_timestamp >", value, "updateTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampGreaterThanOrEqualTo(Long value) {
|
|
|
|
+ addCriterion("update_timestamp >=", value, "updateTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampLessThan(Long value) {
|
|
|
|
+ addCriterion("update_timestamp <", value, "updateTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampLessThanOrEqualTo(Long value) {
|
|
|
|
+ addCriterion("update_timestamp <=", value, "updateTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampIn(List<Long> values) {
|
|
|
|
+ addCriterion("update_timestamp in", values, "updateTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampNotIn(List<Long> values) {
|
|
|
|
+ addCriterion("update_timestamp not in", values, "updateTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampBetween(Long value1, Long value2) {
|
|
|
|
+ addCriterion("update_timestamp between", value1, value2, "updateTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Criteria andUpdateTimestampNotBetween(Long value1, Long value2) {
|
|
|
|
+ addCriterion("update_timestamp not between", value1, value2, "updateTimestamp");
|
|
|
|
+ return (Criteria) this;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public static class Criteria extends GeneratedCriteria {
|
|
|
|
+
|
|
|
|
+ protected Criteria() {
|
|
|
|
+ super();
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ 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);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|