From cca3a6b085569bb686522b365ffe364042707b79 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 13 七月 2020 15:49:51 +0800
Subject: [PATCH] add voiceList

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

diff --git a/protomsg.proto b/protomsg.proto
index 74f9386..859a515 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -262,6 +262,10 @@
     string path = 3;
 }
 
+message VoiceList {
+    repeated Voice list = 1;
+}
+
 message CompareArgs {
     repeated string tableIds = 1;
     float compareThreshold = 2;

--
Gitblit v1.8.0