| 123456789 |
- package common
- type ContractNotifyV2ContractInfosRequest struct {
- // <ext>format:string;core:true</ext> 【电子签约文件id】电子签约文件id
- Id string `json:"id,omitempty"`
- // <ext>core:true</ext> 【第三方业务系统文件id】第三方业务系统文件id
- BizId string `json:"bizId,omitempty"`
- }
|