Commit c3ab3787 by Author name

1.31修改

parent 5e04066c
......@@ -12,22 +12,7 @@ import java.util.List;
* @author gaoTong
* @date 2020/1/31 9:36
*/
/*
blogTitle:标题
blogType:文章类型
originLink:原文链接
blogAbstract:摘要(自动或手动)
blogContent:内容
topicIds: [博客引用的话题]
tagIds:[博客引用的标签]
attribute:属性(是否原创)
type:文章类型
viewPrivileges:浏览权限
allowComment:评论权限
allowForward:转载权限
cover:封面图
*/
@Data
public class PublishBlogForm {
......@@ -35,9 +20,6 @@ public class PublishBlogForm {
@NotEmpty(message = "标题不能为空")
private String blogTitle;
@NotNull(message = "文章类型不能为空")
private Integer blogType;
private String originLink;
@NotEmpty(message = "摘要不能为空")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment