package common type SealStatsInfo struct { // 【印章ID】印章ID SealId string `json:"sealId"` // 【印章名称】印章名称 SealName string `json:"sealName"` // 【用印次数】用印次数 Count *int64 `json:"count"` }