923 lines
28 KiB
Java
923 lines
28 KiB
Java
package com.jsh.erp.datasource.entities;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.Date;
|
|
import java.util.List;
|
|
|
|
public class SerialNumberExample {
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database table jsh_serial_number
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
protected String orderByClause;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database table jsh_serial_number
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
protected boolean distinct;
|
|
|
|
/**
|
|
* This field was generated by MyBatis Generator.
|
|
* This field corresponds to the database table jsh_serial_number
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
protected List<Criteria> oredCriteria;
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_serial_number
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public SerialNumberExample() {
|
|
oredCriteria = new ArrayList<Criteria>();
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_serial_number
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setOrderByClause(String orderByClause) {
|
|
this.orderByClause = orderByClause;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_serial_number
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public String getOrderByClause() {
|
|
return orderByClause;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_serial_number
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void setDistinct(boolean distinct) {
|
|
this.distinct = distinct;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_serial_number
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public boolean isDistinct() {
|
|
return distinct;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_serial_number
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public List<Criteria> getOredCriteria() {
|
|
return oredCriteria;
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_serial_number
|
|
*
|
|
* @mbggenerated
|
|
*/
|
|
public void or(Criteria criteria) {
|
|
oredCriteria.add(criteria);
|
|
}
|
|
|
|
/**
|
|
* This method was generated by MyBatis Generator.
|
|
* This method corresponds to the database table jsh_serial_number
|
|
*
|
|
* @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_serial_number
|
|
*
|
|
* @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_serial_number
|
|
*
|
|
* @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_serial_number
|
|
*
|
|
* @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_serial_number
|
|
*
|
|
* @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 andMaterialIdIsNull() {
|
|
addCriterion("material_Id is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andMaterialIdIsNotNull() {
|
|
addCriterion("material_Id is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andMaterialIdEqualTo(Long value) {
|
|
addCriterion("material_Id =", value, "materialId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andMaterialIdNotEqualTo(Long value) {
|
|
addCriterion("material_Id <>", value, "materialId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andMaterialIdGreaterThan(Long value) {
|
|
addCriterion("material_Id >", value, "materialId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andMaterialIdGreaterThanOrEqualTo(Long value) {
|
|
addCriterion("material_Id >=", value, "materialId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andMaterialIdLessThan(Long value) {
|
|
addCriterion("material_Id <", value, "materialId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andMaterialIdLessThanOrEqualTo(Long value) {
|
|
addCriterion("material_Id <=", value, "materialId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andMaterialIdIn(List<Long> values) {
|
|
addCriterion("material_Id in", values, "materialId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andMaterialIdNotIn(List<Long> values) {
|
|
addCriterion("material_Id not in", values, "materialId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andMaterialIdBetween(Long value1, Long value2) {
|
|
addCriterion("material_Id between", value1, value2, "materialId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andMaterialIdNotBetween(Long value1, Long value2) {
|
|
addCriterion("material_Id not between", value1, value2, "materialId");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberIsNull() {
|
|
addCriterion("serial_Number is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberIsNotNull() {
|
|
addCriterion("serial_Number is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberEqualTo(String value) {
|
|
addCriterion("serial_Number =", value, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberNotEqualTo(String value) {
|
|
addCriterion("serial_Number <>", value, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberGreaterThan(String value) {
|
|
addCriterion("serial_Number >", value, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberGreaterThanOrEqualTo(String value) {
|
|
addCriterion("serial_Number >=", value, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberLessThan(String value) {
|
|
addCriterion("serial_Number <", value, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberLessThanOrEqualTo(String value) {
|
|
addCriterion("serial_Number <=", value, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberLike(String value) {
|
|
addCriterion("serial_Number like", value, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberNotLike(String value) {
|
|
addCriterion("serial_Number not like", value, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberIn(List<String> values) {
|
|
addCriterion("serial_Number in", values, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberNotIn(List<String> values) {
|
|
addCriterion("serial_Number not in", values, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberBetween(String value1, String value2) {
|
|
addCriterion("serial_Number between", value1, value2, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andSerialNumberNotBetween(String value1, String value2) {
|
|
addCriterion("serial_Number not between", value1, value2, "serialNumber");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellIsNull() {
|
|
addCriterion("is_Sell is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellIsNotNull() {
|
|
addCriterion("is_Sell is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellEqualTo(Boolean value) {
|
|
addCriterion("is_Sell =", value, "isSell");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellNotEqualTo(Boolean value) {
|
|
addCriterion("is_Sell <>", value, "isSell");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellGreaterThan(Boolean value) {
|
|
addCriterion("is_Sell >", value, "isSell");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellGreaterThanOrEqualTo(Boolean value) {
|
|
addCriterion("is_Sell >=", value, "isSell");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellLessThan(Boolean value) {
|
|
addCriterion("is_Sell <", value, "isSell");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellLessThanOrEqualTo(Boolean value) {
|
|
addCriterion("is_Sell <=", value, "isSell");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellIn(List<Boolean> values) {
|
|
addCriterion("is_Sell in", values, "isSell");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellNotIn(List<Boolean> values) {
|
|
addCriterion("is_Sell not in", values, "isSell");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellBetween(Boolean value1, Boolean value2) {
|
|
addCriterion("is_Sell between", value1, value2, "isSell");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andIsSellNotBetween(Boolean value1, Boolean value2) {
|
|
addCriterion("is_Sell not between", value1, value2, "isSell");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkIsNull() {
|
|
addCriterion("remark is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkIsNotNull() {
|
|
addCriterion("remark is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkEqualTo(String value) {
|
|
addCriterion("remark =", value, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkNotEqualTo(String value) {
|
|
addCriterion("remark <>", value, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkGreaterThan(String value) {
|
|
addCriterion("remark >", value, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkGreaterThanOrEqualTo(String value) {
|
|
addCriterion("remark >=", value, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkLessThan(String value) {
|
|
addCriterion("remark <", value, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkLessThanOrEqualTo(String value) {
|
|
addCriterion("remark <=", value, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkLike(String value) {
|
|
addCriterion("remark like", value, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkNotLike(String value) {
|
|
addCriterion("remark not like", value, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkIn(List<String> values) {
|
|
addCriterion("remark in", values, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkNotIn(List<String> values) {
|
|
addCriterion("remark not in", values, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkBetween(String value1, String value2) {
|
|
addCriterion("remark between", value1, value2, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andRemarkNotBetween(String value1, String value2) {
|
|
addCriterion("remark not between", value1, value2, "remark");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagIsNull() {
|
|
addCriterion("delete_Flag is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagIsNotNull() {
|
|
addCriterion("delete_Flag is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagEqualTo(Boolean value) {
|
|
addCriterion("delete_Flag =", value, "deleteFlag");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagNotEqualTo(Boolean value) {
|
|
addCriterion("delete_Flag <>", value, "deleteFlag");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagGreaterThan(Boolean value) {
|
|
addCriterion("delete_Flag >", value, "deleteFlag");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagGreaterThanOrEqualTo(Boolean value) {
|
|
addCriterion("delete_Flag >=", value, "deleteFlag");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagLessThan(Boolean value) {
|
|
addCriterion("delete_Flag <", value, "deleteFlag");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagLessThanOrEqualTo(Boolean value) {
|
|
addCriterion("delete_Flag <=", value, "deleteFlag");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagIn(List<Boolean> values) {
|
|
addCriterion("delete_Flag in", values, "deleteFlag");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagNotIn(List<Boolean> values) {
|
|
addCriterion("delete_Flag not in", values, "deleteFlag");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagBetween(Boolean value1, Boolean value2) {
|
|
addCriterion("delete_Flag between", value1, value2, "deleteFlag");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andDeleteFlagNotBetween(Boolean value1, Boolean value2) {
|
|
addCriterion("delete_Flag not between", value1, value2, "deleteFlag");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeIsNull() {
|
|
addCriterion("create_Time is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeIsNotNull() {
|
|
addCriterion("create_Time is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeEqualTo(Date value) {
|
|
addCriterion("create_Time =", value, "createTime");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeNotEqualTo(Date value) {
|
|
addCriterion("create_Time <>", value, "createTime");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeGreaterThan(Date value) {
|
|
addCriterion("create_Time >", value, "createTime");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
|
|
addCriterion("create_Time >=", value, "createTime");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeLessThan(Date value) {
|
|
addCriterion("create_Time <", value, "createTime");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
|
|
addCriterion("create_Time <=", value, "createTime");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeIn(List<Date> values) {
|
|
addCriterion("create_Time in", values, "createTime");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeNotIn(List<Date> values) {
|
|
addCriterion("create_Time not in", values, "createTime");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeBetween(Date value1, Date value2) {
|
|
addCriterion("create_Time between", value1, value2, "createTime");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
|
|
addCriterion("create_Time not between", value1, value2, "createTime");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorIsNull() {
|
|
addCriterion("creator is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorIsNotNull() {
|
|
addCriterion("creator is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorEqualTo(Long value) {
|
|
addCriterion("creator =", value, "creator");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorNotEqualTo(Long value) {
|
|
addCriterion("creator <>", value, "creator");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorGreaterThan(Long value) {
|
|
addCriterion("creator >", value, "creator");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorGreaterThanOrEqualTo(Long value) {
|
|
addCriterion("creator >=", value, "creator");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorLessThan(Long value) {
|
|
addCriterion("creator <", value, "creator");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorLessThanOrEqualTo(Long value) {
|
|
addCriterion("creator <=", value, "creator");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorIn(List<Long> values) {
|
|
addCriterion("creator in", values, "creator");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorNotIn(List<Long> values) {
|
|
addCriterion("creator not in", values, "creator");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorBetween(Long value1, Long value2) {
|
|
addCriterion("creator between", value1, value2, "creator");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andCreatorNotBetween(Long value1, Long value2) {
|
|
addCriterion("creator not between", value1, value2, "creator");
|
|
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;
|
|
}
|
|
|
|
public Criteria andUpdaterIsNull() {
|
|
addCriterion("updater is null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andUpdaterIsNotNull() {
|
|
addCriterion("updater is not null");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andUpdaterEqualTo(Long value) {
|
|
addCriterion("updater =", value, "updater");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andUpdaterNotEqualTo(Long value) {
|
|
addCriterion("updater <>", value, "updater");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andUpdaterGreaterThan(Long value) {
|
|
addCriterion("updater >", value, "updater");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andUpdaterGreaterThanOrEqualTo(Long value) {
|
|
addCriterion("updater >=", value, "updater");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andUpdaterLessThan(Long value) {
|
|
addCriterion("updater <", value, "updater");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andUpdaterLessThanOrEqualTo(Long value) {
|
|
addCriterion("updater <=", value, "updater");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andUpdaterIn(List<Long> values) {
|
|
addCriterion("updater in", values, "updater");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andUpdaterNotIn(List<Long> values) {
|
|
addCriterion("updater not in", values, "updater");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andUpdaterBetween(Long value1, Long value2) {
|
|
addCriterion("updater between", value1, value2, "updater");
|
|
return (Criteria) this;
|
|
}
|
|
|
|
public Criteria andUpdaterNotBetween(Long value1, Long value2) {
|
|
addCriterion("updater not between", value1, value2, "updater");
|
|
return (Criteria) this;
|
|
}
|
|
}
|
|
|
|
/**
|
|
* This class was generated by MyBatis Generator.
|
|
* This class corresponds to the database table jsh_serial_number
|
|
*
|
|
* @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_serial_number
|
|
*
|
|
* @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);
|
|
}
|
|
}
|
|
} |