提交 8527f0e8 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 20e125de
...@@ -30,4 +30,6 @@ public class SaveUpdateImageLibraryForm { ...@@ -30,4 +30,6 @@ public class SaveUpdateImageLibraryForm {
private List<DiyTypeRelation> diyType; private List<DiyTypeRelation> diyType;
@ApiModelProperty("资源类型 1图片 2视频") @ApiModelProperty("资源类型 1图片 2视频")
private Integer resourceType; private Integer resourceType;
@ApiModelProperty("视频封面")
private String cover;
} }
...@@ -42,5 +42,7 @@ public class ResourceRelation { ...@@ -42,5 +42,7 @@ public class ResourceRelation {
private Date updateTime; private Date updateTime;
@ApiModelProperty(value = "资源类型 1图片 2视频") @ApiModelProperty(value = "资源类型 1图片 2视频")
private Integer resourceType; private Integer resourceType;
@ApiModelProperty("视频封面")
private String cover;
} }
...@@ -20,4 +20,6 @@ public class ImageLibraryOneVO { ...@@ -20,4 +20,6 @@ public class ImageLibraryOneVO {
private Integer sort; private Integer sort;
@ApiModelProperty(value = "资源类型 1图片 2视频") @ApiModelProperty(value = "资源类型 1图片 2视频")
private Integer resourceType; private Integer resourceType;
@ApiModelProperty("视频封面")
private String cover;
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论