|
@@ -20,6 +20,7 @@ type IndustrialManagement struct {
|
|
CategoryId int `description:"文章分类ID"`
|
|
CategoryId int `description:"文章分类ID"`
|
|
LayoutTime string `description:"布局时间"`
|
|
LayoutTime string `description:"布局时间"`
|
|
UpdateTime string `description:"更新时间"`
|
|
UpdateTime string `description:"更新时间"`
|
|
|
|
+ PublishDate string `description:"更新时间"`
|
|
MinReportTime string `description:"报告最早发布时间"`
|
|
MinReportTime string `description:"报告最早发布时间"`
|
|
IsRed bool `description:"是否标记红点"`
|
|
IsRed bool `description:"是否标记红点"`
|
|
IsTop bool `description:"是否置顶"`
|
|
IsTop bool `description:"是否置顶"`
|