Browse Source

新增分类名称字段

rdluck 4 năm trước cách đây
mục cha
commit
7c00b74dfd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {