添加执行任务列表接口

This commit is contained in:
zhangwei 2023-12-06 14:32:58 +08:00
parent 2bdcb634ec
commit 55e7295cfc
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;
}