|
|
|
@ -7,6 +7,7 @@ import java.util.List;
|
|
|
|
|
|
|
|
|
|
public class View_Dy_Line_Tower_TerminalsExample {
|
|
|
|
|
protected String orderByClause;
|
|
|
|
|
protected String groupByClause;
|
|
|
|
|
|
|
|
|
|
protected boolean distinct;
|
|
|
|
|
|
|
|
|
@ -16,6 +17,14 @@ public class View_Dy_Line_Tower_TerminalsExample {
|
|
|
|
|
oredCriteria = new ArrayList<Criteria>();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getGroupByClause() {
|
|
|
|
|
return groupByClause;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setGroupByClause(String groupByClause) {
|
|
|
|
|
this.groupByClause = groupByClause;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setOrderByClause(String orderByClause) {
|
|
|
|
|
this.orderByClause = orderByClause;
|
|
|
|
|
}
|
|
|
|
@ -2271,6 +2280,11 @@ public class View_Dy_Line_Tower_TerminalsExample {
|
|
|
|
|
addCriterion("last_heartbeat not between", value1, value2, "lastHeartbeat");
|
|
|
|
|
return (Criteria) this;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Criteria andOptionsLikeOr(String str) {
|
|
|
|
|
addCriterion(str);
|
|
|
|
|
return (Criteria) this;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static class Criteria extends GeneratedCriteria {
|
|
|
|
|