package request // 用印上传签回用印请求 type SealUploadCheckBackFileReq struct { SealId int `description:"用印id"` File string `description:"附件,file格式"` }