|
@@ -1,58 +1,121 @@
|
|
|
package com.gyee.frame.model.auto;
|
|
|
|
|
|
-import java.math.BigDecimal;
|
|
|
import java.util.ArrayList;
|
|
|
-import java.util.Date;
|
|
|
import java.util.List;
|
|
|
|
|
|
-/**
|
|
|
- * GyeeuserExample
|
|
|
- * @author gyee_自动生成
|
|
|
- * @email 1@qq.com
|
|
|
- * @date 2020-04-15 16:48:37
|
|
|
- */
|
|
|
public class GyeeuserExample {
|
|
|
-
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
protected String orderByClause;
|
|
|
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
protected boolean distinct;
|
|
|
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
protected List<Criteria> oredCriteria;
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
public GyeeuserExample() {
|
|
|
oredCriteria = new ArrayList<Criteria>();
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
public void setOrderByClause(String orderByClause) {
|
|
|
this.orderByClause = orderByClause;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
public String getOrderByClause() {
|
|
|
return orderByClause;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
public void setDistinct(boolean distinct) {
|
|
|
this.distinct = distinct;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
public boolean isDistinct() {
|
|
|
return distinct;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
public List<Criteria> getOredCriteria() {
|
|
|
return oredCriteria;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
public void or(Criteria criteria) {
|
|
|
oredCriteria.add(criteria);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
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 gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
public Criteria createCriteria() {
|
|
|
Criteria criteria = createCriteriaInternal();
|
|
|
if (oredCriteria.size() == 0) {
|
|
@@ -61,17 +124,35 @@ public class GyeeuserExample {
|
|
|
return criteria;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
protected Criteria createCriteriaInternal() {
|
|
|
Criteria criteria = new Criteria();
|
|
|
return criteria;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
public void clear() {
|
|
|
oredCriteria.clear();
|
|
|
orderByClause = null;
|
|
|
distinct = false;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
protected abstract static class GeneratedCriteria {
|
|
|
protected List<Criterion> criteria;
|
|
|
|
|
@@ -112,7 +193,7 @@ public class GyeeuserExample {
|
|
|
}
|
|
|
criteria.add(new Criterion(condition, value1, value2));
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
public Criteria andIdIsNull() {
|
|
|
addCriterion("id is null");
|
|
|
return (Criteria) this;
|
|
@@ -182,8 +263,7 @@ public class GyeeuserExample {
|
|
|
addCriterion("id not between", value1, value2, "id");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
public Criteria andUsernameIsNull() {
|
|
|
addCriterion("username is null");
|
|
|
return (Criteria) this;
|
|
@@ -253,8 +333,7 @@ public class GyeeuserExample {
|
|
|
addCriterion("username not between", value1, value2, "username");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
public Criteria andPasswordIsNull() {
|
|
|
addCriterion("password is null");
|
|
|
return (Criteria) this;
|
|
@@ -324,8 +403,7 @@ public class GyeeuserExample {
|
|
|
addCriterion("password not between", value1, value2, "password");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
public Criteria andNicknameIsNull() {
|
|
|
addCriterion("nickname is null");
|
|
|
return (Criteria) this;
|
|
@@ -395,9 +473,294 @@ public class GyeeuserExample {
|
|
|
addCriterion("nickname not between", value1, value2, "nickname");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
-
|
|
|
- }
|
|
|
|
|
|
+ public Criteria andPhotoIsNull() {
|
|
|
+ addCriterion("photo is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoIsNotNull() {
|
|
|
+ addCriterion("photo is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoEqualTo(String value) {
|
|
|
+ addCriterion("photo =", value, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoNotEqualTo(String value) {
|
|
|
+ addCriterion("photo <>", value, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoGreaterThan(String value) {
|
|
|
+ addCriterion("photo >", value, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("photo >=", value, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoLessThan(String value) {
|
|
|
+ addCriterion("photo <", value, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("photo <=", value, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoLike(String value) {
|
|
|
+ addCriterion("photo like", value, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoNotLike(String value) {
|
|
|
+ addCriterion("photo not like", value, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoIn(List<String> values) {
|
|
|
+ addCriterion("photo in", values, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoNotIn(List<String> values) {
|
|
|
+ addCriterion("photo not in", values, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoBetween(String value1, String value2) {
|
|
|
+ addCriterion("photo between", value1, value2, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPhotoNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("photo not between", value1, value2, "photo");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1IsNull() {
|
|
|
+ addCriterion("remak1 is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1IsNotNull() {
|
|
|
+ addCriterion("remak1 is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1EqualTo(String value) {
|
|
|
+ addCriterion("remak1 =", value, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1NotEqualTo(String value) {
|
|
|
+ addCriterion("remak1 <>", value, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1GreaterThan(String value) {
|
|
|
+ addCriterion("remak1 >", value, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1GreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("remak1 >=", value, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1LessThan(String value) {
|
|
|
+ addCriterion("remak1 <", value, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1LessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("remak1 <=", value, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1Like(String value) {
|
|
|
+ addCriterion("remak1 like", value, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1NotLike(String value) {
|
|
|
+ addCriterion("remak1 not like", value, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1In(List<String> values) {
|
|
|
+ addCriterion("remak1 in", values, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1NotIn(List<String> values) {
|
|
|
+ addCriterion("remak1 not in", values, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1Between(String value1, String value2) {
|
|
|
+ addCriterion("remak1 between", value1, value2, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak1NotBetween(String value1, String value2) {
|
|
|
+ addCriterion("remak1 not between", value1, value2, "remak1");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2IsNull() {
|
|
|
+ addCriterion("remak2 is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2IsNotNull() {
|
|
|
+ addCriterion("remak2 is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2EqualTo(String value) {
|
|
|
+ addCriterion("remak2 =", value, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2NotEqualTo(String value) {
|
|
|
+ addCriterion("remak2 <>", value, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2GreaterThan(String value) {
|
|
|
+ addCriterion("remak2 >", value, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2GreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("remak2 >=", value, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2LessThan(String value) {
|
|
|
+ addCriterion("remak2 <", value, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2LessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("remak2 <=", value, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2Like(String value) {
|
|
|
+ addCriterion("remak2 like", value, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2NotLike(String value) {
|
|
|
+ addCriterion("remak2 not like", value, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2In(List<String> values) {
|
|
|
+ addCriterion("remak2 in", values, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2NotIn(List<String> values) {
|
|
|
+ addCriterion("remak2 not in", values, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2Between(String value1, String value2) {
|
|
|
+ addCriterion("remak2 between", value1, value2, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak2NotBetween(String value1, String value2) {
|
|
|
+ addCriterion("remak2 not between", value1, value2, "remak2");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3IsNull() {
|
|
|
+ addCriterion("remak3 is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3IsNotNull() {
|
|
|
+ addCriterion("remak3 is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3EqualTo(String value) {
|
|
|
+ addCriterion("remak3 =", value, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3NotEqualTo(String value) {
|
|
|
+ addCriterion("remak3 <>", value, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3GreaterThan(String value) {
|
|
|
+ addCriterion("remak3 >", value, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3GreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("remak3 >=", value, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3LessThan(String value) {
|
|
|
+ addCriterion("remak3 <", value, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3LessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("remak3 <=", value, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3Like(String value) {
|
|
|
+ addCriterion("remak3 like", value, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3NotLike(String value) {
|
|
|
+ addCriterion("remak3 not like", value, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3In(List<String> values) {
|
|
|
+ addCriterion("remak3 in", values, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3NotIn(List<String> values) {
|
|
|
+ addCriterion("remak3 not in", values, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3Between(String value1, String value2) {
|
|
|
+ addCriterion("remak3 between", value1, value2, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRemak3NotBetween(String value1, String value2) {
|
|
|
+ addCriterion("remak3 not between", value1, value2, "remak3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated do_not_delete_during_merge
|
|
|
+ */
|
|
|
public static class Criteria extends GeneratedCriteria {
|
|
|
|
|
|
protected Criteria() {
|
|
@@ -405,6 +768,12 @@ public class GyeeuserExample {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table gyeeuser
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
public static class Criterion {
|
|
|
private String condition;
|
|
|
|