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