大赛管理功能
This commit is contained in:
parent
c012a4e5df
commit
d82430dee3
@ -23,9 +23,9 @@ message RaceTaskDetailVO {
|
|||||||
string content = 4; //考核内容
|
string content = 4; //考核内容
|
||||||
string standards = 5; //评价标准
|
string standards = 5; //评价标准
|
||||||
int64 scene_id = 6; //绑定的场景id
|
int64 scene_id = 6; //绑定的场景id
|
||||||
// int64 sceneName = 7;
|
string sceneName = 7;
|
||||||
int64 rule_id = 8; //绑定的评分id
|
int64 rule_id = 8; //绑定的评分id
|
||||||
// int64 ruleName = 9;
|
string ruleName = 9;
|
||||||
int64 parent_id = 10; //父任务的ID
|
int64 parent_id = 10; //父任务的ID
|
||||||
common.ModifyInfoVO modify_info = 11;
|
common.ModifyInfoVO modify_info = 11;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user