service-goldcorn/src/main/java/com/ks/goldcorn/query/SourceQuery.java
@@ -4,6 +4,7 @@ private Long appId; private String nameKey; private Integer state; private long start; private int count; @@ -38,4 +39,12 @@ public void setCount(int count) { this.count = count; } public Integer getState() { return state; } public void setState(Integer state) { this.state = state; } }