|  | @@ -245,63 +245,63 @@ public class EsComSQLBuilder {
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeIsNull() {
 | 
	
		
			
				|  |  | -            addCriterion("type is null");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeIsNull() {
 | 
	
		
			
				|  |  | +            addCriterion("ftype is null");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeIsNotNull() {
 | 
	
		
			
				|  |  | -            addCriterion("type is not null");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeIsNotNull() {
 | 
	
		
			
				|  |  | +            addCriterion("ftype is not null");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeEqualTo(Short value) {
 | 
	
		
			
				|  |  | -            addCriterion("type =", value, "type");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeEqualTo(Short value) {
 | 
	
		
			
				|  |  | +            addCriterion("ftype =", value, "ftype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeNotEqualTo(Short value) {
 | 
	
		
			
				|  |  | -            addCriterion("type <>", value, "type");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeNotEqualTo(Short value) {
 | 
	
		
			
				|  |  | +            addCriterion("ftype <>", value, "ftype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeGreaterThan(Short value) {
 | 
	
		
			
				|  |  | -            addCriterion("type >", value, "type");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeGreaterThan(Short value) {
 | 
	
		
			
				|  |  | +            addCriterion("ftype >", value, "ftype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeGreaterThanOrEqualTo(Short value) {
 | 
	
		
			
				|  |  | -            addCriterion("type >=", value, "type");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeGreaterThanOrEqualTo(Short value) {
 | 
	
		
			
				|  |  | +            addCriterion("ftype >=", value, "ftype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeLessThan(Short value) {
 | 
	
		
			
				|  |  | -            addCriterion("type <", value, "type");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeLessThan(Short value) {
 | 
	
		
			
				|  |  | +            addCriterion("ftype <", value, "ftype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeLessThanOrEqualTo(Short value) {
 | 
	
		
			
				|  |  | -            addCriterion("type <=", value, "type");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeLessThanOrEqualTo(Short value) {
 | 
	
		
			
				|  |  | +            addCriterion("ftype <=", value, "ftype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeIn(List<Short> values) {
 | 
	
		
			
				|  |  | -            addCriterion("type in", values, "type");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeIn(List<Short> values) {
 | 
	
		
			
				|  |  | +            addCriterion("ftype in", values, "ftype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeNotIn(List<Short> values) {
 | 
	
		
			
				|  |  | -            addCriterion("type not in", values, "type");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeNotIn(List<Short> values) {
 | 
	
		
			
				|  |  | +            addCriterion("ftype not in", values, "ftype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeBetween(Short value1, Short value2) {
 | 
	
		
			
				|  |  | -            addCriterion("type between", value1, value2, "type");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeBetween(Short value1, Short value2) {
 | 
	
		
			
				|  |  | +            addCriterion("ftype between", value1, value2, "ftype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Criteria andTypeNotBetween(Short value1, Short value2) {
 | 
	
		
			
				|  |  | -            addCriterion("type not between", value1, value2, "type");
 | 
	
		
			
				|  |  | +        public Criteria andFtypeNotBetween(Short value1, Short value2) {
 | 
	
		
			
				|  |  | +            addCriterion("ftype not between", value1, value2, "ftype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -694,6 +694,146 @@ public class EsComSQLBuilder {
 | 
	
		
			
				|  |  |              addCriterion("flag not between", value1, value2, "flag");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeIsNull() {
 | 
	
		
			
				|  |  | +            addCriterion("id_code is null");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeIsNotNull() {
 | 
	
		
			
				|  |  | +            addCriterion("id_code is not null");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeEqualTo(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code =", value, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeNotEqualTo(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code <>", value, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeGreaterThan(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code >", value, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeGreaterThanOrEqualTo(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code >=", value, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeLessThan(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code <", value, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeLessThanOrEqualTo(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code <=", value, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeLike(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code like", value, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeNotLike(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code not like", value, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeIn(List<String> values) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code in", values, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeNotIn(List<String> values) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code not in", values, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeBetween(String value1, String value2) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code between", value1, value2, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andIdCodeNotBetween(String value1, String value2) {
 | 
	
		
			
				|  |  | +            addCriterion("id_code not between", value1, value2, "idCode");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeIsNull() {
 | 
	
		
			
				|  |  | +            addCriterion("type is null");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeIsNotNull() {
 | 
	
		
			
				|  |  | +            addCriterion("type is not null");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeEqualTo(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("type =", value, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeNotEqualTo(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("type <>", value, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeGreaterThan(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("type >", value, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeGreaterThanOrEqualTo(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("type >=", value, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeLessThan(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("type <", value, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeLessThanOrEqualTo(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("type <=", value, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeLike(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("type like", value, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeNotLike(String value) {
 | 
	
		
			
				|  |  | +            addCriterion("type not like", value, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeIn(List<String> values) {
 | 
	
		
			
				|  |  | +            addCriterion("type in", values, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeNotIn(List<String> values) {
 | 
	
		
			
				|  |  | +            addCriterion("type not in", values, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeBetween(String value1, String value2) {
 | 
	
		
			
				|  |  | +            addCriterion("type between", value1, value2, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        public Criteria andTypeNotBetween(String value1, String value2) {
 | 
	
		
			
				|  |  | +            addCriterion("type not between", value1, value2, "type");
 | 
	
		
			
				|  |  | +            return (Criteria) this;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public static class Criteria extends GeneratedCriteria {
 |