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

32 lines
594 B
Go
Raw Permalink Normal View History

2024-05-04 16:57:40 +08:00
package response
import (
2024-07-29 23:52:23 +08:00
"repository.lenntc.com/lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
2024-05-04 16:57:40 +08:00
)
type AlibabaAlscUnionElemeStorepromotionReviewbwcQueryResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
分页数据
*/
Data domain.AlibabaAlscUnionElemeStorepromotionReviewbwcQueryPageModel `json:"data,omitempty" `
/*
错误码
*/
BizErrorCode string `json:"biz_error_code,omitempty" `
/*
错误消息
*/
BizErrorMessage string `json:"biz_error_message,omitempty" `
}