package common // 电子签约信息【2项必填其一】 type SignSilentContract struct { // core:true;format:string 【电子签约文件id】电子签约文件id Id *int64 `json:"id,omitempty"` // core:true 【第三方业务系统文件id】第三方业务系统文件id BizId string `json:"bizId,omitempty"` }