package response import ( "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain" ) type AlibabaWdkItemFuturepriceQueryResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* 接口返回model */ Result domain.AlibabaWdkItemFuturepriceQueryResult `json:"result,omitempty" ` }