|  | @@ -2505,6 +2505,976 @@ public class PmsProductExample {
 | 
											
												
													
														|  |              addCriterion("product_category_name not between", value1, value2, "productCategoryName");
 |  |              addCriterion("product_category_name not between", value1, value2, "productCategoryName");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id =", value, "umsCompanyInfoId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdNotEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id <>", value, "umsCompanyInfoId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdGreaterThan(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id >", value, "umsCompanyInfoId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdGreaterThanOrEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id >=", value, "umsCompanyInfoId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdLessThan(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id <", value, "umsCompanyInfoId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdLessThanOrEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id <=", value, "umsCompanyInfoId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdIn(List<Long> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id in", values, "umsCompanyInfoId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdNotIn(List<Long> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id not in", values, "umsCompanyInfoId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdBetween(Long value1, Long value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id between", value1, value2, "umsCompanyInfoId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIdNotBetween(Long value1, Long value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info_id not between", value1, value2, "umsCompanyInfoId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info =", value, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoNotEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info <>", value, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoGreaterThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info >", value, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoGreaterThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info >=", value, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoLessThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info <", value, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoLessThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info <=", value, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info like", value, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoNotLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info not like", value, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info in", values, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoNotIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info not in", values, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info between", value1, value2, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUmsCompanyInfoNotBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ums_company_info not between", value1, value2, "umsCompanyInfo");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceEqualTo(BigDecimal value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price =", value, "tradePrice");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceNotEqualTo(BigDecimal value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price <>", value, "tradePrice");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceGreaterThan(BigDecimal value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price >", value, "tradePrice");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceGreaterThanOrEqualTo(BigDecimal value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price >=", value, "tradePrice");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceLessThan(BigDecimal value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price <", value, "tradePrice");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceLessThanOrEqualTo(BigDecimal value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price <=", value, "tradePrice");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceIn(List<BigDecimal> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price in", values, "tradePrice");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceNotIn(List<BigDecimal> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price not in", values, "tradePrice");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceBetween(BigDecimal value1, BigDecimal value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price between", value1, value2, "tradePrice");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andTradePriceNotBetween(BigDecimal value1, BigDecimal value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("trade_price not between", value1, value2, "tradePrice");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec =", value, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecNotEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec <>", value, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecGreaterThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec >", value, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecGreaterThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec >=", value, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecLessThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec <", value, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecLessThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec <=", value, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec like", value, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecNotLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec not like", value, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec in", values, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecNotIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec not in", values, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec between", value1, value2, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSpecNotBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("spec not between", value1, value2, "spec");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture =", value, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureNotEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture <>", value, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureGreaterThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture >", value, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureGreaterThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture >=", value, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureLessThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture <", value, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureLessThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture <=", value, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture like", value, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureNotLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture not like", value, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture in", values, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureNotIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture not in", values, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture between", value1, value2, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andDateOfManufactureNotBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("date_of_manufacture not between", value1, value2, "dateOfManufacture");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id =", value, "placeOfProductionId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdNotEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id <>", value, "placeOfProductionId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdGreaterThan(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id >", value, "placeOfProductionId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdGreaterThanOrEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id >=", value, "placeOfProductionId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdLessThan(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id <", value, "placeOfProductionId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdLessThanOrEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id <=", value, "placeOfProductionId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdIn(List<Long> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id in", values, "placeOfProductionId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdNotIn(List<Long> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id not in", values, "placeOfProductionId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdBetween(Long value1, Long value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id between", value1, value2, "placeOfProductionId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIdNotBetween(Long value1, Long value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production_id not between", value1, value2, "placeOfProductionId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production =", value, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionNotEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production <>", value, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionGreaterThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production >", value, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionGreaterThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production >=", value, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionLessThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production <", value, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionLessThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production <=", value, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production like", value, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionNotLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production not like", value, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production in", values, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionNotIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production not in", values, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production between", value1, value2, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPlaceOfProductionNotBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("place_of_production not between", value1, value2, "placeOfProduction");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions =", value, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsNotEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions <>", value, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsGreaterThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions >", value, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsGreaterThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions >=", value, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsLessThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions <", value, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsLessThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions <=", value, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions like", value, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsNotLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions not like", value, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions in", values, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsNotIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions not in", values, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions between", value1, value2, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andInstructionsNotBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("instructions not between", value1, value2, "instructions");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period =", value, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodNotEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period <>", value, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodGreaterThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period >", value, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodGreaterThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period >=", value, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodLessThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period <", value, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodLessThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period <=", value, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period like", value, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodNotLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period not like", value, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period in", values, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodNotIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period not in", values, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period between", value1, value2, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andQualityGuaranteePeriodNotBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("quality_guarantee_period not between", value1, value2, "qualityGuaranteePeriod");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention =", value, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionNotEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention <>", value, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionGreaterThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention >", value, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionGreaterThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention >=", value, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionLessThan(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention <", value, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionLessThanOrEqualTo(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention <=", value, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention like", value, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionNotLike(String value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention not like", value, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention in", values, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionNotIn(List<String> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention not in", values, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention between", value1, value2, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPointsForAttentionNotBetween(String value1, String value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("points_for_attention not between", value1, value2, "pointsForAttention");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user =", value, "createUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserNotEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user <>", value, "createUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserGreaterThan(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user >", value, "createUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserGreaterThanOrEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user >=", value, "createUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserLessThan(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user <", value, "createUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserLessThanOrEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user <=", value, "createUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserIn(List<Long> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user in", values, "createUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserNotIn(List<Long> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user not in", values, "createUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserBetween(Long value1, Long value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user between", value1, value2, "createUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateUserNotBetween(Long value1, Long value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_user not between", value1, value2, "createUser");
 | 
											
												
													
														|  | 
 |  | +            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 andUpdateUserIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUpdateUserIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUpdateUserEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user =", value, "updateUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUpdateUserNotEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user <>", value, "updateUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUpdateUserGreaterThan(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user >", value, "updateUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUpdateUserGreaterThanOrEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user >=", value, "updateUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUpdateUserLessThan(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user <", value, "updateUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUpdateUserLessThanOrEqualTo(Long value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user <=", value, "updateUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUpdateUserIn(List<Long> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user in", values, "updateUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUpdateUserNotIn(List<Long> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user not in", values, "updateUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUpdateUserBetween(Long value1, Long value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user between", value1, value2, "updateUser");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andUpdateUserNotBetween(Long value1, Long value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("update_user not between", value1, value2, "updateUser");
 | 
											
												
													
														|  | 
 |  | +            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 andCreateTypeIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateTypeIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateTypeEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type =", value, "createType");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateTypeNotEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type <>", value, "createType");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateTypeGreaterThan(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type >", value, "createType");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateTypeGreaterThanOrEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type >=", value, "createType");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateTypeLessThan(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type <", value, "createType");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateTypeLessThanOrEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type <=", value, "createType");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateTypeIn(List<Integer> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type in", values, "createType");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateTypeNotIn(List<Integer> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type not in", values, "createType");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateTypeBetween(Integer value1, Integer value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type between", value1, value2, "createType");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andCreateTypeNotBetween(Integer value1, Integer value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("create_type not between", value1, value2, "createType");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      public static class Criteria extends GeneratedCriteria {
 |  |      public static class Criteria extends GeneratedCriteria {
 |