浏览代码

no message

xingzai 1 年之前
父节点
当前提交
f6c4e233d8
共有 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
 }