Browse Source

Merge branch 'cygx_10.5.2' of http://8.136.199.33:3000/cxzhang/hongze_clpt

xingzai 1 năm trước cách đây
mục cha
commit
1bfdcce458
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      models/home.go

+ 1 - 0
models/home.go

@@ -73,6 +73,7 @@ type ArticleListResp struct {
 	IsRed               bool   `description:"是否标红"`
 	CollectNum          int    `description:"收藏人数"`
 	Resource            int    `description:"来源类型,1:文章、2:产品内测"`
+	Cover               string `description:"封面图片"`
 	List                []*IndustrialManagementIdInt
 }