[sweeper310][adas]更新清扫车pb 100001、100002、100004添加 是否弹窗是否弹窗字段(isPop)

This commit is contained in:
xinfengkun
2023-05-24 15:45:26 +08:00
parent 0bf23dbe1c
commit e86d6a32ee
3 changed files with 3 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ message TaskInfo {
uint64 taskEndTime = 5; //任务预计结束时间 时间戳
uint64 currentTime = 6; //当前时间戳
repeated SubTaskInfo subList = 7; // 子任务列表信息
bool isPop = 8; // 是否弹窗
}
//1.2、响应信息

View File

@@ -12,6 +12,7 @@ message TaskConfirm {
string sn = 1;// sn
string taskId = 2;// 大任务编号
string subTaskId = 3;// 子任务编号
bool isPop = 4; // 是否弹窗
}
//2.2、响应信息

View File

@@ -22,6 +22,7 @@ message StopTaskReq {
string sn = 1;// sn
string taskId = 2;// 大任务ID
StopTaskType type = 3; //任务结束类型
bool isPop = 4; // 是否弹窗
}
//4.2、响应信息