浏览代码

新增活动来源

longyu 3 年之前
父节点
当前提交
0e5b3ac2d4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/roadshow/calendar.go

+ 1 - 0
models/roadshow/calendar.go

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