V2DocumentCreatebyfileResultResponse.go 194 B

12345678
  1. package common
  2. // 【签署文档信息】签署文档信息
  3. type V2DocumentCreatebyfileResultResponse struct {
  4. // 【签署文档id】签署文档id
  5. DocumentId string `json:"documentId"`
  6. }