liuxiaolong
2020-07-13 2bd63edf07618082f66c2de87cf0e1dd56e8d1fc
protomsg.proto
@@ -256,6 +256,12 @@
    int32 type = 7;
}
message Voice {
    string id = 1;
    string name = 2;
    string path = 3;
}
message CompareArgs {
    repeated string tableIds = 1;
    float compareThreshold = 2;