任务树数据调整
This commit is contained in:
parent
8bbd9d07b5
commit
3c1019fddf
@ -64,9 +64,9 @@ message RaceTaskChildVO {
|
|||||||
string content = 4; //考核内容
|
string content = 4; //考核内容
|
||||||
string standards = 5; //评价标准
|
string standards = 5; //评价标准
|
||||||
int64 scene_id = 6; //绑定的场景id
|
int64 scene_id = 6; //绑定的场景id
|
||||||
string sceneName = 7;
|
// string sceneName = 7;
|
||||||
int64 rule_id = 8; //绑定的评分id
|
int64 rule_id = 7; //绑定的评分id
|
||||||
string ruleName = 9;
|
// string ruleName = 9;
|
||||||
int64 parent_id = 10; //父任务的ID
|
int64 parent_id = 8; //父任务的ID
|
||||||
repeated RaceTaskChildVO children = 11; // 子任务
|
repeated RaceTaskChildVO children = 9; // 子任务
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user