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