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