【feat】首页面板告警数据

This commit is contained in:
XM-GO
2023-09-25 11:47:39 +08:00
parent d3a7deb66f
commit cdbbe85a70
6 changed files with 214 additions and 1 deletions

View File

@@ -65,3 +65,8 @@ type DeviceCountType struct {
Total int64 `json:"deviceTotal"`
DeviceType string `json:"deviceType"`
}
type DeviceAlarmCount struct {
Date string `json:"date"`
Count int64 `json:"count"`
}