|  | @@ -175,6 +175,66 @@ public class EsProComAttDataSQLBuilder {
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id is null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id is not null");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id =", value, "pcadgId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdNotEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id <>", value, "pcadgId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdGreaterThan(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id >", value, "pcadgId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdGreaterThanOrEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id >=", value, "pcadgId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdLessThan(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id <", value, "pcadgId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdLessThanOrEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id <=", value, "pcadgId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdIn(List<Integer> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id in", values, "pcadgId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdNotIn(List<Integer> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id not in", values, "pcadgId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdBetween(Integer value1, Integer value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id between", value1, value2, "pcadgId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        public Criteria andPcadgIdNotBetween(Integer value1, Integer value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("pcadg_id not between", value1, value2, "pcadgId");
 | 
											
												
													
														|  | 
 |  | +            return (Criteria) this;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |          public Criteria andPidIsNull() {
 |  |          public Criteria andPidIsNull() {
 | 
											
												
													
														|  |              addCriterion("pid is null");
 |  |              addCriterion("pid is null");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
										
											
												
													
														|  | @@ -805,73 +865,63 @@ public class EsProComAttDataSQLBuilder {
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdIsNull() {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id is null");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andPcadgIdIsNotNull() {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id is not null");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andPcadgIdEqualTo(String value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id =", value, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerIsNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser is null");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdNotEqualTo(String value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id <>", value, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerIsNotNull() {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser is not null");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdGreaterThan(String value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id >", value, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser =", value, "ser");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdGreaterThanOrEqualTo(String value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id >=", value, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerNotEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser <>", value, "ser");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdLessThan(String value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id <", value, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerGreaterThan(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser >", value, "ser");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdLessThanOrEqualTo(String value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id <=", value, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerGreaterThanOrEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser >=", value, "ser");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdLike(String value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id like", value, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerLessThan(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser <", value, "ser");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdNotLike(String value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id not like", value, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerLessThanOrEqualTo(Integer value) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser <=", value, "ser");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdIn(List<String> values) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id in", values, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerIn(List<Integer> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser in", values, "ser");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdNotIn(List<String> values) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id not in", values, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerNotIn(List<Integer> values) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser not in", values, "ser");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdBetween(String value1, String value2) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id between", value1, value2, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerBetween(Integer value1, Integer value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser between", value1, value2, "ser");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        public Criteria andPcadgIdNotBetween(String value1, String value2) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("pcadg_id not between", value1, value2, "pcadgId");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        public Criteria andSerNotBetween(Integer value1, Integer value2) {
 | 
											
												
													
														|  | 
 |  | +            addCriterion("ser not between", value1, value2, "ser");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -1134,66 +1184,6 @@ public class EsProComAttDataSQLBuilder {
 | 
											
												
													
														|  |              addCriterion("update_time not between", value1, value2, "updateTime");
 |  |              addCriterion("update_time not between", value1, value2, "updateTime");
 | 
											
												
													
														|  |              return (Criteria) this;
 |  |              return (Criteria) this;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerIsNull() {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser is null");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerIsNotNull() {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser is not null");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerEqualTo(Integer value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser =", value, "ser");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerNotEqualTo(Integer value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser <>", value, "ser");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerGreaterThan(Integer value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser >", value, "ser");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerGreaterThanOrEqualTo(Integer value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser >=", value, "ser");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerLessThan(Integer value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser <", value, "ser");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerLessThanOrEqualTo(Integer value) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser <=", value, "ser");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerIn(List<Integer> values) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser in", values, "ser");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerNotIn(List<Integer> values) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser not in", values, "ser");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerBetween(Integer value1, Integer value2) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser between", value1, value2, "ser");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        public Criteria andSerNotBetween(Integer value1, Integer value2) {
 |  | 
 | 
											
												
													
														|  | -            addCriterion("ser not between", value1, value2, "ser");
 |  | 
 | 
											
												
													
														|  | -            return (Criteria) this;
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      public static class Criteria extends GeneratedCriteria {
 |  |      public static class Criteria extends GeneratedCriteria {
 |