From 063a805b25738883936e3049eec10382bf1f4986 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 08 一月 2020 20:34:10 +0800
Subject: [PATCH] fix time_rule to str

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

diff --git a/protomsg.proto b/protomsg.proto
index ab4769e..9e4359e 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -82,7 +82,7 @@
     string id = 1;
     string camera_id = 2;//鎽勫儚鏈篿d
     string task_id = 3;//浠诲姟id
-    repeated DayCtl time_rule = 4;//甯冮槻鏃堕棿
+    string time_rule = 4;//甯冮槻鏃堕棿
     string react_rule = 5;//鑱斿姩鏂瑰紡
     string react_device = 6;//鑱斿姩璁惧
     bool del_flag = 7; //閫昏緫鍒犻櫎鏍囪

--
Gitblit v1.8.0