添加执行任务列表接口

Former-commit-id: 55e7295cfcff234009df0f1959f68ea75cc95bf7
This commit is contained in:
zhangwei 2023-12-06 14:32:58 +08:00
parent c11bd97a0c
commit fde491095a
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ message ApplyListResp{
}
message ApplyInfo{
int64 participantName = 1;
string participantName = 1;
string yamlString = 2;
}