third-platform-sdk/sdk/topsdk/defaultability/domain/AlibabaAlscUnionKbItemStoreRelationQueryKbItemShopRelationDto.go
2024-05-04 16:57:40 +08:00

13 lines
427 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package domain
type AlibabaAlscUnionKbItemStoreRelationQueryKbItemShopRelationDto struct {
/*
门店IDcity_id不为空则返回当前城市门店否则返回全部门店 */
StoreId *string `json:"store_id,omitempty" `
}
func (s *AlibabaAlscUnionKbItemStoreRelationQueryKbItemShopRelationDto) SetStoreId(v string) *AlibabaAlscUnionKbItemStoreRelationQueryKbItemShopRelationDto {
s.StoreId = &v
return s
}