third-platform-sdk/sdk/topsdk/defaultability/domain/AlibabaAlscUnionElemeStorepromotionReviewbwcQueryPromotionItem.go

21 lines
632 B
Go
Raw Permalink Normal View History

2024-05-04 16:57:40 +08:00
package domain
type AlibabaAlscUnionElemeStorepromotionReviewbwcQueryPromotionItem struct {
/*
小程序appId */
WxAppid *string `json:"wx_appid,omitempty" `
/*
微信小程序path链接 */
WxPath *string `json:"wx_path,omitempty" `
}
func (s *AlibabaAlscUnionElemeStorepromotionReviewbwcQueryPromotionItem) SetWxAppid(v string) *AlibabaAlscUnionElemeStorepromotionReviewbwcQueryPromotionItem {
s.WxAppid = &v
return s
}
func (s *AlibabaAlscUnionElemeStorepromotionReviewbwcQueryPromotionItem) SetWxPath(v string) *AlibabaAlscUnionElemeStorepromotionReviewbwcQueryPromotionItem {
s.WxPath = &v
return s
}