935090232@qq.com
2021-10-06 4e773279a69de9f225bf69d0bd4fc906d656807f
zq-erp/src/main/java/com/matrix/system/app/vo/ServiceProjVo.java
@@ -23,6 +23,9 @@
    @ApiModelProperty(value = "商品名称")
    private String name;
    @ApiModelProperty(value = "套餐来源,转让,购买")
    private String source;
    @ApiModelProperty(value = "时长")
    private Integer timeLength;
@@ -117,7 +120,19 @@
    }
    public String getStatus() {
        return status;
        if ("有效".equals(status)) {
            return "1";
        } else {
            return "2";
        }
    }
    public String getSource() {
        return source;
    }
    public void setSource(String source) {
        this.source = source;
    }
    public void setStatus(String status) {