Commit e2212dfe by 段启岩

博客类别添加全名

parent 0bcb94ea
......@@ -35,6 +35,9 @@ public class BlogCategory implements Serializable {
@ApiModelProperty(value = "类别名称")
private String category;
@ApiModelProperty(value = "类别全名")
private String categoryFull;
@ApiModelProperty(value = "类别路径")
private String thread;
......
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