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

32 lines
586 B
Go
Raw Normal View History

2025-06-10 12:34:43 +08:00
package response
import (
"repository.lenntc.com/lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
)
type AlibabaAlscUnionElemePromotionStorepromotionBatchGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
门店数据
*/
Data []domain.AlibabaAlscUnionElemePromotionStorepromotionBatchGetStorePromotionDto `json:"data,omitempty" `
/*
返回码
*/
ResultCode int64 `json:"result_code,omitempty" `
/*
返回消息
*/
Message string `json:"message,omitempty" `
}