- package v2contract_response
- import (
- "git.sxidc.com/student-physical-examination/contract_lock_sdk/model/common"
- )
- // 【查询返回结果】查询返回结果
- type V2ContractListResponse struct {
- // 【电子签约文件总数】电子签约文件总数
- TotalCount string `json:"totalCount"`
- List []*common.V2Contract `json:"list"`
- }
|