|
@@ -0,0 +1,671 @@
|
|
|
+package com.minpay.db.table.model;
|
|
|
+
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class VmPersonRoleInfExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ public VmPersonRoleInfExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
+ this.distinct = distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ public void or(Criteria criteria) {
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @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 vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @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 vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ protected Criteria createCriteriaInternal() {
|
|
|
+ Criteria criteria = new Criteria();
|
|
|
+ return criteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @mbggenerated
|
|
|
+ */
|
|
|
+ public void clear() {
|
|
|
+ oredCriteria.clear();
|
|
|
+ orderByClause = null;
|
|
|
+ distinct = false;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @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> 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("VPR_ID is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdIsNotNull() {
|
|
|
+ addCriterion("VPR_ID is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdEqualTo(String value) {
|
|
|
+ if(value == null ){
|
|
|
+ andIdIsNull();
|
|
|
+ } else {
|
|
|
+ addCriterion("VPR_ID =", value, "id");
|
|
|
+ }
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotEqualTo(String value) {
|
|
|
+ if(value == null ){
|
|
|
+ andIdIsNotNull();
|
|
|
+ } else {
|
|
|
+ addCriterion("VPR_ID <>", value, "id");
|
|
|
+ }
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThan(String value) {
|
|
|
+ addCriterion("VPR_ID >", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("VPR_ID >=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThan(String value) {
|
|
|
+ addCriterion("VPR_ID <", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("VPR_ID <=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLike(String value) {
|
|
|
+ addCriterion("VPR_ID like", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotLike(String value) {
|
|
|
+ addCriterion("VPR_ID not like", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdIn(List<String> values) {
|
|
|
+ addCriterion("VPR_ID in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotIn(List<String> values) {
|
|
|
+ addCriterion("VPR_ID not in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("VPR_ID between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("VPR_ID not between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdIsNull() {
|
|
|
+ addCriterion("VPR_BRANCH_ID is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdIsNotNull() {
|
|
|
+ addCriterion("VPR_BRANCH_ID is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdEqualTo(String value) {
|
|
|
+ if(value == null ){
|
|
|
+ andBranchIdIsNull();
|
|
|
+ } else {
|
|
|
+ addCriterion("VPR_BRANCH_ID =", value, "branchId");
|
|
|
+ }
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdNotEqualTo(String value) {
|
|
|
+ if(value == null ){
|
|
|
+ andBranchIdIsNotNull();
|
|
|
+ } else {
|
|
|
+ addCriterion("VPR_BRANCH_ID <>", value, "branchId");
|
|
|
+ }
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdGreaterThan(String value) {
|
|
|
+ addCriterion("VPR_BRANCH_ID >", value, "branchId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("VPR_BRANCH_ID >=", value, "branchId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdLessThan(String value) {
|
|
|
+ addCriterion("VPR_BRANCH_ID <", value, "branchId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("VPR_BRANCH_ID <=", value, "branchId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdLike(String value) {
|
|
|
+ addCriterion("VPR_BRANCH_ID like", value, "branchId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdNotLike(String value) {
|
|
|
+ addCriterion("VPR_BRANCH_ID not like", value, "branchId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdIn(List<String> values) {
|
|
|
+ addCriterion("VPR_BRANCH_ID in", values, "branchId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdNotIn(List<String> values) {
|
|
|
+ addCriterion("VPR_BRANCH_ID not in", values, "branchId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("VPR_BRANCH_ID between", value1, value2, "branchId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBranchIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("VPR_BRANCH_ID not between", value1, value2, "branchId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleIsNull() {
|
|
|
+ addCriterion("VPR_ROLE is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleIsNotNull() {
|
|
|
+ addCriterion("VPR_ROLE is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleEqualTo(String value) {
|
|
|
+ if(value == null ){
|
|
|
+ andRoleIsNull();
|
|
|
+ } else {
|
|
|
+ addCriterion("VPR_ROLE =", value, "role");
|
|
|
+ }
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleNotEqualTo(String value) {
|
|
|
+ if(value == null ){
|
|
|
+ andRoleIsNotNull();
|
|
|
+ } else {
|
|
|
+ addCriterion("VPR_ROLE <>", value, "role");
|
|
|
+ }
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleGreaterThan(String value) {
|
|
|
+ addCriterion("VPR_ROLE >", value, "role");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("VPR_ROLE >=", value, "role");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleLessThan(String value) {
|
|
|
+ addCriterion("VPR_ROLE <", value, "role");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("VPR_ROLE <=", value, "role");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleLike(String value) {
|
|
|
+ addCriterion("VPR_ROLE like", value, "role");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleNotLike(String value) {
|
|
|
+ addCriterion("VPR_ROLE not like", value, "role");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleIn(List<String> values) {
|
|
|
+ addCriterion("VPR_ROLE in", values, "role");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleNotIn(List<String> values) {
|
|
|
+ addCriterion("VPR_ROLE not in", values, "role");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleBetween(String value1, String value2) {
|
|
|
+ addCriterion("VPR_ROLE between", value1, value2, "role");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRoleNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("VPR_ROLE not between", value1, value2, "role");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdIsNull() {
|
|
|
+ addCriterion("VPR_PERSON_ID is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdIsNotNull() {
|
|
|
+ addCriterion("VPR_PERSON_ID is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdEqualTo(String value) {
|
|
|
+ if(value == null ){
|
|
|
+ andPersonIdIsNull();
|
|
|
+ } else {
|
|
|
+ addCriterion("VPR_PERSON_ID =", value, "personId");
|
|
|
+ }
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdNotEqualTo(String value) {
|
|
|
+ if(value == null ){
|
|
|
+ andPersonIdIsNotNull();
|
|
|
+ } else {
|
|
|
+ addCriterion("VPR_PERSON_ID <>", value, "personId");
|
|
|
+ }
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdGreaterThan(String value) {
|
|
|
+ addCriterion("VPR_PERSON_ID >", value, "personId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("VPR_PERSON_ID >=", value, "personId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdLessThan(String value) {
|
|
|
+ addCriterion("VPR_PERSON_ID <", value, "personId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("VPR_PERSON_ID <=", value, "personId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdLike(String value) {
|
|
|
+ addCriterion("VPR_PERSON_ID like", value, "personId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdNotLike(String value) {
|
|
|
+ addCriterion("VPR_PERSON_ID not like", value, "personId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdIn(List<String> values) {
|
|
|
+ addCriterion("VPR_PERSON_ID in", values, "personId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdNotIn(List<String> values) {
|
|
|
+ addCriterion("VPR_PERSON_ID not in", values, "personId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("VPR_PERSON_ID between", value1, value2, "personId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPersonIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("VPR_PERSON_ID not between", value1, value2, "personId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateIsNull() {
|
|
|
+ addCriterion("VPR_STATE is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateIsNotNull() {
|
|
|
+ addCriterion("VPR_STATE is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateEqualTo(String value) {
|
|
|
+ if(value == null ){
|
|
|
+ andStateIsNull();
|
|
|
+ } else {
|
|
|
+ addCriterion("VPR_STATE =", value, "state");
|
|
|
+ }
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateNotEqualTo(String value) {
|
|
|
+ if(value == null ){
|
|
|
+ andStateIsNotNull();
|
|
|
+ } else {
|
|
|
+ addCriterion("VPR_STATE <>", value, "state");
|
|
|
+ }
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateGreaterThan(String value) {
|
|
|
+ addCriterion("VPR_STATE >", value, "state");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("VPR_STATE >=", value, "state");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateLessThan(String value) {
|
|
|
+ addCriterion("VPR_STATE <", value, "state");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("VPR_STATE <=", value, "state");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateLike(String value) {
|
|
|
+ addCriterion("VPR_STATE like", value, "state");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateNotLike(String value) {
|
|
|
+ addCriterion("VPR_STATE not like", value, "state");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateIn(List<String> values) {
|
|
|
+ addCriterion("VPR_STATE in", values, "state");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateNotIn(List<String> values) {
|
|
|
+ addCriterion("VPR_STATE not in", values, "state");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateBetween(String value1, String value2) {
|
|
|
+ addCriterion("VPR_STATE between", value1, value2, "state");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStateNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("VPR_STATE not between", value1, value2, "state");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @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 vm_person_role_inf
|
|
|
+ *
|
|
|
+ * @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;
|
|
|
+
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+
|
|
|
+ protected Criterion(String condition) {
|
|
|
+ super();
|
|
|
+ this.condition = condition;
|
|
|
+ this.noValue = true;
|
|
|
+ }
|
|
|
+
|
|
|
+ protected Criterion(String condition, Object value) {
|
|
|
+ super();
|
|
|
+ this.condition = condition;
|
|
|
+ this.value = value;
|
|
|
+ if (value instanceof List<?>) {
|
|
|
+ this.listValue = true;
|
|
|
+ } else {
|
|
|
+ this.singleValue = true;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ protected Criterion(String condition, Object value, Object secondValue) {
|
|
|
+ super();
|
|
|
+ this.condition = condition;
|
|
|
+ this.value = value;
|
|
|
+ this.secondValue = secondValue;
|
|
|
+ this.betweenValue = true;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|