package common type MobileSignSealCount struct { // 【移动印章ID】移动印章ID SealId string `json:"sealId"` // 【移动印章本次签署次数】移动印章本次签署次数 SealCount *int64 `json:"sealCount"` }