zq-erp/src/main/java/com/matrix/system/hive/bean/SysProjUse.java
@@ -52,8 +52,6 @@ */ private Long taocanId; /** * 订单明细id 不明确 */ @@ -125,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; }