|
@@ -0,0 +1,742 @@
|
|
|
+package com.js.kbt.model;
|
|
|
+
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.Date;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class LonLatRecordExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ public LonLatRecordExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
+ this.distinct = distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ public void or(Criteria criteria) {
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ 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 lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ 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 lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ protected Criteria createCriteriaInternal() {
|
|
|
+ Criteria criteria = new Criteria();
|
|
|
+ return criteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ public void clear() {
|
|
|
+ oredCriteria.clear();
|
|
|
+ orderByClause = null;
|
|
|
+ distinct = false;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator. This class corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ 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(Integer value) {
|
|
|
+ addCriterion("id =", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotEqualTo(Integer value) {
|
|
|
+ addCriterion("id <>", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThan(Integer value) {
|
|
|
+ addCriterion("id >", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("id >=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThan(Integer value) {
|
|
|
+ addCriterion("id <", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("id <=", value, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdIn(List<Integer> values) {
|
|
|
+ addCriterion("id in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotIn(List<Integer> values) {
|
|
|
+ addCriterion("id not in", values, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("id between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andIdNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("id not between", value1, value2, "id");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngIsNull() {
|
|
|
+ addCriterion("lng is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngIsNotNull() {
|
|
|
+ addCriterion("lng is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngEqualTo(String value) {
|
|
|
+ addCriterion("lng =", value, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngNotEqualTo(String value) {
|
|
|
+ addCriterion("lng <>", value, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngGreaterThan(String value) {
|
|
|
+ addCriterion("lng >", value, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("lng >=", value, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngLessThan(String value) {
|
|
|
+ addCriterion("lng <", value, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("lng <=", value, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngLike(String value) {
|
|
|
+ addCriterion("lng like", value, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngNotLike(String value) {
|
|
|
+ addCriterion("lng not like", value, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngIn(List<String> values) {
|
|
|
+ addCriterion("lng in", values, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngNotIn(List<String> values) {
|
|
|
+ addCriterion("lng not in", values, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngBetween(String value1, String value2) {
|
|
|
+ addCriterion("lng between", value1, value2, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLngNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("lng not between", value1, value2, "lng");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatIsNull() {
|
|
|
+ addCriterion("lat is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatIsNotNull() {
|
|
|
+ addCriterion("lat is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatEqualTo(String value) {
|
|
|
+ addCriterion("lat =", value, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatNotEqualTo(String value) {
|
|
|
+ addCriterion("lat <>", value, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatGreaterThan(String value) {
|
|
|
+ addCriterion("lat >", value, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("lat >=", value, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatLessThan(String value) {
|
|
|
+ addCriterion("lat <", value, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("lat <=", value, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatLike(String value) {
|
|
|
+ addCriterion("lat like", value, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatNotLike(String value) {
|
|
|
+ addCriterion("lat not like", value, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatIn(List<String> values) {
|
|
|
+ addCriterion("lat in", values, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatNotIn(List<String> values) {
|
|
|
+ addCriterion("lat not in", values, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatBetween(String value1, String value2) {
|
|
|
+ addCriterion("lat between", value1, value2, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLatNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("lat not between", value1, value2, "lat");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacIsNull() {
|
|
|
+ addCriterion("gprs_lac is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacIsNotNull() {
|
|
|
+ addCriterion("gprs_lac is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacEqualTo(String value) {
|
|
|
+ addCriterion("gprs_lac =", value, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacNotEqualTo(String value) {
|
|
|
+ addCriterion("gprs_lac <>", value, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacGreaterThan(String value) {
|
|
|
+ addCriterion("gprs_lac >", value, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("gprs_lac >=", value, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacLessThan(String value) {
|
|
|
+ addCriterion("gprs_lac <", value, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("gprs_lac <=", value, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacLike(String value) {
|
|
|
+ addCriterion("gprs_lac like", value, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacNotLike(String value) {
|
|
|
+ addCriterion("gprs_lac not like", value, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacIn(List<String> values) {
|
|
|
+ addCriterion("gprs_lac in", values, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacNotIn(List<String> values) {
|
|
|
+ addCriterion("gprs_lac not in", values, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacBetween(String value1, String value2) {
|
|
|
+ addCriterion("gprs_lac between", value1, value2, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsLacNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("gprs_lac not between", value1, value2, "gprsLac");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiIsNull() {
|
|
|
+ addCriterion("gprs_ci is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiIsNotNull() {
|
|
|
+ addCriterion("gprs_ci is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiEqualTo(String value) {
|
|
|
+ addCriterion("gprs_ci =", value, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiNotEqualTo(String value) {
|
|
|
+ addCriterion("gprs_ci <>", value, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiGreaterThan(String value) {
|
|
|
+ addCriterion("gprs_ci >", value, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("gprs_ci >=", value, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiLessThan(String value) {
|
|
|
+ addCriterion("gprs_ci <", value, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("gprs_ci <=", value, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiLike(String value) {
|
|
|
+ addCriterion("gprs_ci like", value, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiNotLike(String value) {
|
|
|
+ addCriterion("gprs_ci not like", value, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiIn(List<String> values) {
|
|
|
+ addCriterion("gprs_ci in", values, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiNotIn(List<String> values) {
|
|
|
+ addCriterion("gprs_ci not in", values, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiBetween(String value1, String value2) {
|
|
|
+ addCriterion("gprs_ci between", value1, value2, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andGprsCiNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("gprs_ci not between", value1, value2, "gprsCi");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccIsNull() {
|
|
|
+ addCriterion("mcc is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccIsNotNull() {
|
|
|
+ addCriterion("mcc is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccEqualTo(String value) {
|
|
|
+ addCriterion("mcc =", value, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccNotEqualTo(String value) {
|
|
|
+ addCriterion("mcc <>", value, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccGreaterThan(String value) {
|
|
|
+ addCriterion("mcc >", value, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("mcc >=", value, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccLessThan(String value) {
|
|
|
+ addCriterion("mcc <", value, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("mcc <=", value, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccLike(String value) {
|
|
|
+ addCriterion("mcc like", value, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccNotLike(String value) {
|
|
|
+ addCriterion("mcc not like", value, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccIn(List<String> values) {
|
|
|
+ addCriterion("mcc in", values, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccNotIn(List<String> values) {
|
|
|
+ addCriterion("mcc not in", values, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccBetween(String value1, String value2) {
|
|
|
+ addCriterion("mcc between", value1, value2, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMccNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("mcc not between", value1, value2, "mcc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncIsNull() {
|
|
|
+ addCriterion("mnc is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncIsNotNull() {
|
|
|
+ addCriterion("mnc is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncEqualTo(String value) {
|
|
|
+ addCriterion("mnc =", value, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncNotEqualTo(String value) {
|
|
|
+ addCriterion("mnc <>", value, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncGreaterThan(String value) {
|
|
|
+ addCriterion("mnc >", value, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("mnc >=", value, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncLessThan(String value) {
|
|
|
+ addCriterion("mnc <", value, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("mnc <=", value, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncLike(String value) {
|
|
|
+ addCriterion("mnc like", value, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncNotLike(String value) {
|
|
|
+ addCriterion("mnc not like", value, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncIn(List<String> values) {
|
|
|
+ addCriterion("mnc in", values, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncNotIn(List<String> values) {
|
|
|
+ addCriterion("mnc not in", values, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncBetween(String value1, String value2) {
|
|
|
+ addCriterion("mnc between", value1, value2, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMncNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("mnc not between", value1, value2, "mnc");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator. This class corresponds to the database table lon_lat_record
|
|
|
+ * @mbg.generated Thu Oct 31 14:14:27 CST 2019
|
|
|
+ */
|
|
|
+ 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);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table lon_lat_record
|
|
|
+ *
|
|
|
+ * @mbg.generated do_not_delete_during_merge Thu Oct 31 13:45:53 CST 2019
|
|
|
+ */
|
|
|
+ public static class Criteria extends GeneratedCriteria {
|
|
|
+
|
|
|
+ protected Criteria() {
|
|
|
+ super();
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|