MobileSignSealCount.go 231 B

123456789
  1. package common
  2. type MobileSignSealCount struct {
  3. // 【移动印章ID】移动印章ID
  4. SealId string `json:"sealId"`
  5. // 【移动印章本次签署次数】移动印章本次签署次数
  6. SealCount *int64 `json:"sealCount"`
  7. }