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