842 lines
28 KiB
Java
842 lines
28 KiB
Java
package com.jsh.erp.datasource.entities;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
public class SystemConfigExample {
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
protected String orderByClause;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
protected boolean distinct;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
protected List<Criteria> oredCriteria;
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public SystemConfigExample() {
|
|
oredCriteria = new ArrayList<Criteria>();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setOrderByClause(String orderByClause) {
|
|
this.orderByClause = orderByClause;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getOrderByClause() {
|
|
return orderByClause;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setDistinct(boolean distinct) {
|
|
this.distinct = distinct;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public boolean isDistinct() {
|
|
return distinct;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public List<Criteria> getOredCriteria() {
|
|
return oredCriteria;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void or(Criteria criteria) {
|
|
oredCriteria.add(criteria);
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
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 jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
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 jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
protected Criteria createCriteriaInternal() {
|
|
Criteria criteria = new Criteria();
|
|
return criteria;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void clear() {
|
|
oredCriteria.clear();
|
|
orderByClause = null;
|
|
distinct = false;
|
|
}
|
|
|
|
/**
|
|
* This class was generated by MyBatis Generator.
|
|
* This class corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
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 andCompanyNameIsNull() {
|
|
addCriterion("company_name is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameIsNotNull() {
|
|
addCriterion("company_name is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameEqualTo(String value) {
|
|
addCriterion("company_name =", value, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameNotEqualTo(String value) {
|
|
addCriterion("company_name <>", value, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameGreaterThan(String value) {
|
|
addCriterion("company_name >", value, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameGreaterThanOrEqualTo(String value) {
|
|
addCriterion("company_name >=", value, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameLessThan(String value) {
|
|
addCriterion("company_name <", value, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameLessThanOrEqualTo(String value) {
|
|
addCriterion("company_name <=", value, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameLike(String value) {
|
|
addCriterion("company_name like", value, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameNotLike(String value) {
|
|
addCriterion("company_name not like", value, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameIn(List<String> values) {
|
|
addCriterion("company_name in", values, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameNotIn(List<String> values) {
|
|
addCriterion("company_name not in", values, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameBetween(String value1, String value2) {
|
|
addCriterion("company_name between", value1, value2, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyNameNotBetween(String value1, String value2) {
|
|
addCriterion("company_name not between", value1, value2, "companyName");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsIsNull() {
|
|
addCriterion("company_contacts is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsIsNotNull() {
|
|
addCriterion("company_contacts is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsEqualTo(String value) {
|
|
addCriterion("company_contacts =", value, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsNotEqualTo(String value) {
|
|
addCriterion("company_contacts <>", value, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsGreaterThan(String value) {
|
|
addCriterion("company_contacts >", value, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsGreaterThanOrEqualTo(String value) {
|
|
addCriterion("company_contacts >=", value, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsLessThan(String value) {
|
|
addCriterion("company_contacts <", value, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsLessThanOrEqualTo(String value) {
|
|
addCriterion("company_contacts <=", value, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsLike(String value) {
|
|
addCriterion("company_contacts like", value, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsNotLike(String value) {
|
|
addCriterion("company_contacts not like", value, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsIn(List<String> values) {
|
|
addCriterion("company_contacts in", values, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsNotIn(List<String> values) {
|
|
addCriterion("company_contacts not in", values, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsBetween(String value1, String value2) {
|
|
addCriterion("company_contacts between", value1, value2, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyContactsNotBetween(String value1, String value2) {
|
|
addCriterion("company_contacts not between", value1, value2, "companyContacts");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressIsNull() {
|
|
addCriterion("company_address is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressIsNotNull() {
|
|
addCriterion("company_address is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressEqualTo(String value) {
|
|
addCriterion("company_address =", value, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressNotEqualTo(String value) {
|
|
addCriterion("company_address <>", value, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressGreaterThan(String value) {
|
|
addCriterion("company_address >", value, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressGreaterThanOrEqualTo(String value) {
|
|
addCriterion("company_address >=", value, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressLessThan(String value) {
|
|
addCriterion("company_address <", value, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressLessThanOrEqualTo(String value) {
|
|
addCriterion("company_address <=", value, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressLike(String value) {
|
|
addCriterion("company_address like", value, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressNotLike(String value) {
|
|
addCriterion("company_address not like", value, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressIn(List<String> values) {
|
|
addCriterion("company_address in", values, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressNotIn(List<String> values) {
|
|
addCriterion("company_address not in", values, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressBetween(String value1, String value2) {
|
|
addCriterion("company_address between", value1, value2, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyAddressNotBetween(String value1, String value2) {
|
|
addCriterion("company_address not between", value1, value2, "companyAddress");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelIsNull() {
|
|
addCriterion("company_tel is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelIsNotNull() {
|
|
addCriterion("company_tel is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelEqualTo(String value) {
|
|
addCriterion("company_tel =", value, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelNotEqualTo(String value) {
|
|
addCriterion("company_tel <>", value, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelGreaterThan(String value) {
|
|
addCriterion("company_tel >", value, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelGreaterThanOrEqualTo(String value) {
|
|
addCriterion("company_tel >=", value, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelLessThan(String value) {
|
|
addCriterion("company_tel <", value, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelLessThanOrEqualTo(String value) {
|
|
addCriterion("company_tel <=", value, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelLike(String value) {
|
|
addCriterion("company_tel like", value, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelNotLike(String value) {
|
|
addCriterion("company_tel not like", value, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelIn(List<String> values) {
|
|
addCriterion("company_tel in", values, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelNotIn(List<String> values) {
|
|
addCriterion("company_tel not in", values, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelBetween(String value1, String value2) {
|
|
addCriterion("company_tel between", value1, value2, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyTelNotBetween(String value1, String value2) {
|
|
addCriterion("company_tel not between", value1, value2, "companyTel");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxIsNull() {
|
|
addCriterion("company_fax is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxIsNotNull() {
|
|
addCriterion("company_fax is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxEqualTo(String value) {
|
|
addCriterion("company_fax =", value, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxNotEqualTo(String value) {
|
|
addCriterion("company_fax <>", value, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxGreaterThan(String value) {
|
|
addCriterion("company_fax >", value, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxGreaterThanOrEqualTo(String value) {
|
|
addCriterion("company_fax >=", value, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxLessThan(String value) {
|
|
addCriterion("company_fax <", value, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxLessThanOrEqualTo(String value) {
|
|
addCriterion("company_fax <=", value, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxLike(String value) {
|
|
addCriterion("company_fax like", value, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxNotLike(String value) {
|
|
addCriterion("company_fax not like", value, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxIn(List<String> values) {
|
|
addCriterion("company_fax in", values, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxNotIn(List<String> values) {
|
|
addCriterion("company_fax not in", values, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxBetween(String value1, String value2) {
|
|
addCriterion("company_fax between", value1, value2, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyFaxNotBetween(String value1, String value2) {
|
|
addCriterion("company_fax not between", value1, value2, "companyFax");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeIsNull() {
|
|
addCriterion("company_post_code is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeIsNotNull() {
|
|
addCriterion("company_post_code is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeEqualTo(String value) {
|
|
addCriterion("company_post_code =", value, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeNotEqualTo(String value) {
|
|
addCriterion("company_post_code <>", value, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeGreaterThan(String value) {
|
|
addCriterion("company_post_code >", value, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeGreaterThanOrEqualTo(String value) {
|
|
addCriterion("company_post_code >=", value, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeLessThan(String value) {
|
|
addCriterion("company_post_code <", value, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeLessThanOrEqualTo(String value) {
|
|
addCriterion("company_post_code <=", value, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeLike(String value) {
|
|
addCriterion("company_post_code like", value, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeNotLike(String value) {
|
|
addCriterion("company_post_code not like", value, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeIn(List<String> values) {
|
|
addCriterion("company_post_code in", values, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeNotIn(List<String> values) {
|
|
addCriterion("company_post_code not in", values, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeBetween(String value1, String value2) {
|
|
addCriterion("company_post_code between", value1, value2, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCompanyPostCodeNotBetween(String value1, String value2) {
|
|
addCriterion("company_post_code not between", value1, value2, "companyPostCode");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdIsNull() {
|
|
addCriterion("tenant_id is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdIsNotNull() {
|
|
addCriterion("tenant_id is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdEqualTo(Long value) {
|
|
addCriterion("tenant_id =", value, "tenantId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdNotEqualTo(Long value) {
|
|
addCriterion("tenant_id <>", value, "tenantId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdGreaterThan(Long value) {
|
|
addCriterion("tenant_id >", value, "tenantId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdGreaterThanOrEqualTo(Long value) {
|
|
addCriterion("tenant_id >=", value, "tenantId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdLessThan(Long value) {
|
|
addCriterion("tenant_id <", value, "tenantId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdLessThanOrEqualTo(Long value) {
|
|
addCriterion("tenant_id <=", value, "tenantId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdIn(List<Long> values) {
|
|
addCriterion("tenant_id in", values, "tenantId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdNotIn(List<Long> values) {
|
|
addCriterion("tenant_id not in", values, "tenantId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdBetween(Long value1, Long value2) {
|
|
addCriterion("tenant_id between", value1, value2, "tenantId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andTenantIdNotBetween(Long value1, Long value2) {
|
|
addCriterion("tenant_id not between", value1, value2, "tenantId");
|
|
return (Criteria) this;
|
|
}
|
|
}
|
|
|
|
/**
|
|
* This class was generated by MyBatis Generator.
|
|
* This class corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated do_not_delete_during_merge
|
|
*/
|
|
public static class Criteria extends GeneratedCriteria {
|
|
|
|
protected Criteria() {
|
|
super();
|
|
}
|
|
}
|
|
|
|
/**
|
|
* This class was generated by MyBatis Generator.
|
|
* This class corresponds to the database table jsh_systemconfig
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
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);
|
|
}
|
|
}
|
|
} |