SealApplyDetailSealResponse.go 387 B

1234567891011121314
  1. package common
  2. // 【印章信息】印章信息
  3. type SealApplyDetailSealResponse struct {
  4. // 【印章名称】印章名称
  5. Name string `json:"name"`
  6. // 【使用次数】使用次数
  7. UseCount *int64 `json:"useCount"`
  8. // 【章筒识别码】章筒识别码
  9. DeviceId string `json:"deviceId"`
  10. // 【章筒蓝牙地址】章筒蓝牙地址
  11. Bluetooth string `json:"bluetooth"`
  12. }