Browse Source

新增活动标题

longyu 3 years ago
parent
commit
f64299ded0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/roadshow/calendar.go

+ 1 - 0
models/roadshow/calendar.go

@@ -142,6 +142,7 @@ type CalendarListView struct {
 	CooperationName        string    `description:"合作方名称"`
 	ActivityCategory       string    `description:"活动类别"`
 	Source                 int       `description:"来源,0:自系统,1:上海方的"`
+	Title                  string    `description:"活动标题"`
 }
 
 type CalendarListResp struct {