rdluck 4 жил өмнө
parent
commit
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 {