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