ziwen 1 年之前
父节点
当前提交
0f6ed220bc
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      models/crm/help_doc.go

+ 4 - 3
models/crm/help_doc.go

@@ -51,9 +51,10 @@ type HelpDocResp struct {
 	Recommend     []RecommendList // 推荐
 }
 type AnchorList struct {
-	AnchorId string
-	Anchor   string
-	Child    []AnchorList
+	AnchorId   string
+	Anchor     string
+	AnchorName string
+	Child      []AnchorList
 }
 
 type RecommendList struct {