zq-erp/src/main/java/com/matrix/system/hive/bean/SysProjUse.java
@@ -123,6 +123,26 @@ */ private Integer deductionNum; private Integer timeLength; private String img; 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; }