|  | @@ -726,72 +726,72 @@ public class AdiSolverConfigImgSQLBuilder {
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeIsNull() {
 | 
	
		
			
				|  |  | -            addCriterion("animationType is null");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype is null");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeIsNotNull() {
 | 
	
		
			
				|  |  | -            addCriterion("animationType is not null");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype is not null");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeEqualTo(String value) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType =", value, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype =", value, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeNotEqualTo(String value) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType <>", value, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype <>", value, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeGreaterThan(String value) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType >", value, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype >", value, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeGreaterThanOrEqualTo(String value) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType >=", value, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype >=", value, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeLessThan(String value) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType <", value, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype <", value, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeLessThanOrEqualTo(String value) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType <=", value, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype <=", value, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeLike(String value) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType like", value, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype like", value, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeNotLike(String value) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType not like", value, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype not like", value, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeIn(List<String> values) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType in", values, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype in", values, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeNotIn(List<String> values) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType not in", values, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype not in", values, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeBetween(String value1, String value2) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType between", value1, value2, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype between", value1, value2, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Criteria andAnimationtypeNotBetween(String value1, String value2) {
 | 
	
		
			
				|  |  | -            addCriterion("animationType not between", value1, value2, "animationtype");
 | 
	
		
			
				|  |  | +            addCriterion("animationtype not between", value1, value2, "animationtype");
 | 
	
		
			
				|  |  |              return (Criteria) this;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 |