SealStatsBean.go 213 B

123456789
  1. package common
  2. type SealStatsBean struct {
  3. // 【印章类型】印章类型
  4. SignType string `json:"signType"`
  5. // 【印章类型数量】印章类型数量
  6. SignCountByType *int64 `json:"signCountByType"`
  7. }