赛题训练结果中添加场景ID字段

This commit is contained in:
thesai 2024-03-05 10:07:25 +08:00
parent 4ed56c6655
commit e86eac94a2

View File

@ -16,4 +16,5 @@ message ResultNode {
float score = 3;
RaceTaskChildVO.ChildNodeType type = 4;
repeated ResultNode child = 5;
int64 sceneId = 6; //ID0
}