Эх сурвалжийг харах

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

xingzai 2 жил өмнө
parent
commit
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:"文章标题"`