package contract_response // 【响应结果】响应结果 type ContractBatchdownloadResponse struct { // 【批量操作Id】批量操作Id BatchId string `json:"batchId,omitempty"` }