提交 97b26cc3 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 6f3b1185
......@@ -10,4 +10,6 @@ public class QueryImageLibraryForm {
private String name;
@ApiModelProperty("状态:1已上架,2已下架")
private String status;
@ApiModelProperty("资源类型 1图片 2视频")
private Integer resourceType;
}
......@@ -22,4 +22,6 @@ public class SaveImageLibraryForm {
private List<String> size;
@ApiModelProperty(value = "分类id")
private List<DiyTypeRelation> diyType;
@ApiModelProperty("资源类型 1图片 2视频")
private Integer resourceType;
}
......@@ -28,5 +28,6 @@ public class SaveUpdateImageLibraryForm {
private Integer sort;
@ApiModelProperty(value = "分类id")
private List<DiyTypeRelation> diyType;
@ApiModelProperty("资源类型 1图片 2视频")
private Integer resourceType;
}
......@@ -54,7 +54,7 @@ public class ImageLibrary {
private Date updateTime;
@ApiModelProperty(value = "销量")
private Integer salesNum;
@ApiModelProperty(value = "资源类型")
@ApiModelProperty(value = "资源类型 1图片 2视频")
private Integer resourceType;
@ApiModelProperty(value = "浏览量")
private Integer browseNum;
......@@ -72,5 +72,4 @@ public class ImageLibrary {
private String imagesName;
@ApiModelProperty("排序")
private Integer sort;
}
......@@ -18,4 +18,6 @@ public class ImageLibraryOneVO {
private String image;
@ApiModelProperty("排序")
private Integer sort;
@ApiModelProperty(value = "资源类型 1图片 2视频")
private Integer resourceType;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论