Helius
2020-12-27 c0691d2302bbaed2a47b2b703b83ed5bc204e397
zq-erp/src/main/java/com/matrix/system/hive/bean/SysProjUse.java
@@ -123,6 +123,36 @@
     */
    private Integer deductionNum;
    private Integer timeLength;
    private String img;
    private String queryKey;
    public String getQueryKey() {
        return queryKey;
    }
    public void setQueryKey(String queryKey) {
        this.queryKey = queryKey;
    }
    public Integer getTimeLength() {
        return timeLength;
    }
    public void setTimeLength(Integer timeLength) {
        this.timeLength = timeLength;
    }
    public String getImg() {
        return img;
    }
    public void setImg(String img) {
        this.img = img;
    }
    public String getIsInfinite() {
        return isInfinite;
    }