|
@@ -1,982 +0,0 @@
|
|
|
-package com.tzld.piaoquan.risk.control.model.po;
|
|
|
-
|
|
|
-import com.tzld.piaoquan.risk.control.model.dto.Page;
|
|
|
-import java.util.ArrayList;
|
|
|
-import java.util.Date;
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
-public class UserCorpExample {
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- protected String orderByClause;
|
|
|
-
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- protected boolean distinct;
|
|
|
-
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- protected List<Criteria> oredCriteria;
|
|
|
-
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- protected Page page;
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- public UserCorpExample() {
|
|
|
- oredCriteria = new ArrayList<Criteria>();
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- public void setOrderByClause(String orderByClause) {
|
|
|
- this.orderByClause = orderByClause;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- public String getOrderByClause() {
|
|
|
- return orderByClause;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- public void setDistinct(boolean distinct) {
|
|
|
- this.distinct = distinct;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- public boolean isDistinct() {
|
|
|
- return distinct;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- public List<Criteria> getOredCriteria() {
|
|
|
- return oredCriteria;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- public void or(Criteria criteria) {
|
|
|
- oredCriteria.add(criteria);
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 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 qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 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 qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 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 qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- public void clear() {
|
|
|
- oredCriteria.clear();
|
|
|
- orderByClause = null;
|
|
|
- distinct = false;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- public void setPage(Page page) {
|
|
|
- this.page=page;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- public Page getPage() {
|
|
|
- return page;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This class was generated by MyBatis Generator.
|
|
|
- * This class corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 CST 2025
|
|
|
- */
|
|
|
- protected abstract static class GeneratedCriteria {
|
|
|
- protected List<Criterion> criteria;
|
|
|
-
|
|
|
- protected GeneratedCriteria() {
|
|
|
- super();
|
|
|
- criteria = new ArrayList<Criterion>();
|
|
|
- }
|
|
|
-
|
|
|
- public boolean isValid() {
|
|
|
- return criteria.size() > 0;
|
|
|
- }
|
|
|
-
|
|
|
- public List<Criterion> getAllCriteria() {
|
|
|
- return criteria;
|
|
|
- }
|
|
|
-
|
|
|
- public List<Criterion> getCriteria() {
|
|
|
- return criteria;
|
|
|
- }
|
|
|
-
|
|
|
- protected void addCriterion(String condition) {
|
|
|
- if (condition == null) {
|
|
|
- throw new RuntimeException("Value for condition cannot be null");
|
|
|
- }
|
|
|
- criteria.add(new Criterion(condition));
|
|
|
- }
|
|
|
-
|
|
|
- protected void addCriterion(String condition, Object value, String property) {
|
|
|
- if (value == null) {
|
|
|
- throw new RuntimeException("Value for " + property + " cannot be null");
|
|
|
- }
|
|
|
- criteria.add(new Criterion(condition, value));
|
|
|
- }
|
|
|
-
|
|
|
- protected void addCriterion(String condition, Object value1, Object value2, String property) {
|
|
|
- if (value1 == null || value2 == null) {
|
|
|
- throw new RuntimeException("Between values for " + property + " cannot be null");
|
|
|
- }
|
|
|
- criteria.add(new Criterion(condition, value1, value2));
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdIsNull() {
|
|
|
- addCriterion("id is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdIsNotNull() {
|
|
|
- addCriterion("id is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdEqualTo(Long value) {
|
|
|
- addCriterion("id =", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdNotEqualTo(Long value) {
|
|
|
- addCriterion("id <>", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdGreaterThan(Long value) {
|
|
|
- addCriterion("id >", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdGreaterThanOrEqualTo(Long value) {
|
|
|
- addCriterion("id >=", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdLessThan(Long value) {
|
|
|
- addCriterion("id <", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdLessThanOrEqualTo(Long value) {
|
|
|
- addCriterion("id <=", value, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdIn(List<Long> values) {
|
|
|
- addCriterion("id in", values, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdNotIn(List<Long> values) {
|
|
|
- addCriterion("id not in", values, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdBetween(Long value1, Long value2) {
|
|
|
- addCriterion("id between", value1, value2, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andIdNotBetween(Long value1, Long value2) {
|
|
|
- addCriterion("id not between", value1, value2, "id");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdIsNull() {
|
|
|
- addCriterion("user_id is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdIsNotNull() {
|
|
|
- addCriterion("user_id is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdEqualTo(Long value) {
|
|
|
- addCriterion("user_id =", value, "userId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdNotEqualTo(Long value) {
|
|
|
- addCriterion("user_id <>", value, "userId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdGreaterThan(Long value) {
|
|
|
- addCriterion("user_id >", value, "userId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdGreaterThanOrEqualTo(Long value) {
|
|
|
- addCriterion("user_id >=", value, "userId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdLessThan(Long value) {
|
|
|
- addCriterion("user_id <", value, "userId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdLessThanOrEqualTo(Long value) {
|
|
|
- addCriterion("user_id <=", value, "userId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdIn(List<Long> values) {
|
|
|
- addCriterion("user_id in", values, "userId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdNotIn(List<Long> values) {
|
|
|
- addCriterion("user_id not in", values, "userId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdBetween(Long value1, Long value2) {
|
|
|
- addCriterion("user_id between", value1, value2, "userId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUserIdNotBetween(Long value1, Long value2) {
|
|
|
- addCriterion("user_id not between", value1, value2, "userId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdIsNull() {
|
|
|
- addCriterion("corp_id is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdIsNotNull() {
|
|
|
- addCriterion("corp_id is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdEqualTo(Long value) {
|
|
|
- addCriterion("corp_id =", value, "corpId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdNotEqualTo(Long value) {
|
|
|
- addCriterion("corp_id <>", value, "corpId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdGreaterThan(Long value) {
|
|
|
- addCriterion("corp_id >", value, "corpId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdGreaterThanOrEqualTo(Long value) {
|
|
|
- addCriterion("corp_id >=", value, "corpId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdLessThan(Long value) {
|
|
|
- addCriterion("corp_id <", value, "corpId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdLessThanOrEqualTo(Long value) {
|
|
|
- addCriterion("corp_id <=", value, "corpId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdIn(List<Long> values) {
|
|
|
- addCriterion("corp_id in", values, "corpId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdNotIn(List<Long> values) {
|
|
|
- addCriterion("corp_id not in", values, "corpId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdBetween(Long value1, Long value2) {
|
|
|
- addCriterion("corp_id between", value1, value2, "corpId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpIdNotBetween(Long value1, Long value2) {
|
|
|
- addCriterion("corp_id not between", value1, value2, "corpId");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidIsNull() {
|
|
|
- addCriterion("unionid is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidIsNotNull() {
|
|
|
- addCriterion("unionid is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidEqualTo(String value) {
|
|
|
- addCriterion("unionid =", value, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidNotEqualTo(String value) {
|
|
|
- addCriterion("unionid <>", value, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidGreaterThan(String value) {
|
|
|
- addCriterion("unionid >", value, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("unionid >=", value, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidLessThan(String value) {
|
|
|
- addCriterion("unionid <", value, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("unionid <=", value, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidLike(String value) {
|
|
|
- addCriterion("unionid like", value, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidNotLike(String value) {
|
|
|
- addCriterion("unionid not like", value, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidIn(List<String> values) {
|
|
|
- addCriterion("unionid in", values, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidNotIn(List<String> values) {
|
|
|
- addCriterion("unionid not in", values, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidBetween(String value1, String value2) {
|
|
|
- addCriterion("unionid between", value1, value2, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUnionidNotBetween(String value1, String value2) {
|
|
|
- addCriterion("unionid not between", value1, value2, "unionid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidIsNull() {
|
|
|
- addCriterion("acctid is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidIsNotNull() {
|
|
|
- addCriterion("acctid is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidEqualTo(String value) {
|
|
|
- addCriterion("acctid =", value, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidNotEqualTo(String value) {
|
|
|
- addCriterion("acctid <>", value, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidGreaterThan(String value) {
|
|
|
- addCriterion("acctid >", value, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("acctid >=", value, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidLessThan(String value) {
|
|
|
- addCriterion("acctid <", value, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("acctid <=", value, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidLike(String value) {
|
|
|
- addCriterion("acctid like", value, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidNotLike(String value) {
|
|
|
- addCriterion("acctid not like", value, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidIn(List<String> values) {
|
|
|
- addCriterion("acctid in", values, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidNotIn(List<String> values) {
|
|
|
- addCriterion("acctid not in", values, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidBetween(String value1, String value2) {
|
|
|
- addCriterion("acctid between", value1, value2, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andAcctidNotBetween(String value1, String value2) {
|
|
|
- addCriterion("acctid not between", value1, value2, "acctid");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionIsNull() {
|
|
|
- addCriterion("`position` is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionIsNotNull() {
|
|
|
- addCriterion("`position` is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionEqualTo(String value) {
|
|
|
- addCriterion("`position` =", value, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionNotEqualTo(String value) {
|
|
|
- addCriterion("`position` <>", value, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionGreaterThan(String value) {
|
|
|
- addCriterion("`position` >", value, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("`position` >=", value, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionLessThan(String value) {
|
|
|
- addCriterion("`position` <", value, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("`position` <=", value, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionLike(String value) {
|
|
|
- addCriterion("`position` like", value, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionNotLike(String value) {
|
|
|
- addCriterion("`position` not like", value, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionIn(List<String> values) {
|
|
|
- addCriterion("`position` in", values, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionNotIn(List<String> values) {
|
|
|
- addCriterion("`position` not in", values, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionBetween(String value1, String value2) {
|
|
|
- addCriterion("`position` between", value1, value2, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andPositionNotBetween(String value1, String value2) {
|
|
|
- addCriterion("`position` not between", value1, value2, "position");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameIsNull() {
|
|
|
- addCriterion("english_name is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameIsNotNull() {
|
|
|
- addCriterion("english_name is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameEqualTo(String value) {
|
|
|
- addCriterion("english_name =", value, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameNotEqualTo(String value) {
|
|
|
- addCriterion("english_name <>", value, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameGreaterThan(String value) {
|
|
|
- addCriterion("english_name >", value, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("english_name >=", value, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameLessThan(String value) {
|
|
|
- addCriterion("english_name <", value, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("english_name <=", value, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameLike(String value) {
|
|
|
- addCriterion("english_name like", value, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameNotLike(String value) {
|
|
|
- addCriterion("english_name not like", value, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameIn(List<String> values) {
|
|
|
- addCriterion("english_name in", values, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameNotIn(List<String> values) {
|
|
|
- addCriterion("english_name not in", values, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameBetween(String value1, String value2) {
|
|
|
- addCriterion("english_name between", value1, value2, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andEnglishNameNotBetween(String value1, String value2) {
|
|
|
- addCriterion("english_name not between", value1, value2, "englishName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameIsNull() {
|
|
|
- addCriterion("corp_name is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameIsNotNull() {
|
|
|
- addCriterion("corp_name is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameEqualTo(String value) {
|
|
|
- addCriterion("corp_name =", value, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameNotEqualTo(String value) {
|
|
|
- addCriterion("corp_name <>", value, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameGreaterThan(String value) {
|
|
|
- addCriterion("corp_name >", value, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("corp_name >=", value, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameLessThan(String value) {
|
|
|
- addCriterion("corp_name <", value, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("corp_name <=", value, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameLike(String value) {
|
|
|
- addCriterion("corp_name like", value, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameNotLike(String value) {
|
|
|
- addCriterion("corp_name not like", value, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameIn(List<String> values) {
|
|
|
- addCriterion("corp_name in", values, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameNotIn(List<String> values) {
|
|
|
- addCriterion("corp_name not in", values, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameBetween(String value1, String value2) {
|
|
|
- addCriterion("corp_name between", value1, value2, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andCorpNameNotBetween(String value1, String value2) {
|
|
|
- addCriterion("corp_name not between", value1, value2, "corpName");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusIsNull() {
|
|
|
- addCriterion("login_status is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusIsNotNull() {
|
|
|
- addCriterion("login_status is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusEqualTo(Boolean value) {
|
|
|
- addCriterion("login_status =", value, "loginStatus");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusNotEqualTo(Boolean value) {
|
|
|
- addCriterion("login_status <>", value, "loginStatus");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusGreaterThan(Boolean value) {
|
|
|
- addCriterion("login_status >", value, "loginStatus");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusGreaterThanOrEqualTo(Boolean value) {
|
|
|
- addCriterion("login_status >=", value, "loginStatus");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusLessThan(Boolean value) {
|
|
|
- addCriterion("login_status <", value, "loginStatus");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusLessThanOrEqualTo(Boolean value) {
|
|
|
- addCriterion("login_status <=", value, "loginStatus");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusIn(List<Boolean> values) {
|
|
|
- addCriterion("login_status in", values, "loginStatus");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusNotIn(List<Boolean> values) {
|
|
|
- addCriterion("login_status not in", values, "loginStatus");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusBetween(Boolean value1, Boolean value2) {
|
|
|
- addCriterion("login_status between", value1, value2, "loginStatus");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andLoginStatusNotBetween(Boolean value1, Boolean value2) {
|
|
|
- addCriterion("login_status not between", value1, value2, "loginStatus");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeIsNull() {
|
|
|
- addCriterion("update_time is null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeIsNotNull() {
|
|
|
- addCriterion("update_time is not null");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeEqualTo(Date value) {
|
|
|
- addCriterion("update_time =", value, "updateTime");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeNotEqualTo(Date value) {
|
|
|
- addCriterion("update_time <>", value, "updateTime");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeGreaterThan(Date value) {
|
|
|
- addCriterion("update_time >", value, "updateTime");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeGreaterThanOrEqualTo(Date value) {
|
|
|
- addCriterion("update_time >=", value, "updateTime");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeLessThan(Date value) {
|
|
|
- addCriterion("update_time <", value, "updateTime");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeLessThanOrEqualTo(Date value) {
|
|
|
- addCriterion("update_time <=", value, "updateTime");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeIn(List<Date> values) {
|
|
|
- addCriterion("update_time in", values, "updateTime");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeNotIn(List<Date> values) {
|
|
|
- addCriterion("update_time not in", values, "updateTime");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeBetween(Date value1, Date value2) {
|
|
|
- addCriterion("update_time between", value1, value2, "updateTime");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
-
|
|
|
- public Criteria andUpdateTimeNotBetween(Date value1, Date value2) {
|
|
|
- addCriterion("update_time not between", value1, value2, "updateTime");
|
|
|
- return (Criteria) this;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This class was generated by MyBatis Generator.
|
|
|
- * This class corresponds to the database table qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated do_not_delete_during_merge Thu May 22 19:38:00 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 qywx_user_corp
|
|
|
- *
|
|
|
- * @mbg.generated Thu May 22 19:38:00 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);
|
|
|
- }
|
|
|
- }
|
|
|
-}
|