From fde491095a0075243d4da9ebb85ff53e2ddd8359 Mon Sep 17 00:00:00 2001 From: zhangwei <894646498@qq.com> Date: Wed, 6 Dec 2023 14:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=A7=E8=A1=8C=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 55e7295cfcff234009df0f1959f68ea75cc95bf7 --- rpc/pb/pcmCore.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/pb/pcmCore.proto b/rpc/pb/pcmCore.proto index 8da05d00..894c85b5 100644 --- a/rpc/pb/pcmCore.proto +++ b/rpc/pb/pcmCore.proto @@ -293,7 +293,7 @@ message ApplyListResp{ } message ApplyInfo{ - int64 participantName = 1; + string participantName = 1; string yamlString = 2; }