BinaryBatchCancelResponse.go 186 B

12345678
  1. package binary_response
  2. // 【批量作废结果】批量作废结果
  3. type BinaryBatchCancelResponse struct {
  4. // 【批量操作id】批量操作id
  5. BatchId string `json:"batchId"`
  6. }