|
@@ -46,8 +46,9 @@ type IndustrialToArticleCategoryRep struct {
|
|
|
}
|
|
|
|
|
|
type IndustrialToArticleCategoryListRep struct {
|
|
|
- LayoutTime string `description:"布局时间"`
|
|
|
- List []*IndustrialToArticleCategoryRep
|
|
|
+ LayoutTime string `description:"布局时间"`
|
|
|
+ IndustryName string `description:"产业名称"`
|
|
|
+ List []*IndustrialToArticleCategoryRep
|
|
|
}
|
|
|
|
|
|
//产业下所关联的文章分类列表
|