third-platform-sdk/sdk/topsdk/defaultability/response/AlibabaAlscUnionElemePromotionStorepromotionGetResponse.go

32 lines
522 B
Go
Raw Normal View History

2024-05-04 16:57:40 +08:00
package response
import (
"topsdk/defaultability/domain"
)
type AlibabaAlscUnionElemePromotionStorepromotionGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
门店推广
*/
Data domain.AlibabaAlscUnionElemePromotionStorepromotionGetStorePromotionDto `json:"data,omitempty" `
/*
返回码
*/
ResultCode int64 `json:"result_code,omitempty" `
/*
返回消息
*/
Message string `json:"message,omitempty" `
}