|
@@ -29,6 +29,7 @@ type Report struct {
|
|
ContentSub string `description:"内容前两个章节"`
|
|
ContentSub string `description:"内容前两个章节"`
|
|
IsShowNewLabel int `description:"是否显示新标签"`
|
|
IsShowNewLabel int `description:"是否显示新标签"`
|
|
IsCurrentDate int `description:"是否当前日期"`
|
|
IsCurrentDate int `description:"是否当前日期"`
|
|
|
|
+ ClassifyName string `description:"分类名称"`
|
|
}
|
|
}
|
|
|
|
|
|
type ReportList struct {
|
|
type ReportList struct {
|