浏览代码

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

xingzai 1 年之前
父节点
当前提交
1bfdcce458
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 }