- package common
- // 【印章信息】印章信息
- type SealApplyDetailSealResponse struct {
- // 【印章名称】印章名称
- Name string `json:"name"`
- // 【使用次数】使用次数
- UseCount *int64 `json:"useCount"`
- // 【章筒识别码】章筒识别码
- DeviceId string `json:"deviceId"`
- // 【章筒蓝牙地址】章筒蓝牙地址
- Bluetooth string `json:"bluetooth"`
- }
|