ListTreeCategory模型定义了文章分类树的层级关系,通过文章分类树模型可以快速的定位文章模型! type ListTreeCategory struct { Category IsParent bool Children []*ListTreeCategory }