提交 77f8e578 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 933a5b43
package com.zrqx.core.form.resource.bg.pdffilelibrary; package com.zrqx.core.form.resource.bg.pdffilelibrary;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
import com.zrqx.core.model.resource.pdffilelibrary.PdfLibraryDiyType; import com.zrqx.core.model.resource.pdffilelibrary.PdfLibraryDiyType;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data; import lombok.Data;
@Data @Data
@ApiModel(value="SavePdfLibraryForm",description="添加pdf库") @ApiModel(value="SavePdfLibraryForm",description="添加pdf库")
...@@ -18,10 +16,6 @@ public class SavePdfLibraryForm { ...@@ -18,10 +16,6 @@ public class SavePdfLibraryForm {
private String source; private String source;
@ApiModelProperty("关键词") @ApiModelProperty("关键词")
private String keywords; private String keywords;
@ApiModelProperty("定价")
private BigDecimal price;
@ApiModelProperty("简介")
private String synopsis;
@ApiModelProperty("pdfs") @ApiModelProperty("pdfs")
private List<String> pdfs; private List<String> pdfs;
@ApiModelProperty(value = "分类id") @ApiModelProperty(value = "分类id")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论