mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
【feat】首页面板告警数据
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user