ziwen 1 年之前
父節點
當前提交
581bf1268e
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      models/help_doc/help_doc.go

+ 4 - 3
models/help_doc/help_doc.go

@@ -57,9 +57,10 @@ type AddHelpDocReq struct {
 }
 
 type AnchorList struct {
-	AnchorId string
-	Anchor   string
-	Child    []AnchorList
+	AnchorId   string
+	Anchor     string
+	AnchorName string
+	Child      []AnchorList
 }
 
 type RecommendList struct {