提交 ae622e0c 编写于 作者: U Ulric Qin

fix

上级 c951f7d8
......@@ -45,7 +45,7 @@ type AlertCurEvent struct {
NotifyUsersObj []*User `json:"notify_users_obj" gorm:"-"` // for notify.py
LastEvalTime int64 `json:"last_eval_time" gorm:"-"` // for notify.py 上次计算的时间
LastSentTime int64 `json:"last_sent_time" gorm:"-"` // 上次发送时间
NotifyCurNumber int `json:"notify_cur_number"` // notify: current number
NotifyCurNumber int `json:"notify_cur_number" gorm:"-"` // notify: current number
}
func (e *AlertCurEvent) TableName() string {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册