ContractNotifyV2ContractInfosRequest.go 319 B

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