[shuttle]
[乘客屏适配]
This commit is contained in:
yangyakun
2024-08-29 12:25:21 +08:00
parent 16f25e69c6
commit 1b4721fb02
16 changed files with 481 additions and 1029 deletions

View File

@@ -52,6 +52,14 @@ public class BusRoutesResult {
return taskId;
}
public void setTaskTime(long taskTime) {
this.taskTime = taskTime;
}
public void setTaskId(int taskId) {
this.taskId = taskId;
}
public String getName() {
return name;
}