third-platform-sdk/sdk/topsdk/defaultability/response/AlibabaAlscUnionSupplyOuterItemShareResponse.go
2025-06-10 12:34:43 +08:00

36 lines
629 B
Go

package response
import (
"repository.lenntc.com/lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
)
type AlibabaAlscUnionSupplyOuterItemShareResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
数据
*/
Data domain.AlibabaAlscUnionSupplyOuterItemShareOuterItemShareResult `json:"data,omitempty" `
/*
返回码
*/
ResultCode int64 `json:"result_code,omitempty" `
/*
返回消息
*/
Message string `json:"message,omitempty" `
/*
错误消息
*/
ErrorMessage string `json:"error_message,omitempty" `
}