From 5a482419c227affd0713c40c3f573c2bc5cd2702 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期五, 12 七月 2019 16:12:01 +0800
Subject: [PATCH] GroupRule add defence_state

---
 protomsg.proto |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index 7cb1da6..b17f0a9 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -130,6 +130,7 @@
     int32 alarm_level = 3;
     repeated Rule rules = 4;
     string set_type = 5;
+    bool defence_state = 6;
 }
 
 message Rule {

--
Gitblit v1.8.0