mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-15 17:40:25 +08:00
优化代码
This commit is contained in:
@@ -9,7 +9,7 @@ type NodeIPAddressThreshold struct {
|
||||
Items dbs.JSON `field:"items"` // 阈值条目
|
||||
Actions dbs.JSON `field:"actions"` // 动作
|
||||
NotifiedAt uint64 `field:"notifiedAt"` // 上次通知时间
|
||||
IsMatched uint8 `field:"isMatched"` // 上次是否匹配
|
||||
IsMatched bool `field:"isMatched"` // 上次是否匹配
|
||||
State uint8 `field:"state"` // 状态
|
||||
Order uint32 `field:"order"` // 排序
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user