|
@@ -17,6 +17,7 @@ type CygxActivityVivoPointsSet struct {
|
|
|
}
|
|
|
|
|
|
type CygxActivityVivoPointsResp struct {
|
|
|
+ IsPay int `comment:"是否付费查看 ,1是。0否,默认否"`
|
|
|
PointSetId int `orm:"column(point_set_id);pk";comment:"主键id"`
|
|
|
ActivityId int `comment:"活动ID"`
|
|
|
PointsObject string `comment:"扣点设置方式 1:同报名参会时的扣点数、2:输入其余点数"`
|