浏览代码

no message

xingzai 1 年之前
父节点
当前提交
d78f9148a3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/article.go

+ 1 - 0
models/article.go

@@ -112,6 +112,7 @@ type HomeArticle struct {
 	IsReport            int                  `description:"是否属于报告,1是,0否"`
 	ArticleResponse     int                  `description:"报告类型 0:啥也不是,1研选报告,2:研选纪要,3:研选沙龙,4;研选观点"`
 	Readnum             int                  `description:"阅读数量"`
+	Cover               string               `description:"封面图片"`
 	List                []*IndustrialManagementIdInt
 }