rdluck пре 4 година
родитељ
комит
7c00b74dfd
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      models/report.go

+ 1 - 0
models/report.go

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