大赛管理功能
This commit is contained in:
parent
c848ff56b3
commit
0775145d03
|
@ -34,7 +34,7 @@ message RaceModuleCreateVO {
|
|||
|
||||
//模块中包含的任务及相关设定
|
||||
message TaskSetting {
|
||||
repeated int64 taskIds = 1; //此模块包含的任务的ID
|
||||
// repeated int64 taskIds = 1; //此模块包含的任务的ID
|
||||
repeated Group group = 2; //任务分组(此分组目前看仅为称呼)
|
||||
//分组
|
||||
message Group{
|
||||
|
|
|
@ -42,16 +42,12 @@ message RaceTaskBind{
|
|||
rule = 0;
|
||||
scene = 1;
|
||||
}
|
||||
int64 bindId = 2;
|
||||
TaskBindType bindType = 3;
|
||||
int64 bind_id = 2;
|
||||
TaskBindType bind_type = 3;
|
||||
int32 status = 4; //0=绑定 ;1=解绑
|
||||
}
|
||||
|
||||
message RaceTaskBindAll{
|
||||
int64 taskId = 1;
|
||||
int64 ruleId = 2;
|
||||
int64 sceneId = 3;
|
||||
}
|
||||
|
||||
/*
|
||||
message RaceTaskQuery{
|
||||
common.PageQueryVO page = 1;
|
||||
|
|
Loading…
Reference in New Issue