Files
baseapi/platformapi/tao_vegetable/sdk/ability585/response/AlibabaWdkWholesaleOutboundorderCommitResponse.go
2025-11-20 14:27:08 +08:00

24 lines
397 B
Go

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" `
}