|
@@ -67,14 +67,19 @@ func GetCygxMorningMeetingGatherById(condition string, pars []interface{}) (item
|
|
|
}
|
|
|
|
|
|
type CygxMorningMeetingGatherDetailListResp struct {
|
|
|
- Id int `description:"ID"`
|
|
|
- IndustryId int `description:"产业id"`
|
|
|
- IndustryName string `description:"产业名称"`
|
|
|
- ChartPermissionName string `description:"行业名称"`
|
|
|
- ChartPermissionId int `description:"行业id"`
|
|
|
- MeetingId int `description:"主表id"`
|
|
|
- Content string `description:"内容"`
|
|
|
- PublishTime string `description:"发布日期"`
|
|
|
+ Id int `description:"ID"`
|
|
|
+ IndustryId int `description:"产业id"`
|
|
|
+ IndustryName string `description:"产业名称"`
|
|
|
+ ChartPermissionName string `description:"行业名称"`
|
|
|
+ ChartPermissionId int `description:"行业id"`
|
|
|
+ MeetingId int `description:"主表id"`
|
|
|
+ Content string `description:"内容"`
|
|
|
+ PublishTime string `description:"发布日期"`
|
|
|
+ ReportLink string `description:"报告链接"`
|
|
|
+ LinkArticleId string `description:"报告ID链接"`
|
|
|
+ Title string `description:"标题"`
|
|
|
+ IndustrialSubjectIds string `description:"标的id"`
|
|
|
+ ListSubject []*CygxIndustrialSubject `description:"标的列表"`
|
|
|
}
|
|
|
|
|
|
type CygxMorningMeetingGatherDetailResp struct {
|