package response import ( "gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability585/domain" ) type AlibabaWdkSkuCombineskuAddResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* 调用结果 */ Result domain.AlibabaWdkSkuCombineskuAddApiResults `json:"result,omitempty" ` }