videoplayer/proto/resp.go

7 lines
174 B
Go
Raw 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"` //设备状态
}