提交 e64051e4 authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 94bce343
......@@ -5,10 +5,11 @@ import lombok.Data;
@Data
public class SaveResourceRelationForm {
@ApiModelProperty("当前资源id")
private String id;
@ApiModelProperty("被关联资源id")
private String[] resourceIds;
private String resourceId;
@ApiModelProperty("资源类型 1杂志、2文章、3PDF")
private Integer resourceType;
@ApiModelProperty("录入方式:1:手动 2EPUB")
......
......@@ -30,5 +30,7 @@ public class ResourceRelation {
private Integer sort;
@ApiModelProperty("创建时间")
private Date uploadTime;
@ApiModelProperty("录入方式:1:手动 2EPUB")
private Integer goodsType;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论