提交 983f0393 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 14d63a90
package com.zrqx.core.form.resource.bg.videolibrary;
import java.math.BigDecimal;
import java.util.List;
import com.zrqx.core.model.resource.videolibrary.VideoLibraryDiyType;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
......@@ -15,20 +12,6 @@ public class BatchUpdateVideoLibraryForm {
private List<String> ids;
@ApiModelProperty(value = "状态:1已上架,0已下架")
private Integer status;
@ApiModelProperty(value = "分类id")
private List<VideoLibraryDiyType> diyType;
@ApiModelProperty("定价")
private BigDecimal price;
@ApiModelProperty("售价")
private BigDecimal realPrice;
@ApiModelProperty("销售方式")
private Integer salesType;
@ApiModelProperty("售价选项 0 免费,1收费")
private Integer priceOption;
@ApiModelProperty("阅读权限")
private Integer ReadTextPower;
@ApiModelProperty("1:置顶 0:不置顶")
private Integer top;
@ApiModelProperty("排序号")
private Integer sort;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论