|
@@ -88,6 +88,7 @@ type CygxReportSelectionLogDetail struct {
|
|
OverviewArticleId int `description:"综述报告Id"`
|
|
OverviewArticleId int `description:"综述报告Id"`
|
|
IsShowOverviewArticle int `description:"是否展示综述报告 1展示,0隐藏"`
|
|
IsShowOverviewArticle int `description:"是否展示综述报告 1展示,0隐藏"`
|
|
Md5String string `description:"Md5唯一标识"`
|
|
Md5String string `description:"Md5唯一标识"`
|
|
|
|
+ ShowName string `description:"展示名称"`
|
|
List []*IndustriaReportSelection
|
|
List []*IndustriaReportSelection
|
|
}
|
|
}
|
|
type IndustriaReportSelection struct {
|
|
type IndustriaReportSelection struct {
|