935090232@qq.com
2021-01-15 e971ea090aa1f320f3c3f78c3a2a8d50f16dd4d0
zq-erp/src/main/java/com/matrix/system/app/dto/ServiceVipProjDto.java
@@ -19,6 +19,9 @@
    @ApiModelProperty(value = "查询参数")
    private String queryKey;
    @ApiModelProperty(value = "类型 0-全部 1-有效 2-无效 3-一个月内过期")
    private String type;
    public Long getVipId() {
        return vipId;
    }
@@ -34,4 +37,12 @@
    public void setQueryKey(String queryKey) {
        this.queryKey = queryKey;
    }
    public String getType() {
        return type;
    }
    public void setType(String type) {
        this.type = type;
    }
}