初始
This commit is contained in:
9
api/video_hat/alarm/res.go
Normal file
9
api/video_hat/alarm/res.go
Normal file
@ -0,0 +1,9 @@
|
||||
package alarm
|
||||
|
||||
type HatAlarmListRes struct {
|
||||
HatAlarms []HatAlarm `json:"hatAlarms" dc:"报警列表"`
|
||||
Total int64 `json:"total"`
|
||||
}
|
||||
|
||||
type HandleAlarmRes struct {
|
||||
}
|
Reference in New Issue
Block a user