Helius
2022-10-19 39a5520c112081aff9f55ad13c1b4b53e4136a87
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-有效 3-无效 2-一个月内过期")
    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;
    }
}