You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/service/topsdk/ability2474/domain/TaobaoTbkDgVegasSendReportR...

13 lines
440 B

package domain
type TaobaoTbkDgVegasSendReportRightsSendRptDTO struct {
/*
渠道关系id的发放数据 */
RelationRptList *[]TaobaoTbkDgVegasSendReportRightsSendRelationRptDto `json:"relation_rpt_list,omitempty" `
}
func (s *TaobaoTbkDgVegasSendReportRightsSendRptDTO) SetRelationRptList(v []TaobaoTbkDgVegasSendReportRightsSendRelationRptDto) *TaobaoTbkDgVegasSendReportRightsSendRptDTO {
s.RelationRptList = &v
return s
}