V2ContractListbybizidResponse.go 400 B

123456789101112
  1. package v2contract_response
  2. import (
  3. "git.sxidc.com/student-physical-examination/contract_lock_sdk/model/common"
  4. )
  5. type V2ContractListbybizidResponse struct {
  6. // 【相关电子签约文件总数】相关电子签约文件总数
  7. TotalCount *int64 `json:"totalCount"`
  8. // 【相关电子签约文件列表】相关电子签约文件列表
  9. ContractList []*common.Contract `json:"contractList"`
  10. }