1 Star 0 Fork 0

此间少年' / topsdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TmallMallitemcenterSubscribeQuerySubscribeMerchantDto.go 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
此间少年' 提交于 2023-10-20 10:35 . add taobao sdk
package domain
type TmallMallitemcenterSubscribeQuerySubscribeMerchantDto struct {
/*
技术电话 */
TechPhone *string `json:"tech_phone,omitempty" `
/*
操作人电话 */
OperatorPhone *string `json:"operator_phone,omitempty" `
/*
售后电话 */
AfterSalePhone *string `json:"after_sale_phone,omitempty" `
/*
订购单主键id */
SubscribeOrderId *int64 `json:"subscribe_order_id,omitempty" `
/*
spuid */
SpuId *int64 `json:"spu_id,omitempty" `
/*
服务cide */
ServiceCode *string `json:"service_code,omitempty" `
/*
订购者昵称 */
SubscriberNick *string `json:"subscriber_nick,omitempty" `
/*
卖家类型 */
SellerType *string `json:"seller_type,omitempty" `
}
func (s *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetTechPhone(v string) *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto {
s.TechPhone = &v
return s
}
func (s *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetOperatorPhone(v string) *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto {
s.OperatorPhone = &v
return s
}
func (s *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetAfterSalePhone(v string) *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto {
s.AfterSalePhone = &v
return s
}
func (s *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetSubscribeOrderId(v int64) *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto {
s.SubscribeOrderId = &v
return s
}
func (s *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetSpuId(v int64) *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto {
s.SpuId = &v
return s
}
func (s *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetServiceCode(v string) *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto {
s.ServiceCode = &v
return s
}
func (s *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetSubscriberNick(v string) *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto {
s.SubscriberNick = &v
return s
}
func (s *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetSellerType(v string) *TmallMallitemcenterSubscribeQuerySubscribeMerchantDto {
s.SellerType = &v
return s
}
Go
1
https://gitee.com/cjsn/topsdk.git
git@gitee.com:cjsn/topsdk.git
cjsn
topsdk
topsdk
v0.1.6

搜索帮助