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

24 lines
415 B
Go

package response
import (
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
)
type AlibabaTclsAelophyRefundCsapplyResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
根据站点名称查询产品
*/
ApiResult domain.AlibabaTclsAelophyRefundCsapplyApiResult `json:"api_result,omitempty" `
}