Files
zmkgC/api/video_hat/alarm/res.go
2025-07-07 20:11:59 +08:00

10 lines
175 B
Go

package alarm
type HatAlarmListRes struct {
HatAlarms []HatAlarm `json:"hatAlarms" dc:"报警列表"`
Total int64 `json:"total"`
}
type HandleAlarmRes struct {
}