[sweeper310][adas]更新清扫车pb 100001、100002、100004添加 是否弹窗是否弹窗字段(isPop)
This commit is contained in:
@@ -54,6 +54,7 @@ message TaskInfo {
|
||||
uint64 taskEndTime = 5; //任务预计结束时间 时间戳
|
||||
uint64 currentTime = 6; //当前时间戳
|
||||
repeated SubTaskInfo subList = 7; // 子任务列表信息
|
||||
bool isPop = 8; // 是否弹窗
|
||||
}
|
||||
|
||||
//1.2、响应信息
|
||||
|
||||
@@ -12,6 +12,7 @@ message TaskConfirm {
|
||||
string sn = 1;// sn
|
||||
string taskId = 2;// 大任务编号
|
||||
string subTaskId = 3;// 子任务编号
|
||||
bool isPop = 4; // 是否弹窗
|
||||
}
|
||||
|
||||
//2.2、响应信息
|
||||
|
||||
@@ -22,6 +22,7 @@ message StopTaskReq {
|
||||
string sn = 1;// sn
|
||||
string taskId = 2;// 大任务ID
|
||||
StopTaskType type = 3; //任务结束类型
|
||||
bool isPop = 4; // 是否弹窗
|
||||
}
|
||||
|
||||
//4.2、响应信息
|
||||
|
||||
Reference in New Issue
Block a user