package common type SealInfo struct { // 【签署图片id】签署图片id Id *int64 `json:"id,omitempty"` // 【签署图片名称】签署图片名称 Name string `json:"name,omitempty"` // 【签署图片的base64数据】签署图片的base64数据 SealImgBase64 string `json:"sealImgBase64,omitempty"` }