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