package common type ContractQueryPositionmetricsSignatoryLocationsActionLocationsResponse struct { // 【签署节点正文坐标位置总数】签署节点正文坐标位置总数 CoordinateRect *int64 `json:"coordinateRect,omitempty"` // 【签署节点正文关键字位置总数】签署节点正文关键字位置总数 KeywordRect *int64 `json:"keywordRect,omitempty"` // 【签署节点骑缝位置总数】签署节点骑缝位置总数 AcrossRect *int64 `json:"acrossRect,omitempty"` // 【签署节点id】签署节点id Id string `json:"id,omitempty"` // 【签署节点类型】签署节点类型 Type_ string `json:"type,omitempty"` // 【签署节点名称】签署节点名称 Name string `json:"name,omitempty"` // 【多份签署文档位置信息】多份签署文档位置信息 DocumentLocation []*ContractQueryPositionmetricsSignatoryLocationsActionLocationsDocumentLocationResponse `json:"documentLocation,omitempty"` }