提交 6240af64 authored 作者: yucaiwei's avatar yucaiwei

--no commit message

上级 e4c689b3
......@@ -16,7 +16,8 @@ public class BatchUpdateArticleLibraryForm {
private List<String> diyTypeCode;
@ApiModelProperty(value = "状态:0待审核,1已上架,2已下架")
private Integer status;
@ApiModelProperty("实际价格")
private String realPrice;
@ApiModelProperty("销售状态 0:内容公开 1:普通会员免费 2:VIP会员免费 3:购买单品 ")
private Integer saleStatus;
}
......@@ -2,6 +2,7 @@ package com.zrqx.core.form.resource.bg.ebook;
import io.swagger.annotations.ApiModelProperty;
import java.math.BigDecimal;
import java.util.List;
import lombok.Data;
......@@ -16,6 +17,8 @@ public class UpdateEbookForm {
private Integer bookStatus;
@ApiModelProperty("销售状态 0 不可售 1VIP会员免费 2 购买单品 ")
private Integer status;
@ApiModelProperty("售价 元(免费:传0)")
private BigDecimal realPrice;
@ApiModelProperty(value = "分类id")
private List<EbookDiyType> diyType;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论