提交 5b266189 authored 作者: yucaiwei's avatar yucaiwei

--no commit message

上级 5505c5a5
......@@ -46,6 +46,8 @@ public class MemberCollection {
private String author;
@ApiModelProperty("来源")
private String source;
@ApiModelProperty("微课视频第一帧图片")
private String imgPath;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@ApiModelProperty("创建时间")
private Date createTime;
......
......@@ -29,6 +29,8 @@ public class FgMemberCollectionVo {
private String author;
@ApiModelProperty("来源")
private String source;
@ApiModelProperty("微课视频第一帧图片")
private String imgPath;
@ApiModelProperty("1税可知 2走出去 3视频课")
private Integer type;
@ApiModelProperty("创建时间")
......@@ -36,4 +38,5 @@ public class FgMemberCollectionVo {
@ApiModelProperty("ispdf(文章类)")
private Integer isPdf;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论