|
|
@@ -4,6 +4,7 @@ package com.goafanti.techproject.bo;
|
|
|
public class TaskListBo{
|
|
|
private String taskId;
|
|
|
private String technicianName;
|
|
|
+ private String technicianmobile;
|
|
|
private String taskDistributionTimes;
|
|
|
private String taskNo;
|
|
|
private Integer taskStatus;
|
|
|
@@ -128,4 +129,10 @@ public class TaskListBo{
|
|
|
public void setSalesmanName(String salesmanName) {
|
|
|
this.salesmanName = salesmanName;
|
|
|
}
|
|
|
+ public String getTechnicianmobile() {
|
|
|
+ return technicianmobile;
|
|
|
+ }
|
|
|
+ public void setTechnicianmobile(String technicianmobile) {
|
|
|
+ this.technicianmobile = technicianmobile;
|
|
|
+ }
|
|
|
}
|