From 5f4eec8d16aff65fcdd133287c9fc02109f466c3 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期一, 22 七月 2019 18:11:38 +0800
Subject: [PATCH] fix sysset

---
 controllers/syssetcont.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/controllers/syssetcont.go b/controllers/syssetcont.go
index ef1888c..61a4116 100644
--- a/controllers/syssetcont.go
+++ b/controllers/syssetcont.go
@@ -16,6 +16,8 @@
 	Id string  `json:"id"`
 	AlarmIp string `json:"alarm_ip,omitempty" example:"192.168.1.182"`
 	AlarmPort int `json:"alarm_port,omitempty" example:"22122"`
+	AlarmThresholdType int `json:"alarm_threshold_type"`//鎶ヨ闃堝�肩被鍨嬭缃細1:鎸夋渶楂樺垎,2:鎸夐槇鍊间互涓�
+	AlarmThreshold int `json:"alarm_threshold"`//鎶ヨ闃堝��
 	WebPicIp string `json:"web_pic_ip,omitempty" example:""`
 	WebPicPort int `json:"web_pic_port,omitempty" example:"22122"`
 	EsPicIp string `json:"es_pic_ip,omitempty" example:""`

--
Gitblit v1.8.0