From e603d1c2a7b7added819d601b627b1bfc9f8df36 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期五, 26 七月 2019 18:46:54 +0800 Subject: [PATCH] BaseInfo add bwType --- videoperson.proto | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/videoperson.proto b/videoperson.proto index 91ec2d1..4bc2c15 100644 --- a/videoperson.proto +++ b/videoperson.proto @@ -53,5 +53,6 @@ string idCard =9; string monitorLevel =10; string content =11; - } + int32 bwType =12; +} -- Gitblit v1.8.0