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