From 1a84b09fbcd1b1b00bd3590a0764b74f5984f147 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 31 十月 2019 19:04:56 +0800
Subject: [PATCH] update bwType to string

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

diff --git a/videoperson.proto b/videoperson.proto
index 63f2ccd..8383313 100644
--- a/videoperson.proto
+++ b/videoperson.proto
@@ -55,6 +55,6 @@
 	string idCard               =9;
 	string monitorLevel         =10;
 	string content              =11;
-    int32 bwType                =12;
+    string bwType               =12;
 }
 

--
Gitblit v1.8.0