admin
2021-05-06 42f05d2b835ed1ee41ca32cf76fe11849a890cb4
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;
    }
}