|
@@ -259,12 +259,13 @@ type CygxActivityList struct {
|
|
|
}
|
|
|
|
|
|
type GetCygxActivityListRep struct {
|
|
|
- Paging *paging.PagingItem `description:"分页数据"`
|
|
|
- List []*ActivityDetail
|
|
|
- Label string `description:"主题"`
|
|
|
- ImgUrl string `description:"图片路径"`
|
|
|
- IsResearch bool `description:"是否属于研选"`
|
|
|
- IsJump bool `description:"是否跳转"`
|
|
|
+ Paging *paging.PagingItem `description:"分页数据"`
|
|
|
+ List []*ActivityDetail
|
|
|
+ Label string `description:"主题"`
|
|
|
+ ImgUrl string `description:"图片路径"`
|
|
|
+ IsResearch bool `description:"是否属于研选"`
|
|
|
+ IsJump bool `description:"是否跳转"`
|
|
|
+ IndustrialManagementId int `description:"产业ID"`
|
|
|
}
|
|
|
|
|
|
//列表
|