package common type SealStatsBean struct { // 【印章类型】印章类型 SignType string `json:"signType"` // 【印章类型数量】印章类型数量 SignCountByType *int64 `json:"signCountByType"` }