更新的proto文件
This commit is contained in:
parent
01ca5bdefa
commit
adef8a792b
|
@ -22,10 +22,12 @@ message RaceTaskDetailVO {
|
|||
string desc = 3; //基础描述
|
||||
string content = 4; //考核内容
|
||||
string standards = 5; //评价标准
|
||||
int64 sceneId = 6;
|
||||
int64 sceneName = 7;
|
||||
int64 parentId = 8; //父任务的ID
|
||||
common.ModifyInfoVO modifyInfo = 9;
|
||||
int64 sceneId = 6; //绑定的场景id
|
||||
// int64 sceneName = 7;
|
||||
int64 ruleId = 8; //绑定的评分id
|
||||
// int64 ruleName = 9;
|
||||
int64 parentId = 10; //父任务的ID
|
||||
common.ModifyInfoVO modifyInfo = 11;
|
||||
}
|
||||
message RaceTaskCreateVO{
|
||||
string name = 1;
|
||||
|
|
Loading…
Reference in New Issue