package common type BinarySeal struct { // 【签署图片id】签署图片id Id *int64 `json:"id"` // 【签署图片名称】签署图片名称 Name string `json:"name"` }