UploadofflinedocumentInfo.go 395 B

123456789
  1. package common
  2. type UploadofflinedocumentInfo struct {
  3. // <ext>core:true</ext> 【签署文档名称】签署文档名称
  4. Title string `json:"title"`
  5. // <ext>core:true</ext> 【签署文档格式】签署文档格式 【传参】 取值范围:pdf,doc,docx,wps,rtf,png,gif,jpg,jpeg,tiff,html,htm,xls,xlsx,txt,ofd,dwg。
  6. FileType string `json:"fileType"`
  7. }