Преглед изворни кода

Merge branch 'cygx_9.8' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai пре 2 година
родитељ
комит
e5cf0b7903
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      models/activity.go

+ 3 - 0
models/activity.go

@@ -199,6 +199,9 @@ type ActivityDetail struct {
 	IsCollect               bool                       `description:"是否收藏"`
 	IsShowFollowButton      bool                       `description:"是否展示关注取关按钮"`
 	IsFollowButton          bool                       `description:"是否关注"`
+	IsYidongConduct         bool                       `description:"是否属于易董办会 1:是 、0:否"`
+	IsCanOutboundCall       int                        `description:"是否提供外呼 1:是 、0:否"`
+	TencentConferenceNumber string                     `description:"腾讯会议号"`
 }
 type ListArticleActivity struct {
 	Title   string `description:"文章标题"`