数据分析平台 报警设置窗口新增编辑接口调整
This commit is contained in:
parent
9785ded35c
commit
821a9f5070
@ -53,6 +53,7 @@ type BinControl struct {
|
|||||||
ID int64 `json:"id" gorm:"primaryKey"`
|
ID int64 `json:"id" gorm:"primaryKey"`
|
||||||
WarningID int64 `json:"warning_id"`
|
WarningID int64 `json:"warning_id"`
|
||||||
Bin string `json:"bin"`
|
Bin string `json:"bin"`
|
||||||
|
Description string `json:"description"` // BIN描述
|
||||||
BinFailLimitH string `json:"bin_fail_limit_h"` // 关键Bin失效上限
|
BinFailLimitH string `json:"bin_fail_limit_h"` // 关键Bin失效上限
|
||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
UpdatedAt time.Time `json:"-"`
|
UpdatedAt time.Time `json:"-"`
|
||||||
|
Loading…
Reference in New Issue
Block a user