videoplayer/proto/resp.go

8 lines
256 B
Go
Raw Permalink Normal View History

2025-06-06 14:36:59 +08:00
package proto
type GetMonitorDeviceStatus struct {
ID string `json:"id" form:"id"` //设备编码
Status string `json:"status" form:"status"` //设备状态
Expire int `json:"expire" form:"expire"` //设备过期时间,及更新时间
2025-06-06 14:36:59 +08:00
}