1
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package vts_alertset_state
|
||||
|
||||
// state 设置状态
|
||||
const (
|
||||
Normal = 1 // 正常
|
||||
Stop = 2 // 停止(比如频率是只提醒一次,提醒一次完就修改为2)
|
||||
)
|
||||
Reference in New Issue
Block a user