From bcc92f6f8bd69b651a6eb7eb642f780baaa9f344 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 13 六月 2019 19:06:30 +0800
Subject: [PATCH] new pb.go
---
protomsg.proto | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/protomsg.proto b/protomsg.proto
index 2e1376b..220ec60 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -278,7 +278,6 @@
message CameraTimeRule {
string id = 1;
- string camera_id = 2;
- string name = 3;
- string time_rule = 4;
+ string name = 2;
+ string time_rule = 3;
}
\ No newline at end of file
--
Gitblit v1.8.0