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

32 lines
561 B
Go
Raw Normal View History

2024-05-04 16:57:40 +08:00
package response
import (
"topsdk/defaultability/domain"
)
type AlibabaAlscUnionElemeStorepromotionReviewbwcDetailGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
数据
*/
Data domain.AlibabaAlscUnionElemeStorepromotionReviewbwcDetailGetReviewBwcStorePromotionDto `json:"data,omitempty" `
/*
错误码
*/
BizErrorCode string `json:"biz_error_code,omitempty" `
/*
错误消息
*/
BizErrorMessage string `json:"biz_error_message,omitempty" `
}