提交 ae515c5f authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 88747e4e
...@@ -79,4 +79,8 @@ public class BulletinContent { ...@@ -79,4 +79,8 @@ public class BulletinContent {
@Transient @Transient
@ApiModelProperty(value = "下一条名称") @ApiModelProperty(value = "下一条名称")
private String lowerTitle; private String lowerTitle;
//临时字段
@Transient
@ApiModelProperty(value = "点赞状态:0未点赞 1已点赞")
private Integer isAgree;
} }
...@@ -71,4 +71,6 @@ public class FgArticleLibraryOneVO { ...@@ -71,4 +71,6 @@ public class FgArticleLibraryOneVO {
private String message; private String message;
@ApiModelProperty("是否有pdf:0:没有;1:有") @ApiModelProperty("是否有pdf:0:没有;1:有")
private Integer isPdf; private Integer isPdf;
@ApiModelProperty("视频切片地址")
private String imgPath;
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论