|
@@ -507,17 +507,18 @@ type GetThemeDetailListResp struct {
|
|
|
}
|
|
|
|
|
|
type GetThemeAericleListResp struct {
|
|
|
- ArticleId int `description:"文章id"`
|
|
|
- Title string `description:"标题"`
|
|
|
- PublishDate string `description:"发布时间"`
|
|
|
- SubjectName string `description:"标的名称"`
|
|
|
- DepartmentId int `description:"作者Id"`
|
|
|
- NickName string `description:"作者昵称"`
|
|
|
- Pv int `description:"PV"`
|
|
|
- CollectNum int `description:"收藏人数"`
|
|
|
- FllowNum int `description:"关注数量"`
|
|
|
- MyCollectNum int `description:"本人是否收藏"`
|
|
|
- IsCollect bool `description:"本人是否收藏"`
|
|
|
+ ArticleId int `description:"文章id"`
|
|
|
+ Title string `description:"标题"`
|
|
|
+ PublishDate string `description:"发布时间"`
|
|
|
+ SubjectName string `description:"标的名称"`
|
|
|
+ IndustrialSubjectId int `description:"标的ID"`
|
|
|
+ DepartmentId int `description:"作者Id"`
|
|
|
+ NickName string `description:"作者昵称"`
|
|
|
+ Pv int `description:"PV"`
|
|
|
+ CollectNum int `description:"收藏人数"`
|
|
|
+ FllowNum int `description:"关注数量"`
|
|
|
+ MyCollectNum int `description:"本人是否收藏"`
|
|
|
+ IsCollect bool `description:"本人是否收藏"`
|
|
|
}
|
|
|
|
|
|
type GetThemeAericleListBuSubjectResp struct {
|
|
@@ -531,7 +532,7 @@ type GetThemeDetailResp struct {
|
|
|
IndustryName string `description:"产业名称"`
|
|
|
IsFollw bool `description:"是否关注"`
|
|
|
ListSubject []*IndustrialSubject `description:"标的列表"`
|
|
|
- List []*GetThemeAericleListBuSubjectResp
|
|
|
+ List []*GetThemeAericleListResp
|
|
|
}
|
|
|
|
|
|
//列表
|