mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-27 14:19:38 +08:00
规则链审计日志
This commit is contained in:
@@ -19,6 +19,12 @@ type DeviceAlarm struct {
|
||||
Details string `gorm:"type:varchar(255);comment:告警详情" json:"details"`
|
||||
}
|
||||
|
||||
type DeviceAlarmForm struct {
|
||||
DeviceAlarm
|
||||
StartTime string `gorm:"-" json:"startTime"`
|
||||
EndTime string `gorm:"-" json:"endTime"`
|
||||
}
|
||||
|
||||
type DeviceCmdLog struct {
|
||||
Id string `json:"id" gorm:"primary_key;"`
|
||||
DeviceId string `gorm:"type:varchar(64);comment:所属设备" json:"deviceId"`
|
||||
|
||||
Reference in New Issue
Block a user