Преглед изворни кода

Merge branch 'CRM_14.0' into debug

ziwen пре 1 година
родитељ
комит
4b2cb6b151
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 {